Linux Lite Forums
How to set a key combination for a "partial reboot" - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4)
+--- Forum: Suggestions and Feedback (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=13)
+--- Thread: How to set a key combination for a "partial reboot" (/showthread.php?tid=1425)



How to set a key combination for a "partial reboot" - anon222 - 01-18-2015

Linux Lite almost never freezes. But when it does happen, it's often enough to perform a "partial reboot" (only the graphical environment). That's technically better than a hard reboot by the physical power button.

For a partial reboot you can enable the key combination Ctrl+Alt+Backspace.
To set this up open the terminal Ctrl +Alt +T

Type in:
Code:
gksudo leafpad /etc/default/keyboard
When a text editor opens, find the line:
Code:
XKBOPTIONS=""

Replace it by this line (use copy/paste):
Code:
XKBOPTIONS="terminate:ctrl_alt_bksp"

Save the modified file and close it and then reboot your computer.
After logging in again, you can test it: Ctrl+Alt+Backspace should reboot only the desktop and throw you back into the login window.


Re: How to set a key combination for a "partial reboot" - altman - 01-18-2015

Thanx for the tip Misko !

Keep them coming .


Re: How to set a key combination for a "partial reboot" - Scott(0) - 01-18-2015

8) Another useful post. Thanks, Misko.


Re: How to set a key combination for a "partial reboot" - Jocklad - 01-18-2015

A great Tip should it be needed.

Thanks Misko.


Re: How to set a key combination for a "partial reboot" - rokytnji - 01-18-2015

Tested. Works in LL 2.0.


Re: How to set a key combination for a "partial reboot" - Valtam - 01-18-2015

Handy Smile