You are not logged in.
Pages: 1
I edited the PKGBUILD of dzen2-svn from AUR so instead of checking out trunk, it'd check svn/branches/dzen-xft. Everything went fine during installation, but now when I run dzen2, it shows no text.
When I using xmonad, the background of the selected workspace changes, so I know it's working. Or at leat half-working.
Any idea?
(lambda ())
Offline
Did you ever solve this?
Offline
No, I went back to the original dzen2.
(lambda ())
Offline
Hmm ok
Offline
Any changes on this?
Use the Source, Luke!
Offline
I just gave up, I may look into it again later during the holidays if I have time. Right now I have more important things to do.
Last edited by Zepp (2008-12-08 00:19:04)
Offline
This following works for me:
echo dingalinglangalangdanddingdong | dzen2-xft -fn 'Bitstream Vera Sans-15:Bold' -p
I checked out the svn repo with the following command: svn checkout http://dzen.googlecode.com/svn/branches/dzen-xft
Build it and placed my renamed executable in my path.
It's not the arch way etc. but I can live with binaries in ~/bin.
It works here. As far as I know the xft branch is not complete, but is still being worked on.
Scrot:
Last edited by Ashren (2008-12-10 11:53:11)
Offline
Still no luck. It compiles fine and it even shows a black bar, but with no text in it.
(lambda ())
Offline
Offline
Still no luck.
Anyone here thinks it may be related with X configuration? I have composition enabled and I'm loading these modules:
Section "Module"
Load "dbe"
Load "freetype"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
(lambda ())
Offline
andre.ramaciotti, I finally got this working. I tried it under Xfce which is the other wm I use and it worked fine. And it pulls its font settings from Xft.xrdb so I added those to .Xdefaults did a, xrdb -load ~/.Xdefaults and it all worked.
The settings in Xft.xrdb were,
Xft.antialias: 1
Xft.hinting: -1
Xft.rgba: rgb
Xft.hintstyle: hintslight
Xft.dpi: 100
Hope it works for you
Cheers Paul-S
Offline
It didn't work here.
(lambda ())
Offline
SVN revision 241 comes with (optional) XFT support.
The support is enabled by default for testing purposes.
Please report any issues you may experience.
Get the latest SVN revision:
svn checkout http://dzen.googlecode.com/svn/trunk/ dzen
http://dzen.geekmode.org/dwiki/doku.php … index#news
Bye, Rob.
Offline
Offline
It's working here!
edit: Only a question, though. How can I use bold fonts? "dzen2 -fn 'DejaVu Sans Bold:size=8' " didn't work.
Last edited by andre.ramaciotti (2009-02-12 12:03:09)
(lambda ())
Offline
It's working here!
edit: Only a question, though. How can I use bold fonts? "dzen2 -fn 'DejaVu Sans Bold:size=8' " didn't work.
Does that font really exist on your system?
What works for me is:
echo "Normal ^fn(Vera:bold) bold ^fn(Vera:italic) italic ^fn(Vera:size=8) small ^fn() normal" | dzen2 -fn Vera -p
Respectively for the '-fn' parameter.
Bye, Rob.
Last edited by gotmor (2009-02-12 17:27:29)
Offline
Thanks
(lambda ())
Offline
Pages: 1