Description: Use x-terminal-emulator, not xterm
Author: Francesco Paolo Lovergine <frankie@debian.org>
Last-Update: 2009-07-06
--- a/ROX-Filer/AppRun
+++ b/ROX-Filer/AppRun
@@ -55,7 +55,7 @@
   echo "I cannot find an executable binary." >&2
   echo "Trying to compile..." >&2
   if [ -n "$DISPLAY" ]; then
-    xterm -e "$0" --compile
+    x-terminal-emulator -e "$0" --compile
   else
     "$0" --compile
   fi
