![]() |
2010-11-30
, 09:09
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#101
|
The Following User Says Thank You to Tigerite For This Useful Post: | ||
![]() |
2010-11-30
, 10:37
|
Posts: 162 |
Thanked: 25 times |
Joined on Dec 2009
|
#102
|
![]() |
2010-11-30
, 13:20
|
Posts: 1,101 |
Thanked: 1,185 times |
Joined on Aug 2008
@ Spain
|
#103
|
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..
echo $OSSO_PRODUCT_NAME [[ "$OSSO_PRODUCT_NAME" == "N900" ]]&&echo OK
The Following User Says Thank You to maacruz For This Useful Post: | ||
![]() |
2010-11-30
, 13:24
|
Posts: 1,101 |
Thanked: 1,185 times |
Joined on Aug 2008
@ Spain
|
#104
|
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.
![]() |
2010-11-30
, 13:35
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#105
|
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
~ $ echo $OSSO_PRODUCT_NAME N900 ~ $ [[ "$OSSO_PRODUCT_NAME" == "N900" ]]&&echo OK OK
![]() |
2010-11-30
, 13:41
|
Posts: 284 |
Thanked: 320 times |
Joined on May 2010
@ Peterborough, UK
|
#106
|
![]() |
2010-12-01
, 19:03
|
Posts: 47 |
Thanked: 1 time |
Joined on Nov 2009
|
#107
|
![]() |
2010-12-02
, 16:46
|
Posts: 1,101 |
Thanked: 1,185 times |
Joined on Aug 2008
@ Spain
|
#108
|
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?
![]() |
2010-12-05
, 13:23
|
Posts: 47 |
Thanked: 1 time |
Joined on Nov 2009
|
#110
|