View Single Post
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#1842
Originally Posted by zwer View Post
Hi all,
Just noticed a weird side-effect of the CSSU - I cannot modify anything on the desktop. I don't know when it started, but I'm pretty much sure it worked nicely before the move to CSSU.
...
Any ideas?
The hildon-desktop in the CSSU has the option of disabling desktop editing. This includes getting to the theme menu and views list etc. from the desktop.

Basically, disables exactly what you're reporting as not working.

Run:
Code:
gconftool-2 -a /apps/osso/hildon-desktop/key-actions
This will list the majority of the custom hildon-desktop's gconf settings (all the ones in that gconf folder - note that gconf's folders are not in the same location in the "real" file system). There's a wiki page and another page on Matan's site that lists all the options at what they do, but for now you just want the one that's called "disable_edit". So you could just run:
Code:
gconftool-2 -g /apps/osso/hildon-desktop/key-actions/disable_edit
If it reports "false", the problem is elsewhere. If it's true, then the problem is what I thought - at some point this dbus key was set (maybe you had Matan's desktop mods some time long ago or whatever), or something set it for some wierd reason at some point. Anyway, to set it back to false, to enable desktop edits, use:
Code:
gconftool-2 -s /apps/osso/hildon-desktop/key-actions/disable_edit -t bool false
Don't run it as root, run it as user. Running as root shouldn't cause any problems, but it might save some file as root and that might mess things up later. (Very unlikely though, afaik.)
 

The Following 10 Users Say Thank You to Mentalist Traceur For This Useful Post: