Page 1 of 1

Openbox

Posted: 07 Mar 2017 16:16
by linocaetani
Slackel Openbox with little changes on fbpanel: firefox and claws-mail icons
074cbe7d9a13143414a7a4b0a76b45c35e6913ea.jpg
074cbe7d9a13143414a7a4b0a76b45c35e6913ea.jpg (210.86 KiB) Viewed 5382 times

Re: Openbox

Posted: 07 Mar 2017 20:16
by djemos
It is nice :)

Re: Openbox

Posted: 06 May 2017 08:08
by djemos
You can also use lxpanel.
To use it along with fbpanel right click on desktop, click on "Run Program" and type lxpanel
To use it instead of fbpanel edit ~/.config/openbox/autostart.sh
geany ~/.config/openbox/autostart.sh
and comment the line
#(sleep 1 && [ -x /usr/bin/fbpanel ] && fbpanel) &
and unconnect the next one
(sleep 1 && [ -x /usr/bin/lxpanel ] && lxpanel) &
save the file
log out and log in again

Re: Openbox

Posted: 06 May 2017 09:55
by asqwerth
Thanks for the tip!

So far I haven't bothered to install lxpanel since fbpanel was pre-installed and worked fine.