I want to view astronomy software on my Fedora box while the software is running on another box running FreeBSD 9.3. I want to do X11 forwarding on my local network. In the /etc/ssh/sshd_config I set X11forwarding yes and I log in using the -X parameter.
That is,
It doesn't work.
user and host in the above are substitutes.
That is,
ssh -X user@host.It doesn't work.
Code:
$ kstars &
$ process 81139: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/etc/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
D-Bus not compiled with backtrace support so unable to print a backtrace
KCrash: Application 'kstars' crashing...
KCrash: Attempting to start from kdeinit
KCrash: Connect sock_file=/home/user/.kde4/socket-host/kdeinit4_localhost_10
Warning: connect() failed: : No such file or directory
KCrash: Attempting to start directly
KCrash failed to exec(), errno = 2
user and host in the above are substitutes.