attempt to change home directory to fix wanring
authorAlan <alan@roojs.com>
Thu, 16 Dec 2021 06:22:58 +0000 (14:22 +0800)
committerAlan <alan@roojs.com>
Thu, 16 Dec 2021 06:22:58 +0000 (14:22 +0800)
File/Convert/Solution/acmecadconverter.php

index 15798d6..c9a7f49 100644 (file)
@@ -118,10 +118,11 @@ class File_Convert_Solution_acmecadconverter extends File_Convert_Solution
             $format = 104;
         }
         
-        $startcmd = "cd {$uinfo['dir']}/.wine/drive_c && " .
+        $startcmd = "HOME={$uinfo['dir']} cd {$uinfo['dir']}/.wine/drive_c && " .
             " {$timeout} 60s {$xvfb} --auto " .
             " {$wine} \"" . $uinfo['dir'] . "/.wine/drive_c/Program Files (x86)/Acme CAD Converter/AcmeCADConverter.exe\" " .
             " /r " ; //command line
+            
         // /Recover = seems to handle hang situations
         $cmd =  $startcmd .