summaryrefslogtreecommitdiffstats
path: root/truecrypt/build/truecrypt-6.3_diropen.patch
blob: 2dc3745ec2f7579b116af6e662d5a6ff749f1cf4 (plain)
1
2
3
4
5
6
7
8
9
10
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); }