Summary: | working dir of appimage is not the dir from which the appimage is started | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Manga Tengu <mangatengu> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | 3.1.1 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Manga Tengu
2016-12-27 17:29:18 UTC
That's because the working dir of krita running from the appimage is different; the export command will work if you specify the path to the image, like bin/krita-3.1.1-x86_64.appimage ~/bla.kra --export --export-filename ~/bla.jpg (In reply to Boudewijn Rempt from comment #1) > That's because the working dir of krita running from the appimage is > different; the export command will work if you specify the path to the > image, like > > bin/krita-3.1.1-x86_64.appimage ~/bla.kra --export --export-filename > ~/bla.jpg If I have to hardcode the location of the file it works but it means for every location I put files in for transformation I need to input the location by hand. *** Bug 376744 has been marked as a duplicate of this bug. *** This works with the 4.0 appimage. |