giuseppe82, ok what you need to do is this:
Edit /etc/menu-methods/menu-xdg file (you have to be root, right-click on desktop -> run command: "kdesu kwrite" -> open the file) and look for the following line:
prerun = "rm -rf " prefix() "/*";
Comment out this line (put the # sign in front of the line)
#prerun = "rm -rf " prefix() "/*";
Save the file and exit, all updates will now be saved
|