From 86ee5390e1859db18021a8299388565d96ef8b09 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 2 Jan 2009 12:17:20 +0000 Subject: 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. --- meta/packages/gnome/metacity-clutter_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/packages/gnome') diff --git a/meta/packages/gnome/metacity-clutter_git.bb b/meta/packages/gnome/metacity-clutter_git.bb index e06714ccd..127994cf2 100644 --- a/meta/packages/gnome/metacity-clutter_git.bb +++ b/meta/packages/gnome/metacity-clutter_git.bb @@ -2,7 +2,7 @@ SECTION = "x11/wm" DESCRIPTION = "Metacity is the boring window manager for the adult in you." LICENSE = "GPL" DEPENDS = "startup-notification gtk+ gconf clutter-0.8 gdk-pixbuf-csource-native" -PR = "r4" +PR = "r5" PV = "2.25.1+git${SRCREV}" inherit gnome update-alternatives @@ -34,6 +34,8 @@ fi . ${sysconfdir}/init.d/functions -gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type list --list-type string --set /apps/metacity/general/clutter_plugins '[simple]' +gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type list --list-type string --set /apps/metacity/general/clutter_plugins '[default]' + +gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /apps/metacity/general/compositing_manager true } -- cgit v1.2.3