On 07 Feb 18:42, Barry Samuels wrote:
If I SSH into a remote machine and then su to another user how can I run programmes, as that user, under X without it complaining that it can't open the display?
I want to run an application as the 'mythtv' user which is created when installing MythTV.
If you can directly su to the other user then use su -m which will retain your environment, that should work.