Author Topic: Wbar black background  (Read 5032 times)

Offline Aleph

  • Sr. Member
  • ****
  • Posts: 399
Wbar black background
« on: August 26, 2012, 02:24:03 AM »
Hi friends,

this is not very important, but many times (not always) the Wbar background is black when I start PCLOS. I reload Wbar and the background appears.

Is possible solve this problem?

Thanks.
   

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3794
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Wbar black background
« Reply #1 on: August 26, 2012, 10:49:08 AM »
let start wbar later as lxde-session.

With lxautostart isn't it a problem...
See config file

Code: [Select]
#!/bin/bash
#
Encoding=UTF-8
#======================================
#LX-Autostart based on a idea by Paul Arnote [parnote]
#created by Daniel Meiß-Wilhelm [leiche]
#License GPL
#Website http://www.pclinuxos.com
#LX-Autostart is a simple way to start your favorite
#applications automaticly, when LXDE starts up.
#======================================
# (en)Add entries here to set up applications to automatically
# start whenever you start the desktop.
# (de)Fügen Sie hier ihre Anwendungen ein, die Sie automatisch
# starten wollen, wenn die Arbeitsfläche startet.
#======================================
# (en)Add your program in a new line. As sample:
# (de)Geben Sie ein Programm in einer neuen Zeile ein. Als Beispiel: 
###################################
# wbar -pos top --above-desk &           
###################################
# (en)Don't forget the ampersand (&) sign.
# You can activate or stop an application with a "#".
# (de)Vergessen Sie nicht das Und (&) Zeichen.
# Sie können Anwendungen starten oder deaktivieren mit "#".
#======================================
# (en) Wait 10 seconds before starts up.
# (de) 10 Sekunden warten bis zum starten.
sleep 3
#
wbar &

An instruction to use lxautostart, you will find in our magazine  :)

Offline Aleph

  • Sr. Member
  • ****
  • Posts: 399
Re: Wbar black background
« Reply #2 on: August 26, 2012, 12:03:48 PM »
Hi Leiche,

thanks, this is my config file, it looks similar, no...?

Should I to do other thing?


Code: [Select]
#!/bin/bash
#
Encoding=UTF-8
#======================================
#LX-Autostart based on a idea by Paul Arnote [parnote]
#created by Daniel Meiß-Wilhelm [leiche]
#License GPL
#Website http://www.pclinuxos.com
#LX-Autostart is a simple way to start your favorite
#applications automaticly, when LXDE starts up.
#======================================
# (en)Add entries here to set up applications to automatically
# start whenever you start the desktop.
# (de)Fügen Sie hier ihre Anwendungen ein, die Sie automatisch
# starten wollen, wenn die Arbeitsfläche startet.
#======================================
# (en)Add your program in a new line. As sample:
# (de)Geben Sie ein Programm in einer neuen Zeile ein. Als Beispiel:  
###################################
# wbar -pos top --above-desk &            
###################################
# (en)Don't forget the ampersand (&) sign.
# You can activate or stop an application with a "#".
# (de)Vergessen Sie nicht das Und (&) Zeichen.
# Sie können Anwendungen starten oder deaktivieren mit "#".
#======================================
# (en) Wait 10 seconds before starts up.
# (de) 10 Sekunden warten bis zum starten.
sleep 10
#
wbar &
#parcellite &
#gkrellm &
#xbindkeys &
cpufreq &
« Last Edit: August 26, 2012, 12:09:02 PM by Aleph »
   

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3794
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Wbar black background
« Reply #3 on: August 28, 2012, 09:29:22 AM »
Hi,

if i can see, you start only wbar, and cpufreq. So try this

Code: [Select]
# (en) Wait 10 seconds before starts up.
# (de) 10 Sekunden warten bis zum starten.
sleep 3
#
#parcellite &
#gkrellm &
#xbindkeys &
cpufreq &
##############
sleep 10 # or higher #
##############
wbar &

and test it out.

Hopeful it will help  ;)

Offline Aleph

  • Sr. Member
  • ****
  • Posts: 399
Re: Wbar black background
« Reply #4 on: August 29, 2012, 01:32:00 PM »
Hi Leiche,

