← Back to team overview

xubuntu-dev team mailing list archive

[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 240: * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml:

 

------------------------------------------------------------
revno: 240
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Tue 2011-01-25 21:40:59 +0100
message:
  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml:
    - set Greybird as default gtk+ theme and put back elementary as default
      icon theme
    - set Droid Sans as default font.
modified:
  debian/changelog
  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	2011-01-25 20:38:34 +0000
+++ debian/changelog	2011-01-25 20:40:59 +0000
@@ -3,6 +3,10 @@
   * etc/xdg/xdg-xubuntu/menus/xfce-applications.menu: refreshed for Xfce 4.8.
   * etc/xdg/xdg-xubuntu/Terminal/terminalrc: set Droid Sans Mono as default
     font.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml:
+    - set Greybird as default gtk+ theme and put back elementary as default
+      icon theme
+    - set Droid Sans as default font.
 
  -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Tue, 25 Jan 2011 21:36:33 +0100
 

=== modified file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml	2010-08-25 20:53:20 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml	2011-01-25 20:40:59 +0000
@@ -2,18 +2,19 @@
 
 <channel name="xsettings" version="1.0">
   <property name="Net" type="empty">
-    <property name="ThemeName" type="string" value="Bluebird"/>
-    <property name="IconThemeName" type="string" value="elementaryXubuntu"/>
+    <property name="ThemeName" type="string" value="Greybird"/>
+    <property name="IconThemeName" type="string" value="elementary"/>
   </property>
   <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>
   <property name="Gtk" type="empty">
     <property name="CursorThemeName" type="string" value="Human"/>
     <property name="CursorThemeSize" type="int" value="24"/>
+    <property name="FontName" type="string" value="Droid Sans 10"/>
   </property>
 </channel>