View Single Post
  #8 (permalink)  
Old 07-23-2008, 09:33 AM
Canned
 
Posts: n/a
Re: question about DISPLAY environment variable

anonuserca@yahoo.com schreef:
> Yes, I'm trying to run a graphical program as root from the terminal.


Try merging Xauthority file first:
> /usr/bin/sudo /usr/bin/xauth -f /root/.Xauthority merge .Xauthority


Now you can run gui as root
> sudo gui

Reply With Quote