You are not logged in.

#1 2008-05-17 11:40:05

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

problem fbpanel on openbox

Hi, I don't understand since a few why when i start my openbox session, the fbapanel looks ugly than usually and if I restart the xorg session then it has again a normal look, you can understand better in these two screenshot, the first has the tray bar ugly, the second one correct. Can you help me?
fbpanelgf5.th.jpg fbpanelcorrettoyv0.th.jpg

Last edited by toketin (2008-05-17 11:41:22)

Offline

#2 2008-05-17 11:51:22

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: problem fbpanel on openbox

toketin wrote:

Hi, I don't understand since a few why when i start my openbox session, the fbapanel looks ugly than usually and if I restart the xorg session then it has again a normal look, you can understand better in these two screenshot, the first has the tray bar ugly, the second one correct. Can you help me?
http://img150.imageshack.us/img150/5357 … gf5.th.jpg http://img150.imageshack.us/img150/146/ … yv0.th.jpg

you have to run gnome-settings-daemon before everything else


Murrine Creator - GNOME Developer

Offline

#3 2008-05-17 11:53:34

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: problem fbpanel on openbox

I have already gnome-settings-daemon added at the startup of openbox, this is my autostart.sh file:

# Run the system-wide support stuff
. $GLOBALAUTOSTART

# Programs to launch at startup
eval `cat ~/.fehbg` &
fbpanel &
conky &
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &

# Programs that will run after Openbox has started
gnome-settings-daemon &
adesklets &

Offline

#4 2008-05-17 11:58:12

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: problem fbpanel on openbox

# Run the system-wide support stuff
. $GLOBALAUTOSTART

# Programs to launch at startup
eval `cat ~/.fehbg` &
gnome-settings-daemon &&
fbpanel &
conky &
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &

# Programs that will run after Openbox has started
adesklets &

Murrine Creator - GNOME Developer

Offline

#5 2008-05-17 12:00:53

toketin
Member
From: Belluno (Italy)
Registered: 2007-04-17
Posts: 326

Re: problem fbpanel on openbox

also with this new it appears sometimes different sad

Offline

#6 2008-05-19 18:39:11

nightm4re
Member
Registered: 2005-12-30
Posts: 42
Website

Re: problem fbpanel on openbox

try

(sleep 3 && fbpanel) &

instead of your fbpanel line.

Offline

Board footer

Powered by FluxBB