View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#243
Originally Posted by evad View Post
No, it doesn't. I think the key is to run it as user, not root.

1) sudo gainroot
2) su user
3) dsmetool -k /usr/bin/hildon-home && dsmetool -t /usr/bin/hildon-home
or probably even better:
3) dsmetool -k /usr/bin/hildon-home; sleep 3; dsmetool -t /usr/bin/hildon-home
Why are you switching to root & then back to user? You can just run step 3 directly.