I tried and it seems working correctly here.

Could you please try to add the following snippet in
/usr/share/kupfer/kupfer/__init__.py before "if __name__ == '__main__':"
and see what /tmp/kupfer_test contains?

file = os.open('/tmp/kupfer_test', os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
os.write(file, os.getenv('PWD'))
os.close(file)


** Changed in: kupfer (Ubuntu)
   Importance: Undecided => Low

** Changed in: kupfer (Ubuntu)
       Status: New => Incomplete

-- 
kupfer should set working dir
https://bugs.launchpad.net/bugs/415866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to