Bug #504713 (cmdline looks for files in 'bin' and not working directory) now affect OS X Yosemite
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
New
|
Undecided
|
Unassigned |
Bug Description
I have a fresh install of OS X 10.10 (Yosemite) with a fresh install of Inkscape 0.91 r13725 (Jan 28 2015) and it's essentially unusable from the cmdline because it looks for all relative paths starting from the 'bin' (almost always /Applications/
I did not have this problem under OS X 10.9 (Mavericks) and the previous version of Inkscape I was running
For example, running:
>pwd
/Users/Me/Documents
>/Applications/
looks for:
Applications/
instead of:
/Users/
and tries to save the PNG to:
/Applications/
instead of:
/Users/
EDIT: I just found: https:/
tags: |
added: cli removed: cmdline |
description: | updated |
As explained in the comments of bug #1449251 this is a known problem - the application bundle is not optimized for command line usage (always use absolute paths when referencing any files via cli; or install a regular build e.g. via MacPorts instead if command line usage is the primary use case (e.g. in scripts or Makefiles)) - and already tracked in /bugs.launchpad .net/inkscape/ +bug/181639
* Bug #181639 “Command-line invocation on Mac OSX partially broken”
https:/