diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-09-16 17:50:36 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:39:44 +0200 |
| commit | ffbcb2dc510f68280c850b19e0393bc24791033d (patch) | |
| tree | ffbb4df84be8a1f669b06769bb350245fee9dc95 /meta-xfce | |
| parent | 7450cf71336aad5a5e634df13d95601090373579 (diff) | |
| download | meta-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')
| -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 | ||
