summaryrefslogtreecommitdiff
path: root/packages/nxcl/files/restorekeyboard.patch
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2008-11-27 02:03:16 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2008-11-27 02:03:16 +0100
commit29ba23c6c47d785eeca129a6150fdbe8a1092a76 (patch)
treeea3334bff3bb6b1c68bb6ee83a74da448f10aa68 /packages/nxcl/files/restorekeyboard.patch
parente8e3c039fb38198bef8b09cdcf43b9334a2acbfa (diff)
libnxcl: various updates from my work for the n810
* adding ssh proxy support * delete the client logfiles option * warnings about ssh errors * better ssh-key handling * bump PR
Diffstat (limited to 'packages/nxcl/files/restorekeyboard.patch')
-rw-r--r--packages/nxcl/files/restorekeyboard.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/nxcl/files/restorekeyboard.patch b/packages/nxcl/files/restorekeyboard.patch
new file mode 100644
index 0000000000..9fae42be2e
--- /dev/null
+++ b/packages/nxcl/files/restorekeyboard.patch
@@ -0,0 +1,25 @@
+Index: nxcl-0.9/lib/nxsession.cpp
+===================================================================
+--- nxcl-0.9.orig/lib/nxsession.cpp 2008-10-10 14:17:04.000000000 +0200
++++ nxcl-0.9/lib/nxsession.cpp 2008-10-10 14:20:27.000000000 +0200
+@@ -284,9 +284,9 @@
+ << "\" "
+ // FIXME: This may be some other OS if you compile it on
+ // Sun, Windows, etc.
+- << "--client=\"linux\" "
+- << "--keyboard=\"" << this->sessionData->keyboard
+- << "\" "
++ //<< "--client=\"linux\" "
++ << "--keyboard=\"" << this->sessionData->keyboard << "\" "
++ << "--kbtype=\"" << this->sessionData->kbtype << "\" "
+ << "--id=\"" << this->sessionData->id << "\" "
+ // This may be the key?
+ << "--display=\"0\" "
+@@ -334,6 +334,7 @@
+ "M\" --images=\"" << this->sessionData->images <<
+ "M\" --cookie=\"" << generateCookie() <<
+ "\" --link=\"" << this->sessionData->linkType <<
++ "\" --keyboard=\"" << this->sessionData->keyboard <<
+ "\" --kbtype=\"" << this->sessionData->kbtype <<
+ "\" --nodelay=\"1\" --encryption=\""
+ << this->sessionData->encryption <<