Comment 3 for bug 737320

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Hey Anduu,

I can get a pretty easy fix for that, but this issue shouldn't happen, so, can you please try this and print the output back here:

python -c "import gconf; client = gconf.client_get_default(); current_profile_schema = client.get_schema('/apps/compizconfig-1/current_profile'); current_profile_gconfvalue = current_profile_schema.get_default_value(); print current_profile_gconfvalue; print current_profile_gconfvalue.get_string()"

(all in one line on a terminal).
Thanks!