summaryrefslogtreecommitdiffstats
path: root/deps/libappindicator (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-13kmail: fix kontact crash on logout (KDEBUG 404881) Eric Hameleers2-0/+79
2019-06-13Reset BUILD numbers Eric Hameleers1-1/+0
2019-06-13krita: also build the Qt Designer plugin Eric Hameleers1-0/+1
2019-06-13krita: remove upstreamed patch Eric Hameleers1-1/+1
2019-06-13Deps: add quazip as new dependency for krita Eric Hameleers5-0/+140
2019-06-13Get rid of unwanted spaces in the slack-desc files Eric Hameleers40-40/+40
2019-05-15frameworkintegration: fix the slack-desc file Eric Hameleers1-4/+4
2019-05-13Plasma-extra: added latte-dock Eric Hameleers2-0/+21
You can use Latte Dock as an alternative to the default Task Manager widget in the Plasma5 panel. To achieve this, you first have to move the default panel to the top of the screen: - Unlock widgets if needed. - Right-click the panel and select "Panel Options > Configure Panel". - Left-click and hold the "Screen Edge" button and drag the complete panel to the top of your screen. Then remove the default Task Manager: - Add a "spacer" widget next to the Task Manager. - Hoever over the Task Manager area with your mouse and select "Remove". The spacer you just added will fill the vacated area. Start Latte from the Plsama menu. It will add itself as an 'Autostart" program so it will always be there when you login. - Optionally configure Latte by starting programs and then pinning them to the dock, like with the default Task Manager.
2019-05-11ktorrent: embed a local copy of the GeoIP database Eric Hameleers5-0/+46
The online version of GeoIP has been discontinued in favor of a new API. The ktorrent code has not been updated for the new API and therefore the program spits out a download error for geoip.dat everytime it starts. By embedding a local copy of the database, a download is not attempted and the error is gone.
2019-05-11kpmcore: install the dbus files in the correct location Eric Hameleers3-1/+26
partitionmanager failed to scan the disks because the permission definitions were in the wrong place and elevated (root) access could not be obtained.