Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37917368
en ru br
ALT Linux repos
S:1.1.2-alt1

Group :: File tools
RPM: doublecmd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: doublecmd-use-default-terminal.patch
Download


diff --git a/doublecmd/src/platform/uOSUtils.pas b/doublecmd/src/platform/uOSUtils.pas
index 21faf7b..35e3919 100644
--- a/doublecmd/src/platform/uOSUtils.pas
+++ b/doublecmd/src/platform/uOSUtils.pas
@@ -65,11 +65,11 @@ const
   RunInTermCloseParams = '';
   MonoSpaceFont = 'Monaco';
   {$ELSE}
-  RunTermCmd = 'xterm';  // default terminal
+  RunTermCmd = 'xvt';  // default terminal
   RunTermParams = '';
-  RunInTermStayOpenCmd = 'xterm'; // default run in terminal command AND Stay open after command
+  RunInTermStayOpenCmd = 'xvt'; // default run in terminal command AND Stay open after command
   RunInTermStayOpenParams = '-e sh -c ''{command}; echo -n Press ENTER to exit... ; read a''';
-  RunInTermCloseCmd = 'xterm'; // default run in terminal command AND Close after command
+  RunInTermCloseCmd = 'xvt'; // default run in terminal command AND Close after command
   RunInTermCloseParams = '-e sh -c {command}';
   MonoSpaceFont = 'Monospace';
   {$ENDIF}
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin