By default (at least on my machine), it wasn’t possible to open X applications using sudo
. For example sudo
ing xclock
resulted in the following error:
$ sudo xclock
No protocol specified
Error: Can't open display: :0.0
The same error appeared even when I executed xclock
after running sudo su
.
Continue reading sudo
for X Programs