Comment 3 for bug 60311

Revision history for this message
Loïc Corbasson (cnb) wrote :

I had a similar problem, kpersonalizer starting after each logon and the accessx pop-up appearing a few minutes after starting kde. Upgrading to kde 3.5.5 fixed the problem.

If you think it's a permissions error you may want to execute the following command to locate such files:

find ~/.kde \! -type d -exec ls -al {} \; | sed '/^.rw....... [^ ][^ ]* yourusername/d'

(don't forget to replace yourusername by sth suitable)

Hope that helps.

Loïc