diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-11 19:43:58 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:43:58 +0200 |
commit | db22e1616dd08dc77ceb1ea5de68a20026e2d145 (patch) | |
tree | 671376958a5dcc04868098cff829ab169e7a1195 /desktop/openbox/README | |
parent | a9c884b8ebc0861e799ae849bb3287fe3ecef8a5 (diff) | |
download | slackbuilds-db22e1616dd08dc77ceb1ea5de68a20026e2d145.tar.gz |
desktop/openbox: Updated for version 3.4.6.1
Diffstat (limited to 'desktop/openbox/README')
-rw-r--r-- | desktop/openbox/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/openbox/README b/desktop/openbox/README index f5f7719846..345bf31ea4 100644 --- a/desktop/openbox/README +++ b/desktop/openbox/README @@ -4,3 +4,19 @@ and to work properly. Openbox is fully functional as a stand-alone working environment, or can be used as a drop-in replacement for the default window manager in the GNOME or KDE desktop environments. +To use Openbox in KDE or GNOME please specify this in the script or +when running the script by setting KXINIT or GXINIT to "YES", +respectively. For example, to add an option to use Openbox in KDE +you can run: + +KXINIT=YES ./openbox.SlackBuild + +If you do not make the package with this support and you want to run +Openbox in KDE or GNOME, then you should copy the respective xinitrc +script from /usr/doc/openbox to /etc/X11/xinit/. You will also need +to copy openbox-kde-session or openbox-gnome-session to /usr/bin/. +To be used, all the scripts will need to be executable. + +If you do not plan on using a session manager with Openbox you can +build a smaller binary by disabling session management support. To +do this simply configure with '--disable-session-management'. |