jjl@jjl-VirtualBox:~$ 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()"
<GConfValue at 0x8848e50>
unity
jjl@jjl-VirtualBox:~$On Tue, Mar 22, 2011 at 1:55 PM, Didier Roche <[email protected]> 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! > > ** Changed in: unity > Status: Confirmed => Incomplete > > ** Changed in: unity (Ubuntu) > Status: Confirmed => Incomplete > > -- > You received this bug notification because you are a direct subscriber > of the bug. > https://bugs.launchpad.net/bugs/737320 > > Title: > unity crashed with AttributeError in reset_unity_compiz_profile(): > 'str' object has no attribute 'get_string' > > To unsubscribe from this bug, go to: > https://bugs.launchpad.net/unity/+bug/737320/+subscribe > -- If you can't be happy naturally, be unnaturally happy. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/737320 Title: unity crashed with AttributeError in reset_unity_compiz_profile(): 'str' object has no attribute 'get_string' -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
