Bug migrating active plugins from gconf to ccp

Bug #121372 reported by Alessandro Decina
2
Affects Status Importance Assigned to Milestone
compiz (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

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.

Revision history for this message
Alessandro Decina (alessandro.decina) wrote :

fixed in compiz-core 1:0.5.1+git20070621-0ubuntu3

Changed in compiz:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.