LXDE C-A-D in LXDE

When I get stuck in LXDE and press C-A-D I get loads of task manager sessions popping up.

How do I prevent this and simply get the system to restart?
 
I dunno about LXDE but with Openbox if I mess up my autostart file I use the virtual terminals <Ctl>-<Alt>-<F*>
With that you must know F1 is xorg logging termnal and F9 is the GUI so use any other virtual terminal and use the pkill X command.

With Openbox <Ctl>-<Alt>-<Del> it brings up a singe instance of the task manager.
 
If you can open a terminal,
$ openbox --exit
will close the session and exit to your display manager or console prompt. Unless it has been disabled in LXDE, it should also work.
 
Back
Top