Active Topics

 


Reply
Thread Tools
Posts: 284 | Thanked: 320 times | Joined on May 2010 @ Peterborough, UK
#101
Hmm, I can't think of anything much that's changed, other than installing a libvte patch from https://bugs.maemo.org/show_bug.cgi?id=6009 and one or two key remappings? I've attached the xmodmap from the N900 and again from the server, when connected through snx, in the hope that they may help to track down the problem..
Attached Files
File Type: txt xmodmap.txt (8.4 KB, 146 views)
File Type: txt xmodmapN900.txt (7.5 KB, 134 views)
 

The Following User Says Thank You to Tigerite For This Useful Post:
Posts: 162 | Thanked: 25 times | Joined on Dec 2009
#102
Not quite there yet...

I can start individual X applications on the remote server and they do accept input. For me that is the most important thing, because I now can check and write my email with thunderbird on the N900. As I use lightning (a calendar plug-in for thunderbird, that syncs with google calendar) this gives me a nice alternative for the N900 email and calendar.

So emboldened, I tried to start a KDE session with 'snx -d user@server startkde', but there is again no keyboard input possible.

Let me stress that I have no urgent use for such functionality right now, but I am curious why this does not work and it would be 'elegant' if the desktop too would function.

paai
 
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#103
Originally Posted by Tigerite View Post
Hmm, I can't think of anything much that's changed, other than installing a libvte patch from https://bugs.maemo.org/show_bug.cgi?id=6009 and one or two key remappings? I've attached the xmodmap from the N900 and again from the server, when connected through snx, in the hope that they may help to track down the problem..
The N900 detection code fails and it's treated as an N8x0.
I detect N900 through environment variable OSSO_PRODUCT_NAME, so let's chech what happens:
Code:
echo $OSSO_PRODUCT_NAME
[[ "$OSSO_PRODUCT_NAME" == "N900" ]]&&echo OK
 

The Following User Says Thank You to maacruz For This Useful Post:
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#104
Originally Posted by paai View Post
Not quite there yet...
....
So emboldened, I tried to start a KDE session with 'snx -d user@server startkde', but there is again no keyboard input possible.
Even after you press Ctrl+Return?
Even after you press with the stylus in the remote input widget?
 
Posts: 284 | Thanked: 320 times | Joined on May 2010 @ Peterborough, UK
#105
Originally Posted by maacruz View Post
The N900 detection code fails and it's treated as an N8x0.
I detect N900 through environment variable OSSO_PRODUCT_NAME, so let's chech what happens:
Code:
echo $OSSO_PRODUCT_NAME
[[ "$OSSO_PRODUCT_NAME" == "N900" ]]&&echo OK
Code:
~ $ echo $OSSO_PRODUCT_NAME
N900
~ $ [[ "$OSSO_PRODUCT_NAME" == "N900" ]]&&echo OK
OK
Very odd..
 
Posts: 284 | Thanked: 320 times | Joined on May 2010 @ Peterborough, UK
#106
Update - it's all working again! I removed the /home/user/.nx folder as it was complaining about an invalid cache, and something to do with the font as well. After rm -r'ing it, everything's fine. Weird!
 
Posts: 47 | Thanked: 1 time | Joined on Nov 2009
#107
My nx server is listening on port 23 instead of port 22 (default ssh port).
How can I setup snx to connect to port 23?
 
Posts: 1,101 | Thanked: 1,184 times | Joined on Aug 2008 @ Spain
#108
Originally Posted by tuxian View Post
My nx server is listening on port 23 instead of port 22 (default ssh port).
How can I setup snx to connect to port 23?
You can use the standard ~/.ssh/config file, or you can install snx-0.1.5.

New snx-0.1.5 release:
- Added support for alternate ssh port (user@hostort)
 
Posts: 47 | Thanked: 1 time | Joined on Nov 2009
#109
Thank you very much!
 
Posts: 47 | Thanked: 1 time | Joined on Nov 2009
#110
How can I emulate a right-mouse-button click?
 
Reply

Tags
remote desktop


 
Forum Jump


All times are GMT. The time now is 19:29.