View Full Version : [xubuntu] Use Open Box with xfce
kut77less
March 27th, 2009, 03:17 PM
How would I do this?
kerry_s
March 27th, 2009, 03:27 PM
in your openbox start up put the parts you want.
example:
panel = xfce4-panel &
desktop= xfdestop &
thats pretty much all you need from xfce4. i only use Thunar on my jwm setup.
wait, just remembered i use orage and squeeze to, orage i have set on my clock click, and squeeze through the thunar plugin. :)
kut77less
March 27th, 2009, 03:40 PM
in your openbox start up put the parts you want.
example:
panel = xfce4-panel &
desktop= xfdestop &
thats pretty much all you need from xfce4. i only use Thunar on my jwm setup.
wait, just remembered i use orage and squeeze to, orage i have set on my clock click, and squeeze through the thunar plugin. :)
Were would I past this. Sorry I have no Idea I am kinda new to linux. Thanks
Denestria
March 27th, 2009, 04:28 PM
Edit or create the file .config/openbox/autostart.sh
This where you add the programs you want openbox to start on login like the panel.
# Run the system-wide support stuff
. $GLOBALAUTOSTART
# Programs to launch at startup
thunar --daemon & (for handling removable media)
update-notifier &
# Programs that will run after Openbox has started
xfce4-panel &
pidgin &
kerry_s
March 27th, 2009, 04:33 PM
according to the man pages it's> ~/.config/openbox/autostart.sh
so
press alt+f2 or in terminal
type> mousepad ~/.config/openbox/autostart.sh
from thunar, press ctrl+h , to see hidden folders/files
click> .config > openbox > autostart.sh
are you in openbox? (log out of xfce4, select openbox in the menu, log in)
kut77less
March 27th, 2009, 09:50 PM
Edit or create the file .config/openbox/autostart.sh
This where you add the programs you want openbox to start on login like the panel.
# Run the system-wide support stuff
. $GLOBALAUTOSTART
# Programs to launch at startup
thunar --daemon & (for handling removable media)
update-notifier &
# Programs that will run after Openbox has started
xfce4-panel &
pidgin &
Hey is there a way to start up compiz fusion?
Thanks for your help
kerry_s
March 27th, 2009, 10:11 PM
compiz fusion is a window manager, openbox is a window manager
you can only have 1 window manager running.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.