Author: aredridel Date: Sat Aug 16 22:39:38 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - put default nx key in /usr/share/freenx-client
---- Files affected: SOURCES: freenx-client-keypath.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/freenx-client-keypath.patch diff -u /dev/null SOURCES/freenx-client-keypath.patch:1.1 --- /dev/null Sun Aug 17 00:39:38 2008 +++ SOURCES/freenx-client-keypath.patch Sun Aug 17 00:39:32 2008 @@ -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"; ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
