diff options
author | Daniel Prosser <dpross1100@msn.com> | 2019-11-22 22:57:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-22 22:57:50 +0700 |
commit | ca63ddbe59842d366fa26ad4f67c17e6cac0200a (patch) | |
tree | fff732095a13d6029d1a9e2f9ca15e6268683687 /system/sboui/README | |
parent | ab09c8a6f6a5d4d93dcc6b6f26c931d2a27099ef (diff) |
system/sboui: Updated for version 2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sboui/README')
-rw-r--r-- | system/sboui/README | 4 |
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 |