Tagged Questions
1
vote
2answers
535 views
X11: Client not authorized when calling with sudo [duplicate]
Possible Duplicate:
Can I launch a graphical program on another user's desktop as root?
I'm trying to do the equivalent of:
$ sudo -u myuser DISPLAY=:1 xterm
However, it give me the ...
1
vote
1answer
1k views
Mint 12: synaptic package manager error
Yesterday I had the same issue, I solved it by running
sudo synaptic
But today I don't know what's happening, if I run gksu synaptic or gksudo synaptic they don't do anything.
If I go to root and ...
2
votes
0answers
577 views
Security of xhost (local) and sudo xauthority forwarding
Context: launch a GUI application as a linux service. I considered making a headless daemon with a GUI front-end but there is too much code involved to do it now. This service must start on user ...