PDA

View Full Version : [xubuntu] Use Open Box with xfce



kut77less
March 27th, 2009, 08:17 PM
How would I do this?

kerry_s
March 27th, 2009, 08: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, 08: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, 09: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, 09: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 28th, 2009, 02:50 AM
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 28th, 2009, 03:11 AM
compiz fusion is a window manager, openbox is a window manager
you can only have 1 window manager running.