]> git.pld-linux.org Git - packages/freenx-client.git/commitdiff
- put default nx key in /usr/share/freenx-client
authoraredridel <aredridel@pld-linux.org>
Sat, 16 Aug 2008 22:39:32 +0000 (22:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freenx-client-keypath.patch -> 1.1

freenx-client-keypath.patch [new file with mode: 0644]

diff --git a/freenx-client-keypath.patch b/freenx-client-keypath.patch
new file mode 100644 (file)
index 0000000..7d60088
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur freenx-client-0.9.orig/qtnx/qtnxwindow.cpp freenx-client-0.9.keypath/qtnx/qtnxwindow.cpp
+--- freenx-client-0.9.orig/qtnx/qtnxwindow.cpp 2008-03-10 17:13:09.000000000 -0600
++++ freenx-client-0.9.keypath/qtnx/qtnxwindow.cpp      2008-08-16 15:55:30.000000000 -0600
+@@ -290,7 +290,7 @@
+     m_NXClient->setDepth(getDepth());
+-    QString keyPath = "id.key";
++    QString keyPath = "/usr/share/freenx-client/default.key";
+ #ifdef Q_WS_MAC
+     keyPath = binaryPath + "/id.key";
This page took 0.070922 seconds and 4 git commands to generate.