← Back to team overview

sikuli-driver team mailing list archive

[Bug 1156894] Re: Hardcoded temp directory can prevent multi-user use

 

** Changed in: sikuli
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1156894

Title:
  Hardcoded temp directory can prevent multi-user use

Status in Sikuli:
  Fix Released

Bug description:
  The FileManager.extract() method always uses
  System.getProperty("java.io.tmpdir") + "/sikuli/" as the path for
  extracting resources. On Linux, this translates (by default) to
  /tmp/sikuli/, which means that a second user trying to run Sikuli on
  the same system will not be able to overwrite files in /tmp/sikuli/

  The workaround is to add "-Djava.io.tmpdir=<unique tempdir>" in
  sikuli-ide.sh, but it took a bit of work to track down why Sikuli was
  dying.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1156894/+subscriptions


References