← Back to team overview

sikuli-driver team mailing list archive

[Bug 754020] Re: X-1.0rc2: Ubuntu: other users can't run sikuli-ide after first user did it --- workaround

 

Forget putting it in the user's directory, why can't we just load the
files from the ./libs/ directory where they already exist instead of
copying them?

I guess in the meantime I'll have to script around this issue.


also, what of /tmp/sikuli/ ? as we going to run into the same issue with sharing over this at some point?

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

Title:
  X-1.0rc2: Ubuntu: other users can't run sikuli-ide after first user
  did it --- workaround

Status in Sikuli:
  New

Bug description:
  **** the workaround from comment #4

  Run this before starting sikuli from the command line...

  mkdir libs

  After starting Sikuli IDE, you should see some files in libs instead
  of /tmp/tmplib

  -----------------------------------

  In Sikuli X 1.0rc2 on Ubuntu Lucid 64 bit and 32 bit systems, users logging in after a user who has run sikuli-ide and who try to run it also get error messages like:
  [error] Can't load native lib JXGrabKey
  java.io.FileNotFoundException: /tmp/tmplib/libJXGrabKey.so (Permission denied)

  This is caused by Sikuli writing cache files below /tmp/tmplib that
  subsequent users don't have permission to access. Sikuli should either
  clean this up on exit or create separate cache directories for each
  username running it.

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


References