Public bug reported:
Binary package hint: compiz
compiz.wrapper in gutsy tries to migrate the list of the active plugins from
the old location
to the new one used by libcompizconfig.
It does so by doing this:
...
# convert plugin list
if [ -x /usr/bin/gconftool-2 ]; then
plugins=`gconftool-2 -g
/apps/compiz/general/allscreens/options/active_plugins|sed -e 's/,/\ /g' -e
's/\[//' -e 's/\]//'`
for i in $plugins; do
gconftool-2 -s /apps/compiz/plugins/$i/__plugin_enabled true -t boolean;
done
gconftool-2 -s /apps/compiz/general/allscreens/options/active_plugins [] -t
list --list-type string
fi
...
The key set with gconftool-2 -s should be
/apps/compiz/plugins/$i/allscreens/options/____plugin_enabled, that is
under allscreens/options/ and with four underscores not two.
** Affects: compiz (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
Bug migrating active plugins from gconf to ccp
https://bugs.launchpad.net/bugs/121372
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs