You are not logged in.
Pages: 1
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
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
Isn't it possible to just execute a single-line sleep 5 ; wbar at startup instead of a script?
Offline
Thanks for the ideas and suggestions. I'll give them a try.
Dave
Offline
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
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
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 528.15 KiB (Peak: 531.65 KiB) ]