thanks, I did, but the problem persists.. :(

   

Offline Crow

  • Hero Member
  • *****
  • Posts: 8819
  • OBJECTS IN MIRROR... ARE LOSING
Re: Wbar black background
« Reply #5 on: August 29, 2012, 02:37:43 PM »
Have you right clicked the bar?  it happens to  me from time to time and that fix it.
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Offline Aleph

  • Sr. Member
  • ****
  • Posts: 399
Re: Wbar black background
« Reply #6 on: August 31, 2012, 03:04:50 AM »
Have you right clicked the bar?  it happens to  me from time to time and that fix it.

Hi Crow,

yes it works, thanks.

Could be the problem a bug of Wbar?
   

Offline Crow

  • Hero Member
  • *****
  • Posts: 8819
  • OBJECTS IN MIRROR... ARE LOSING
Re: Wbar black background
« Reply #7 on: August 31, 2012, 11:00:10 AM »
Have you right clicked the bar?  it happens to  me from time to time and that fix it.

Hi Crow,

yes it works, thanks.

Could be the problem a bug of Wbar?

I don't know but I don't think so, LXDE has been having problems with transparencies for some time now and I thought it was my machine, for screenshots I don't use the provided tool (shows a dark box instead of transparencies) but installed emprint which pick the transparencies fine.

I tried to get help about it but since it was more an annoyance than a real problem just left it that way.
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3794
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Wbar black background
« Reply #8 on: September 01, 2012, 03:11:20 AM »
Did you get the problem by all your wallpapers?

Sometimes need pcmanfm longer to display your wallpaper, and wbar starts with no background.

Maybe you should convert your wallpapers exactly to your screen resolution.

Offline Crow

  • Hero Member
  • *****
  • Posts: 8819
  • OBJECTS IN MIRROR... ARE LOSING
Re: Wbar black background
« Reply #9 on: September 01, 2012, 05:54:46 AM »
Leiche I always re-size the wallpapers to fill the screen because I don't like them to be distorted, besides that is the issue with the screenshots, which emprint (E17 screen capture) takes without problems.

I must say that my install has a couple of years (fully updated), is not the last remaster.
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3794
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Wbar black background
« Reply #10 on: September 09, 2012, 10:21:31 AM »
ahämmm ?

Works now?

Did you get the problem by all your wallpapers?

Sometimes need pcmanfm longer to display your wallpaper, and wbar starts with no background.

Maybe you should convert your wallpapers exactly to your screen resolution.


Offline omnio

  • Full Member
  • ***
  • Posts: 129
Re: Wbar black background
« Reply #11 on: September 30, 2012, 08:26:51 AM »
I've just installed PCLinuxOS-LXDE-2012.06 and I have the same problem. Boy, it's ugly.

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3794
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Wbar black background
« Reply #12 on: September 30, 2012, 08:40:25 AM »
I've just installed PCLinuxOS-LXDE-2012.06 and I have the same problem. Boy, it's ugly.

Then i will submit...
REMOVE WBAR and you have no problem.

I found no solution yet, sorry...

Offline Crow

  • Hero Member
  • *****
  • Posts: 8819
  • OBJECTS IN MIRROR... ARE LOSING
Re: Wbar black background
« Reply #13 on: September 30, 2012, 09:12:45 AM »
I've just installed PCLinuxOS-LXDE-2012.06 and I have the same problem. Boy, it's ugly.

What same problem?  Wbar?  did you right click the bar?  did you tried the offered solutions?  do you want help or you're only commenting?  please specify because that line doesn't add anything.
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3794
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Wbar black background
« Reply #14 on: September 30, 2012, 10:50:20 AM »
My last idea is...

Code: [Select]
#!/bin/bash
#
Encoding=UTF-8
#======================================
#LX-Autostart based on a idea by Paul Arnote [parnote]
#created by Daniel Meiß-Wilhelm [leiche]
#License GPL
#Website http://www.pclinuxos.com
#LX-Autostart is a simple way to start your favorite
#applications automaticly, when LXDE starts up.
#======================================
# (en)Add entries here to set up applications to automatically
# start whenever you start the desktop.
# (de)Fügen Sie hier ihre Anwendungen ein, die Sie automatisch
# starten wollen, wenn die Arbeitsfläche startet.
#======================================
# (en)Add your program in a new line. As sample:
# (de)Geben Sie ein Programm in einer neuen Zeile ein. Als Beispiel: 
###################################
# wbar -pos top --above-desk &           
###################################
# (en)Don't forget the ampersand (&) sign.
# You can activate or stop an application with a "#".
# (de)Vergessen Sie nicht das Und (&) Zeichen.
# Sie können Anwendungen starten oder deaktivieren mit "#".
#======================================
# (en) Wait 10 seconds before starts up.
# (de) 10 Sekunden warten bis zum starten.
sleep 10
#
xbindkeys &
xmodmap Xmodmap-my &
conky &
#
# To display wbar with no black background
# we set the time to wait of 1 minute!!!
sleep 1m
wbar &

Will this not help, so check you have choose
a correct wallpaper...