Quote Originally Posted by kjp_1212 View Post


I'm not sure if the above 2 posts helped you to solve this problem. I encountered this but neither of the posts helped me. I asked around in the #ubuntu irc channel and the user timfrost suggested executing the following command :

find ~/.config/Nokia -print0 | sudo xargs -0 chown $USER

This worked like a piece of cake. Hope this helps for future viewers of the forum as well.

Cheers!


---------------


chown -R $USER directory

Would do the same.