← Back to team overview

xubuntu-dev team mailing list archive

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

 

------------------------------------------------------------
revno: 241
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Tue 2011-01-25 21:50:39 +0100
message:
  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml:
    - clean up for Xfce 4.8
    - set Droid Sans Bold as default font
    - set Greybird as default theme, and “menu|title|min|max|close” as
      default layout
    - activate the compositor by default.
  * debian/control: require xubuntu-artwork >> 11.04.1 for Greybird, and
    ttf-droid.
modified:
  debian/changelog
  debian/control
  etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.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:40:59 +0000
+++ debian/changelog	2011-01-25 20:50:39 +0000
@@ -7,6 +7,14 @@
     - set Greybird as default gtk+ theme and put back elementary as default
       icon theme
     - set Droid Sans as default font.
+  * etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml:
+    - clean up for Xfce 4.8
+    - set Droid Sans Bold as default font
+    - set Greybird as default theme, and “menu|title|min|max|close” as
+      default layout
+    - activate the compositor by default.
+  * debian/control: require xubuntu-artwork >> 11.04.1 for Greybird, and
+    ttf-droid.
 
  -- Lionel Le Folgoc <mrpouit@xxxxxxxxxx>  Tue, 25 Jan 2011 21:36:33 +0100
 

=== modified file 'debian/control'
--- debian/control	2010-08-25 20:53:20 +0000
+++ debian/control	2011-01-25 20:50:39 +0000
@@ -10,7 +10,7 @@
 
 Package: xubuntu-default-settings
 Architecture: all
-Depends: ${misc:Depends}, xubuntu-artwork (>> 10.10.0)
+Depends: ${misc:Depends}, xubuntu-artwork (>> 11.04.1), ttf-droid
 Description: default settings for Xubuntu
  Various system settings tailored for Xubuntu:
   * custom GDM settings

=== modified file 'etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml'
--- etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml	2010-08-25 20:53:20 +0000
+++ etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml	2011-01-25 20:50:39 +0000
@@ -2,36 +2,58 @@
 
 <channel name="xfwm4" version="1.0">
   <property name="general" type="empty">
-    <property name="borderless_maximize" type="bool" value="true"/>
-    <property name="cycle_hidden" type="bool" value="true"/>
-    <property name="cycle_minimum" type="bool" value="true"/>
-    <property name="cycle_workspaces" type="bool" value="false"/>
-    <property name="double_click_action" type="string" value="maximize"/>
-    <property name="easy_click" type="string" value="Alt"/>
-    <property name="focus_hint" type="bool" value="true"/>
-    <property name="frame_opacity" type="int" value="57"/>
-    <property name="inactive_opacity" type="int" value="100"/>
-    <property name="move_opacity" type="int" value="100"/>
-    <property name="placement_ratio" type="int" value="20"/>
-    <property name="popup_opacity" type="int" value="100"/>
-    <property name="prevent_focus_stealing" type="bool" value="false"/>
-    <property name="raise_with_any_button" type="bool" value="false"/>
-    <property name="resize_opacity" type="int" value="100"/>
-    <property name="restore_on_move" type="bool" value="true"/>
-    <property name="scroll_workspaces" type="bool" value="false"/>
-    <property name="show_frame_shadow" type="bool" value="false"/>
-    <property name="show_popup_shadow" type="bool" value="false"/>
-    <property name="snap_resist" type="bool" value="false"/>
-    <property name="theme" type="string" value="Bluebird"/>
-    <property name="toggle_workspaces" type="bool" value="false"/>
-    <property name="unredirect_overlays" type="bool" value="false"/>
-    <property name="use_compositing" type="bool" value="false"/>
+    <property name="frame_opacity" type="int" value="100"/>
+    <property name="show_frame_shadow" type="bool" value="true"/>
+    <property name="show_popup_shadow" type="bool" value="true"/>
+    <property name="theme" type="string" value="greybird"/>
+    <property name="use_compositing" type="bool" value="true"/>
     <property name="workspace_count" type="int" value="2"/>
     <property name="workspace_names" type="array">
       <value type="string" value="1"/>
       <value type="string" value="2"/>
     </property>
-    <property name="wrap_cycle" type="bool" value="false"/>
-    <property name="wrap_layout" type="bool" value="false"/>
+    <property name="activate_action" type="string" value="bring"/>
+    <property name="box_move" type="bool" value="true"/>
+    <property name="box_resize" type="bool" value="true"/>
+    <property name="button_layout" type="string" value="O|HMC"/>
+    <property name="button_offset" type="int" value="0"/>
+    <property name="button_spacing" type="int" value="0"/>
+    <property name="click_to_focus" type="bool" value="true"/>
+    <property name="focus_delay" type="int" value="250"/>
+    <property name="cycle_apps_only" type="bool" value="false"/>
+    <property name="cycle_draw_frame" type="bool" value="true"/>
+    <property name="dbl_click_time" type="int" value="400"/>
+    <property name="focus_new" type="bool" value="true"/>
+    <property name="full_width_title" type="bool" value="true"/>
+    <property name="maximized_offset" type="int" value="0"/>
+    <property name="placement_mode" type="string" value="center"/>
+    <property name="raise_delay" type="int" value="250"/>
+    <property name="raise_on_click" type="bool" value="true"/>
+    <property name="raise_on_focus" type="bool" value="false"/>
+    <property name="repeat_urgent_blink" type="bool" value="false"/>
+    <property name="shadow_delta_height" type="int" value="0"/>
+    <property name="shadow_delta_width" type="int" value="0"/>
+    <property name="shadow_delta_x" type="int" value="0"/>
+    <property name="shadow_delta_y" type="int" value="-3"/>
+    <property name="shadow_opacity" type="int" value="50"/>
+    <property name="show_app_icon" type="bool" value="false"/>
+    <property name="show_dock_shadow" type="bool" value="false"/>
+    <property name="snap_to_border" type="bool" value="true"/>
+    <property name="snap_to_windows" type="bool" value="false"/>
+    <property name="snap_width" type="int" value="10"/>
+    <property name="title_alignment" type="string" value="center"/>
+    <property name="title_font" type="string" value="Droid Sans Bold 9"/>
+    <property name="title_horizontal_offset" type="int" value="0"/>
+    <property name="title_shadow_active" type="string" value="false"/>
+    <property name="title_shadow_inactive" type="string" value="false"/>
+    <property name="title_vertical_offset_active" type="int" value="0"/>
+    <property name="title_vertical_offset_inactive" type="int" value="0"/>
+    <property name="urgent_blink" type="bool" value="false"/>
+    <property name="wrap_resistance" type="int" value="10"/>
+    <property name="wrap_windows" type="bool" value="true"/>
+    <property name="wrap_workspaces" type="bool" value="false"/>
+    <property name="double_click_time" type="int" value="250"/>
+    <property name="double_click_distance" type="int" value="5"/>
+    <property name="mousewheel_rollup" type="bool" value="true"/>
   </property>
 </channel>