[Xfce-bugs] [Bug 1920] text size bug
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Tue Jun 20 22:16:38 CEST 2006
Do NOT reply to this email. To make further comments on this bug, use
the URL below:
http://bugzilla.xfce.org/show_bug.cgi?id=1920
------- Comment #2 from mirage-redfog at mail.ru 2006-06-20 20:16 UTC -------
I solved the problem! The dpi is actucally set by the Xfce.
This is a pice of /etc/xdg/xfce4
if test -r $BASEDIR/Xft.xrdb; then
cat $BASEDIR/Xft.xrdb >> $XRESOURCES
elif test -r $XFCE4HOME/Xft.xrdb; then
mkdir -p $BASEDIR
cp $XFCE4HOME/Xft.xrdb $BASEDIR/
cat $BASEDIR/Xft.xrdb >> $XRESOURCES
else
# Those are fallback settings, use the ui plugin to change it
# or add your overrides to ~/.Xresources
# Xft DPI: 96
# Xft.hintstyle: hintnone/hintslight/hintmedium/hintfull
# Xft hinting: 1/0
cat >> $XRESOURCES << EOF
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintmedium
EOF
fi
But when you change your font settings with the User Interface Manager
Xft.xrdb(in ~/.config/xfce4/) is created and without Xft.dpi: 96 ))) so you get
very small fonts evrywhere. It will be cool to add a dpi control to the User
Interface Manager.
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Xfce-bugs
mailing list