| Article: |
Hands on X11 | |
| Subject: | Yes, but how do I run Mac OS X apps through X? | |
| Date: | 2003-10-23 10:01:21 | |
| From: | anonymous2 | |
|
Response to: Yes, but how do I run Mac OS X apps through X?
|
||
|
Did you find a solution ? Even im looking for the same. It would be great if u could drop me an email if u find out something.
|
||
Showing messages 1 through 2 of 2.
-
Yes, but how do I run Mac OS X apps through X?
2003-11-10 23:45:11 anonymous2 [View]
Or better yet, post a reply -
Yes, but how do I run Mac OS X apps through X?
2004-09-29 11:08:05 ansobol [View]
Edit (as the superuser, i.e., by sudo) the file /etc/sshd_config: find in it the line saying
# X11Forwarding no
uncomment it and change "no" to "yes." Then restart the ssh daemon by typing:
kill -1 `cat /var/run/sshd.pid`
(note backward quotes).


