I'd like to be able to do something like this:
and have KWrite come up. However, I get this error:
Also, I'd like to be able to do this as well:
But I get the exact same error
How do I setup sudo to work with my desktop? As for ssh, I can get that to work if I remember to pass in -X to the ssh command. However, I didn't have to do this with my Mandrake install, so what's the difference?
Thanks,
Anodos
Code:
me@mymachine:~$ sudo su - Password: root@mymachine:~# kwrite test.txt
Code:
kwrite: cannot connect to X server
Code:
me@mymachine:~$ ssh someuser@somemachine someuser@somemachine's password: ... [someuser@somemachine ~]$ kwrite test.txt
How do I setup sudo to work with my desktop? As for ssh, I can get that to work if I remember to pass in -X to the ssh command. However, I didn't have to do this with my Mandrake install, so what's the difference?
Thanks,
Anodos
Comment