Tagged Questions
8
votes
2answers
2k views
Debian based system, only one gui program, nothing else
I would like to make a debian system where you can only open one GUI program at boot, no other graphical interface, no minimize, or any X apart from that program, is there a way to do it on debian if ...
4
votes
1answer
296 views
Block keyboard on debian
I would like to block the keyboard for a kiosk-based application implemented on Linux. The keyboard could be blocked with "nohup cat /dev/tty0" on some Linux distributions, but it's not working on ...