--- truecrypt-6.3a-source.orig/Main/UserInterface.cpp	2009-11-22 16:10:08.000000000 +0100
+++ truecrypt-6.3a-source/Main/UserInterface.cpp	2010-02-18 07:56:53.376485773 +0100
@@ -814,12 +814,12 @@
 
 		if (desktop == L"GNOME" || desktop.empty())
 		{
-			args.push_back ("--no-default-window");
-			args.push_back ("--no-desktop");
+			// args.push_back ("--no-default-window");
+			// args.push_back ("--no-desktop");
 			args.push_back (string (path));
 			try
 			{
-				Process::Execute ("nautilus", args, 2000);
+				Process::Execute ("exo-open", args, 2000);
 			}
 			catch (TimeOut&) { }
 			catch (exception &e) { ShowError (e); }
