diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-01-02 12:17:20 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2009-01-05 11:53:08 +0000 |
commit | 86ee5390e1859db18021a8299388565d96ef8b09 (patch) | |
tree | ccf123aa737254c19120b8f81f990be461c58dc7 /meta/packages/gnome | |
parent | 78f5f8df30c8917900332138d6688b7470878d9e (diff) | |
download | poky-86ee5390e1859db18021a8299388565d96ef8b09.tar.gz |
metacity-clutter_git: Set correct gconf keys after installation for compositing.
The clutter-plugin name has changed since the recipe was first written so we now set the right plugin name as well as enabling compositing.
Diffstat (limited to 'meta/packages/gnome')
-rw-r--r-- | meta/packages/gnome/metacity-clutter_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/gnome/metacity-clutter_git.bb b/meta/packages/gnome/metacity-clutter_git.bb index e06714ccda..127994cf21 100644 --- a/meta/packages/gnome/metacity-clutter_git.bb +++ b/meta/packages/gnome/metacity-clutter_git.bb | |||
@@ -2,7 +2,7 @@ SECTION = "x11/wm" | |||
2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you." | 2 | DESCRIPTION = "Metacity is the boring window manager for the adult in you." |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native" | 4 | DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native" |
5 | PR = "r4" | 5 | PR = "r5" |
6 | PV = "2.25.1+git${SRCREV}" | 6 | PV = "2.25.1+git${SRCREV}" |
7 | inherit gnome update-alternatives | 7 | inherit gnome update-alternatives |
8 | 8 | ||
@@ -34,6 +34,8 @@ fi | |||
34 | 34 | ||
35 | . ${sysconfdir}/init.d/functions | 35 | . ${sysconfdir}/init.d/functions |
36 | 36 | ||
37 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type list --list-type string --set /apps/metacity/general/clutter_plugins '[simple]' | 37 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type list --list-type string --set /apps/metacity/general/clutter_plugins '[default]' |
38 | |||
39 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /apps/metacity/general/compositing_manager true | ||
38 | } | 40 | } |
39 | 41 | ||