View Issue Details

IDProjectCategoryView StatusLast Update
0001003Double CommanderLogicpublic2019-06-08 15:26
Reportermr.exodia Assigned ToAlexx2000  
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
Product Version0.6.0 
Target Version0.6.1Fixed in Version0.6.1 
Summary0001003: Open terminal (F9) does not go to the current directory (but to home)
DescriptionThe Open Terminal command (F9) does not change to the currently-opened directory.
Steps To ReproducePress F9
Additional InformationAttached a patch that changes the directory per default (just a small config change needed).
TagsNo tags attached.
Attached Files
TerminalStartDirectory.diff (536 bytes)   
Index: src/platform/uOSUtils.pas
===================================================================
--- src/platform/uOSUtils.pas	(revision 5852)
+++ src/platform/uOSUtils.pas	(working copy)
@@ -48,7 +48,7 @@
   {$ELSEIF DEFINED(UNIX)}
   faFolder = S_IFDIR;
   {$IFDEF DARWIN)}
-  RunTerm = '/Applications/Utilities/Terminal.app';  // default terminal
+  RunTerm = '/Applications/Utilities/Terminal.app %D';  // default terminal
   RunInTerm = ''; // default run in terminal command
   fmtRunInTerm = '';
   MonoSpaceFont = 'Monaco';
TerminalStartDirectory.diff (536 bytes)   
Fixed in Revision5914
Operating systemMacOSX
WidgetsetQT4
Architecture64-bit

Activities

Issue History

Date Modified Username Field Change
2015-02-09 17:33 mr.exodia New Issue
2015-02-09 17:33 mr.exodia File Added: TerminalStartDirectory.diff
2015-02-09 23:33 Alexx2000 Status new => acknowledged
2015-02-09 23:33 Alexx2000 Target Version => 0.6.1
2015-03-15 13:29 Alexx2000 Fixed in Revision => 5914
2015-03-15 13:29 Alexx2000 Assigned To => Alexx2000
2015-03-15 13:29 Alexx2000 Status acknowledged => resolved
2015-03-15 13:29 Alexx2000 Resolution open => fixed
2015-03-15 13:29 Alexx2000 Fixed in Version => 0.6.1
2019-06-08 15:26 Alexx2000 Status resolved => closed