Important KDE Files and Folders

From NBSWiki

Jump to: navigation, search

Especially when a user's $HOME is NFS mounted, it is useful to make sur all processes are killed before shutting down the machine. From How to Run a Script at Login or Logout of KDE Session, here is one such script that will cleanly shutdown the annoying leftover processes from Evolution without arbitrairily killing all from a given user:

mkdir ~/.kde/shutdown
echo "evolution --force-shutdown" >> ~/.kde/shutdown/evolution
Personal tools