Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37730651
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 9f80ebc..b60addf 100644
--- a/doublecmd/src/platform/uOSUtils.pas
+++ b/doublecmd/src/platform/uOSUtils.pas
@@ -65,11 +65,11 @@ const
   RunInTermCloseParams = '';
   MonoSpaceFont = 'Monaco';
   {$ELSE}
-  RunTermCmd: String = 'xterm';  // default terminal
+  RunTermCmd: String = 'xvt';  // default terminal
   RunTermParams: String = '';
-  RunInTermStayOpenCmd: String = 'xterm'; // default run in terminal command AND Stay open after command
+  RunInTermStayOpenCmd: String = 'xvt'; // default run in terminal command AND Stay open after command
   RunInTermStayOpenParams: String = '-e sh -c ''{command}; echo -n Press ENTER to exit... ; read a''';
-  RunInTermCloseCmd: String = 'xterm'; // default run in terminal command AND Close after command
+  RunInTermCloseCmd: String = 'xvt'; // default run in terminal command AND Close after command
   RunInTermCloseParams: String = '-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