|
|
08-24-2011
, 12:50 PM
|
|
Posts: 1,089 |
Thanked: 1,139 times |
Joined on Aug 2008
@ Spain
|
#152
|
| The Following User Says Thank You to maacruz For This Useful Post: | ||
|
|
04-02-2012
, 06:05 AM
|
|
Posts: 276 |
Thanked: 206 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
|
|
04-02-2012
, 09:21 AM
|
|
Posts: 1,089 |
Thanked: 1,139 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?
: http://stackoverflow.com/questions/8...c-at-ssh-loginBTW, 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: | ||
|
|
04-12-2012
, 10:11 AM
|
|
Posts: 103 |
Thanked: 60 times |
Joined on Apr 2012
|
#155
|
|
|
04-17-2012
, 12:17 PM
|
|
Posts: 1,089 |
Thanked: 1,139 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
|
|
04-18-2012
, 09:55 AM
|
|
Posts: 103 |
Thanked: 60 times |
Joined on Apr 2012
|
#157
|
|
|
05-31-2012
, 09:24 AM
|
|
Posts: 74 |
Thanked: 119 times |
Joined on May 2012
|
#158
|
|
|
09-27-2012
, 10:40 AM
|
|
Posts: 1,132 |
Thanked: 758 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.
|
|
11-12-2012
, 11:13 AM
|
|
Posts: 74 |
Thanked: 119 times |
Joined on May 2012
|
#160
|
![]() |
| Tags |
| remote desktop |
| Thread Tools | Search this Thread |
|
this may be a stupid question, but is there any chance that snx could be gotten to work on android...?
Paai