Preventing the Ctrl-Alt-Backspace shortcut keys from restarting X
-
Make a backup copy of your existing /etc/X11/xorg.conf file.
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
-
Open /etc/X11/xorg.conf for editing.
kdesu kate /etc/X11/xorg.conf
-
Add the following lines to the end of the file:
Section "ServerFlags" Option "DontZap" "yes" EndSection
-
Save the edited file. (an example)
-
The change will take effect the next time you log in to KDE. If you want the change to take effect immediately, restart KDE manually. (See the section called "Restart KDE without rebooting the computer".)
* License

