I've upgraded one system from 8.2-RELEASE to 8.3-RELEASE. Rebuild all ports with portmaster after the upgrade. My problem is that Wbar now displays the "first" applications icon as background picture. If I move another application to the top position its icon will be displayed as the background. I start wbar with the following command in a script that's auto started in XFCE. wbar -above-desk -bpress -pos bottom I get the following when starting from the command line Problem load font file. TerminalEmulator Here TerminalEmulator is my first application. It'll change if I move another application to the top. I've tried to recompile with portmaster -rf x11/wbar but there's no change in behaviour. I have two other systems running 8.2 with exactly the same set up and there wbar is not displaying this behaviour. Any hints appreciated Thanks /Leslie
Hello,
For "Problem load font file" it's a problem with you conf.
Run wbar-config. Go into "Preferences" and choose your font.
Usually : /usr/local/lib/X11/fonts/dejavu/DejaVuSansLe 09.05.2012 13:41, Leslie Jensen a écrit :
>
>
> I've upgraded one system from 8.2-RELEASE to 8.3-RELEASE.
>
> Rebuild all ports with portmaster after the upgrade.
>
> My problem is that Wbar now displays the "first" applications icon as
> background picture. If I move another application to the top position
> its icon will be displayed as the background.
>
> I start wbar with the following command in a script that's auto started
> in XFCE.
>
> wbar -above-desk -bpress -pos bottom
>
>
> I get the following when starting from the command line
>
> Problem load font file. TerminalEmulator
>
> Here TerminalEmulator is my first application. It'll change if I move
> another application to the top.
>
>
> I've tried to recompile with portmaster -rf x11/wbar but there's no
> change in behaviour.
>
> I have two other systems running 8.2 with exactly the same set up and
> there wbar is not displaying this behaviour.
>
>
> Any hints appreciated
>
> Thanks
>
> /Leslie
>
> _______________________________________________
> mailing list
> http://lists.freebsd.org/mailman/listinfo/fre...
> To unsubscribe, send any mail to ""
2012-05-21 06:55, coder.tuxfamily skrev:
> Hello,
>
> For "Problem load font file" it's a problem with you conf.
> Run wbar-config. Go into "Preferences" and choose your font.
> Usually : /usr/local/lib/X11/fonts/dejavu/DejaVuSans
>
>
> Le 09.05.2012 13:41, Leslie Jensen a écrit :
>>
>>
>> I've upgraded one system from 8.2-RELEASE to 8.3-RELEASE.
>>
>> Rebuild all ports with portmaster after the upgrade.
>>
>> My problem is that Wbar now displays the "first" applications icon as
>> background picture. If I move another application to the top position
>> its icon will be displayed as the background.
>>
>> I start wbar with the following command in a script that's auto started
>> in XFCE.
>>
>> wbar -above-desk -bpress -pos bottom
>>
>>
>> I get the following when starting from the command line
>>
>> Problem load font file. TerminalEmulator
>>
>> Here TerminalEmulator is my first application. It'll change if I move
>> another application to the top.
>>
>>
>> I've tried to recompile with portmaster -rf x11/wbar but there's no
>> change in behaviour.
>>
>> I have two other systems running 8.2 with exactly the same set up and
>> there wbar is not displaying this behaviour.
>>
>>
>> Any hints appreciated
>>
>> Thanks
>>
>> /Leslie
>>
>> _______________________________________________
>> mailing list
>> http://lists.freebsd.org/mailman/listinfo/fre...
>> To unsubscribe, send any mail to ""Hello
I've tested several different fonts, with the same result unfortunately.
On this machine with a completely new install I do not have the
DejaVuSans font. It's not installed as a dependency.
So if you have other suggestions I'll be glad to try them out.
Regards
/Leslie
Hi,> [2012/5/21 Leslie Jensen ] >>> My problem is that Wbar now displays the "first" applications icon as >>> background picture.You have to add the following lines at the beginning of ~/.wbar: i: /usr/local/share/pixmaps/wbar/osxbarback.png c: wbar --bpress --above-desk --vbar --pos right --isize 32 --idist 5 --nanim 4 --falfa 65 t: none Replace 'none' with your preferred font, e.g.: t: /usr/local/lib/X11/fonts/webfonts/georgia/10 HTH.