diff options
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch | 33 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 7 |
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 0000000000..8498d4241e --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-settings/files/0001-xsettings.xml-Set-default-themes.patch | |||
@@ -0,0 +1,33 @@ | |||
1 | From 2218ba8a21e9f5715b652c6416c2ddb552686b14 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Sun, 20 May 2012 15:22:09 +0200 | ||
4 | Subject: [PATCH] xsettings.xml: Set default themes | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Upstram status: Inappropriate [configuration] | ||
10 | |||
11 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
12 | --- | ||
13 | xfsettingsd/xsettings.xml | 4 ++-- | ||
14 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
15 | |||
16 | diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml | ||
17 | index 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 | -- | ||
32 | 2.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 811866c043..c8224a16e7 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 |
13 | SRC_URI = "git://github.com/schnitzeltony/xfce4-settings.git;protocol=git;branch=for-oe-4.12.0" | 13 | SRC_URI = " \ |
14 | SRCREV = "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 | " | ||
17 | SRCREV = "c6683cb2cff489c16c2c7b5eab4017bb461f07f1" | ||
15 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
16 | PV = "4.12.0+git${SRCPV}" | 19 | PV = "4.12.0+git${SRCPV}" |
17 | 20 | ||