Showing posts with label wbar. Show all posts
Showing posts with label wbar. Show all posts
Monday, May 11, 2009
wbar google code | linux
is the wbar project dead ?
URL:
(http://code.google.com/p/wbar/
--------------------------------------
Issue 8: WBAR appear behind gnome-panel
http://code.google.com/p/wbar/issues/detail?id=8&q=offset
--------------------------------------
Issue 15: make: *** [SuperBar.o] Error 1
( http://code.google.com/p/wbar/issues/detail?id=15 )
defect
make will not complete.because getenv craps out.
you can fix code with a text editor.
--------------------------------------------
work around.
getenv does not seem to work correct on my system.
work around...
#line 20 of IconLoder.cc # i changed to.
homeDir = "/home/myname";
# and
#on line 22 of SuperBar.cc # i changed to
ADD_FONT_PATH("home/myname/");
getenv wasn't workig for me.
=============================
i all so tried a short cut "~/" instead of homeDir = "/home/myname"; and
("home/myname/") ....
but that shortcut did not work out for me as good as using a full path.
it looks like i can get bits and pieces of wbar working now.
but my local config .wbar is usless at setting fonts.
btw, i'm using debian lenny-testing.
Sunday, January 11, 2009
wbar bugs... make work around... and wbar patch offset..
getenv does not seem to work correct on my system.
work around...
#line 20 of IconLoder.cc # i changed to.
homeDir = "/home/myname";
# and
#on line 22 of SuperBar.cc # i changed to
ADD_FONT_PATH("home/myname/");
getenv wasn't workig for me.
=============================
i all so tried a short cut "~/" instead of homeDir = "/home/myname"; and
("home/myname/") ....
but that shortcut did not work out for me as good as using a full path.
it looks like i can get wbar working now.
btw, i'm using debian lenny-testing 2008-2009.
(MORE INFO ) @ http://code.google.com/p/wbar/issues/detail?id=15
-----------------------
---////////////////---
---//// wbar patch.
@ http://code.google.com/p/wbar/issues/detail?id=8
screenshots @
http://wardcraft2nd.blogspot.com/2008/12/nifty-green-silkscreen-wall-paper.html
and @
http://wardcraft2nd.blogspot.com/2008/12/wbar-nice-little-lite-linux-application.html
and @
http://wardcraft2nd.blogspot.com/2008/11/wizard-book-wallpaper-1024x768.html
Labels:
debian-lenny,
jan2009,
LINUX,
wbar