summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce/xfce4-settings
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-09-16 17:50:36 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-23 15:39:44 +0200
commitffbcb2dc510f68280c850b19e0393bc24791033d (patch)
treeffbb4df84be8a1f669b06769bb350245fee9dc95 /meta-xfce/recipes-xfce/xfce4-settings
parent7450cf71336aad5a5e634df13d95601090373579 (diff)
downloadmeta-openembedded-ffbcb2dc510f68280c850b19e0393bc24791033d.tar.gz
xfce4-settings: get 0001-xsettings.xml-Set-default-themes.patch back
This patch was accidently included in the git source branch. It is neither new functionality nor bugfix. It is a configuration and should remain in meta-xfce. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-settings')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch33
-rw-r--r--meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb7
2 files changed, 38 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch b/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch
new file mode 100644
index 000000000..8498d4241
--- /dev/null
+++ b/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch
@@ -0,0 +1,33 @@
1From 2218ba8a21e9f5715b652c6416c2ddb552686b14 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Sun, 20 May 2012 15:22:09 +0200
4Subject: [PATCH] xsettings.xml: Set default themes
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Upstram status: Inappropriate [configuration]
10
11Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
12---
13 xfsettingsd/xsettings.xml | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml
17index 65ba1ee..9efb3cd 100644
18--- a/xfsettingsd/xsettings.xml
19+++ b/xfsettingsd/xsettings.xml
20@@ -1,8 +1,8 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <channel name="xsettings" version="1.0">
23 <property name="Net" type="empty">
24- <property name="ThemeName" type="empty"/>
25- <property name="IconThemeName" type="empty"/>
26+ <property name="ThemeName" type="string" value="Xfce"/>
27+ <property name="IconThemeName" type="string" value="gnome"/>
28 <property name="DoubleClickTime" type="int" value="400"/>
29 <property name="DoubleClickDistance" type="int" value="5"/>
30 <property name="DndDragThreshold" type="int" value="8"/>
31--
322.1.0
33
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
index 811866c04..c8224a16e 100644
--- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
@@ -10,8 +10,11 @@ inherit xfce xfce-git
10# + datetime-setter - sent to mainline but strange response 10# + datetime-setter - sent to mainline but strange response
11# + minor bugfixes - sent mainline but no response 11# + minor bugfixes - sent mainline but no response
12# + option to hide mousepointer for a specific (touch) input device - sent mainline but no response 12# + option to hide mousepointer for a specific (touch) input device - sent mainline but no response
13SRC_URI = "git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.0" 13SRC_URI = " \
14SRCREV = "30bc3db17e0c634e41d2f099de6f39bb894906cd" 14 git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.0-1 \
15 file://0001-xsettings.xml-Set-default-themes.patch \
16"
17SRCREV = "c6683cb2cff489c16c2c7b5eab4017bb461f07f1"
15S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
16PV = "4.12.0+git${SRCPV}" 19PV = "4.12.0+git${SRCPV}"
17 20