------------------------------------------------------------ revno: 340 committer: Lionel Le Folgoc <[email protected]> branch nick: xubuntu-default-settings timestamp: Sat 2012-02-04 20:12:23 +0100 message: Correctly set /Xft/* xfconf props. modified: debian/changelog etc/skel/.Xdefaults etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
-- lp:xubuntu-default-settings https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings. To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2012-01-22 23:27:50 +0000 +++ debian/changelog 2012-02-04 19:12:23 +0000 @@ -1,3 +1,9 @@ +xubuntu-default-settings (12.04.3) UNRELEASED; urgency=low + + * Correctly set /Xft/* xfconf props. + + -- Lionel Le Folgoc <[email protected]> Sat, 04 Feb 2012 20:11:55 +0100 + xubuntu-default-settings (12.04.2) precise; urgency=low * etc/xdg/xdg-xubuntu/xfce4/xfconf/…/xfce4-session.xml: pass --replace to === modified file 'etc/skel/.Xdefaults' --- etc/skel/.Xdefaults 2010-08-15 15:17:28 +0000 +++ etc/skel/.Xdefaults 2012-02-04 19:12:23 +0000 @@ -1,12 +1,3 @@ -! Xft settings --------------------------------------------------------------- - -Xft.dpi: 96 -Xft.antialias: true -Xft.rgba: rgb -Xft.hinting: true -Xft.hintstyle: hintslight -Xft.lcdfilter: lcddefault - ! xscreensaver --------------------------------------------------------------- !font settings === modified file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml' --- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 2012-01-22 23:20:47 +0000 +++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml 2012-02-04 19:12:23 +0000 @@ -8,9 +8,10 @@ <property name="Xft" type="empty"> <property name="DPI" type="int" value="96"/> <property name="Antialias" type="int" value="1"/> - <property name="Hinting" type="int" value="-1"/> + <property name="Hinting" type="int" value="1"/> <property name="HintStyle" type="string" value="hintslight"/> <property name="RGBA" type="string" value="rgb"/> + <property name="Lcdfilter" type="string" value="lcddefault"/> </property> <property name="Gtk" type="empty"> <property name="CursorThemeName" type="string" value="Human"/>
_______________________________________________ Mailing list: https://launchpad.net/~xubuntu-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~xubuntu-dev More help : https://help.launchpad.net/ListHelp

