aboutsummaryrefslogtreecommitdiff
path: root/system/sboui/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/sboui/README')
-rw-r--r--system/sboui/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/sboui/README b/system/sboui/README
index 8ee825d36b5f8..bd84518b268fa 100644
--- a/system/sboui/README
+++ b/system/sboui/README
@@ -9,6 +9,7 @@ a menu bar, full mouse and keyboard support, and more.
Optional dependencies (see build options for more information):
python-requests (for system tray notifier)
+psutil (for system tray notifier)
gksu, ktsuss (instead of kdesu to launch from the desktop)
ninja (to build with ninja instead of make)
@@ -18,7 +19,8 @@ INSTALL_SYSTRAY_NOTIFIER=yes|no (default no): install a cronjob to sync the
local repository hourly and display a system tray notification when SBo
package updates are available. To use the system tray notifier, add
sboui-update-notifier as a startup application for your desktop environment or
- window manager. If this is enabled, python-requests becomes a dependency.
+ window manager. If this is enabled, python-requests and psutil become
+ dependencies.
GRAPHICAL_SU=kdesu|gksu|ktsuss (default kdesu): change the graphical su command
for launching sboui from the .desktop file and system tray notifier. gksu or