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.
No comments:
Post a Comment