I added a command in Startup Applications
as you can see on the picture below:
Unfortunately, it doesn't work everytime I boot up my Ubuntu 16.04.
What is causing this and, more importantly, how can I fix it?
I added a command in Startup Applications
as you can see on the picture below:
Unfortunately, it doesn't work everytime I boot up my Ubuntu 16.04.
What is causing this and, more importantly, how can I fix it?
sh -c "sleep 5 && xmodmap -e 'keycode 0x42 = Escape'"
and it worked three times in a row. Delaying the execution of a command seems to be the correct answer. – marzelin Oct 04 '16 at 12:50