1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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.
This commit is contained in:
Joshua Lock
2009-01-02 12:17:20 +00:00
parent 78f5f8df30
commit 86ee5390e1
+4 -2
View File
@@ -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
}