[Pkg-xfce-commits] r8266 - in /desktop/branches/experimental/xfce4-settings/debian: changelog patches/01_use-tango-icon-theme.patch
Jackson Doak
noskcaj-guest at moszumanska.debian.org
Sun Feb 23 00:02:19 UTC 2014
Author: noskcaj-guest
Date: Sun Feb 23 00:02:16 2014
New Revision: 8266
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8266
Log:
* New upstream release
- Change double click time. LP: #1004400
Modified:
desktop/branches/experimental/xfce4-settings/debian/changelog
desktop/branches/experimental/xfce4-settings/debian/patches/01_use-tango-icon-theme.patch
Modified: desktop/branches/experimental/xfce4-settings/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-settings/debian/changelog?rev=8266&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-settings/debian/changelog (original)
+++ desktop/branches/experimental/xfce4-settings/debian/changelog Sun Feb 23 00:02:16 2014
@@ -1,3 +1,10 @@
+xfce4-settings (4.11.2-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ - Change double click time. LP: #1004400
+
+ -- Jackson Doak <noskcaj at ubuntu.com> Sun, 23 Feb 2014 10:46:58 +1100
+
xfce4-settings (4.11.1-1) experimental; urgency=low
[ Evgeni Golov ]
Modified: desktop/branches/experimental/xfce4-settings/debian/patches/01_use-tango-icon-theme.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/branches/experimental/xfce4-settings/debian/patches/01_use-tango-icon-theme.patch?rev=8266&op=diff
==============================================================================
--- desktop/branches/experimental/xfce4-settings/debian/patches/01_use-tango-icon-theme.patch (original)
+++ desktop/branches/experimental/xfce4-settings/debian/patches/01_use-tango-icon-theme.patch Sun Feb 23 00:02:16 2014
@@ -1,9 +1,11 @@
Description: Sets the default theme for debian
-Index: xfce4-settings/xfsettingsd/xsettings.xml
-===================================================================
---- xfce4-settings.orig/xfsettingsd/xsettings.xml 2013-08-23 06:21:51.443643142 +1000
-+++ xfce4-settings/xfsettingsd/xsettings.xml 2013-08-23 06:21:51.439643130 +1000
+---
+ xfsettingsd/xsettings.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- a/xfsettingsd/xsettings.xml
++++ b/xfsettingsd/xsettings.xml
@@ -6,8 +6,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xsettings" version="1.0">
@@ -12,6 +14,6 @@
- <property name="IconThemeName" type="empty"/>
+ <property name="ThemeName" type="string" value="Xfce"/>
+ <property name="IconThemeName" type="string" value="Tango"/>
- <property name="DoubleClickTime" type="int" value="250"/>
+ <property name="DoubleClickTime" type="int" value="400"/>
<property name="DoubleClickDistance" type="int" value="5"/>
<property name="DndDragThreshold" type="int" value="8"/>
More information about the Pkg-xfce-commits
mailing list