Xfce Forum

Sub domains
 

You are not logged in.

#1 2010-01-18 15:57:57

mduno
Member
Registered: 2009-03-08
Posts: 8

wbar & XFCE start-up sequence

Hi -

I've been using wbar on an older DELL laptop with Linux Mint 7 - XFCE and have been noticing that when the system launches wbar shows up with a black rectangle behind it.  If I right mouse click on the black rectangle it disappears and the desktop appears behind wbar.

Is there some way of changing the start-up sequence for XFCE so that wbar starts last? 

Regards,

Dave

Offline

#2 2010-01-19 05:18:11

etnlWings
Member
Registered: 2007-10-30
Posts: 218

Re: wbar & XFCE start-up sequence

I've had similar issues with compiz and xpad. Remove wbar from your session/autostart list and replace it with a script containing the following:

#bin/sh
sleep 5
wbar

This will result in the script doing nothing for 5 seconds, before executing wbar. Don't forget to make the script executable.

Offline

#3 2010-01-19 10:26:08

ManOfSteel
Member
Registered: 2005-10-06
Posts: 104

Re: wbar & XFCE start-up sequence

Isn't it possible to just execute a single-line sleep 5 ; wbar at startup instead of a script?

Offline

#4 2010-01-19 18:19:02

mduno
Member
Registered: 2009-03-08
Posts: 8

Re: wbar & XFCE start-up sequence

Thanks for the ideas and suggestions.  I'll give them a try.

Dave

Offline

#5 2010-01-20 00:30:35

etnlWings
Member
Registered: 2007-10-30
Posts: 218

Re: wbar & XFCE start-up sequence

ManOfSteel wrote:

Isn't it possible to just execute a single-line sleep 5 ; wbar at startup instead of a script?

I have no idea. I know <command> && <command> doesn't work.

Offline

#6 2010-01-25 02:22:54

mduno
Member
Registered: 2009-03-08
Posts: 8

Re: wbar & XFCE start-up sequence

Creating a simple script as mentioned above did the trick.  I did try executing a single line from the Session and Startup GUI, but that didn't work.

Offline

Board footer

Powered by FluxBB