|
2011-08-24
, 16:50
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#152
|
The Following User Says Thank You to maacruz For This Useful Post: | ||
|
2012-04-02
, 10:05
|
Posts: 385 |
Thanked: 426 times |
Joined on Dec 2009
@ Gothenburg, Sweden
|
#153
|
But that breaks the script everywhere else. It is better to add both paths in you user's .profile (server side).
export LD_LIBRARY_PATH=/usr/NX/lib:$LD_LIBRARY_PATH PATH=$PATH:/usr/NX/bin
|
2012-04-02
, 13:21
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#154
|
I have the same situation, using the NoMachine binaries, but in ubuntu.
So I tried adding the lines:
...to the .bashrc file on the server side, but that didn't work (doesn't this ssh session read the .bashrc file? Hmm?Code:export LD_LIBRARY_PATH=/usr/NX/lib:$LD_LIBRARY_PATH PATH=$PATH:/usr/NX/bin
So, as of now I have also modified the snx script with the changed paths for nxagent and the libraries.
Any ideas here?
BTW, as a command to start a full gnome desktop on my server i use:
snx -d user@myserver gnome-session
It works, sure, but is that the correct command to use?
I mean, I thought -d was enough to get a desktop session, or is that -d meant just to put nx in fullscreen mode?
Sorry if I'm kind of slow in understanding this.
The Following User Says Thank You to maacruz For This Useful Post: | ||
|
2012-04-12
, 14:11
|
Posts: 123 |
Thanked: 91 times |
Joined on Apr 2012
|
#155
|
|
2012-04-17
, 16:17
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#156
|
Is it possible to run snx (or some other nx client) on Nokia N9? I can't google any information about this
|
2012-04-18
, 13:55
|
Posts: 123 |
Thanked: 91 times |
Joined on Apr 2012
|
#157
|
|
2012-05-31
, 13:24
|
Posts: 109 |
Thanked: 150 times |
Joined on May 2012
|
#158
|
|
2012-09-27
, 14:40
|
Posts: 1,141 |
Thanked: 781 times |
Joined on Dec 2009
@ Magical Unicorn Land
|
#159
|
I'm using official NX Server (not FreeNX) on a Gentoo Linux server. It normally runs as its own user and is not in the path. In order to make it work with this script I simply had to edit the "nxagent" line in the script to call it explicitly like:
LD_LIBRARY_PATH=/usr/NX/lib /usr/NX/bin/nxagent
After that, it works. Thanks a lot for this.
|
2012-11-12
, 15:13
|
Posts: 109 |
Thanked: 150 times |
Joined on May 2012
|
#160
|
this may be a stupid question, but is there any chance that snx could be gotten to work on android...?
Paai