summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-10-27 11:34:38 +0000
committer Eric Hameleers <alien@slackware.com>2009-10-27 11:34:38 +0000
commit5cfc19cca0076064c0181c641cf28d3e00d40d13 (patch)
tree6fee650bae1e64368cd693933477dfcc4717fab3 /truecrypt
parent57c5a1a0bdb4ba450ec33efa5e3d4673dc162027 (diff)
downloadasb-5cfc19cca0076064c0181c641cf28d3e00d40d13.tar.gz
asb-5cfc19cca0076064c0181c641cf28d3e00d40d13.tar.xz
Initial revision
Diffstat (limited to 'truecrypt')
-rw-r--r--truecrypt/build/truecrypt-6.3_diropen.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/truecrypt/build/truecrypt-6.3_diropen.patch b/truecrypt/build/truecrypt-6.3_diropen.patch
new file mode 100644
index 00000000..2dc3745e
--- /dev/null
+++ b/truecrypt/build/truecrypt-6.3_diropen.patch
@@ -0,0 +1,11 @@
+--- truecrypt-6.3-source.orig/Main/UserInterface.cpp 2009-10-21 15:11:12.000000000 +0200
++++ truecrypt-6.3-source/Main/UserInterface.cpp 2009-10-27 12:33:27.000000000 +0100
+@@ -818,7 +818,7 @@
+ args.push_back (string (path));
+ try
+ {
+- Process::Execute ("nautilus", args, 2000);
++ Process::Execute ("xdg-open", args, 2000);
+ }
+ catch (TimeOut&) { }
+ catch (exception &e) { ShowError (e); }