![]() | ![]() | ![]() |
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
resource:sc_lab_info:macintosh:x2go:x2go [2015/03/08 07:56] rim |
resource:sc_lab_info:macintosh:x2go:x2go [2023/02/15 12:46] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Using the x2go client in Yosemite ====== | ====== Using the x2go client in Yosemite ====== | ||
- | This has been complex to get going, but many things work. The issues I have faced were: | + | This was complex to get going, and now that there is a fix for the opennx client, it's probably a better bet, but in case you want to try, here's where I got to: |
- Logging in from the client sometimes fails after the server has been rebooted. This seems to be a problem with a left-over lx terminal socket file that doesn't get cleaned up properly. To fix it, I used | - Logging in from the client sometimes fails after the server has been rebooted. This seems to be a problem with a left-over lx terminal socket file that doesn't get cleaned up properly. To fix it, I used | ||
<code> | <code> | ||
Line 6: | Line 6: | ||
rm /tmp/.lxterminal-socket:<socketno>-<username> | rm /tmp/.lxterminal-socket:<socketno>-<username> | ||
</code> | </code> | ||
- | - Keyboard mappings get messed up. To fix this, I used three separate hints. The first is from [[http://daniel-lange.com/archives/45-Fixing-FreeNX-NoMachine-NX-keyboard-glitches-e.g.-ALTGr.html|Daniel Lange]]: First, on your mac, open an xterm (by starting up xquartz, which you can do easily by starting the x2goclient). In that terminal do | + | - Keyboard mappings get messed up. To fix this, I used two separate hints. The first is from [[http://daniel-lange.com/archives/45-Fixing-FreeNX-NoMachine-NX-keyboard-glitches-e.g.-ALTGr.html|Daniel Lange]]: First, on your mac, open an xterm (by starting up xquartz, which you can do easily by starting the x2goclient). In that terminal do |
<code> | <code> | ||
xmodmap -pke > localxmodmap | xmodmap -pke > localxmodmap |