Summary: | Can't open saved template but template file exist | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | deadelf79 |
Component: | File formats | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | freebox64, halla, m999, maildileepnow, masked_retriever |
Priority: | NOR | ||
Version First Reported In: | 3.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
URL: | http://f1.s.qip.ru/IRG4yHEz.png | ||
Latest Commit: | http://commits.kde.org/krita/d2e66ccc85a7818a46cc391fd30449389043f514 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Removes trailing space in path creation for the template |
Description
deadelf79
2016-07-14 18:30:47 UTC
Can confirm, further examination shows that the file was saved correctly, but Krita is looking for .source\ file.kra instead. This is probably just a typo somewhere in the code and should be an easy fix! (In my confirmation case, bug was found under Krita 3 dev build krita-3.0-7dc551d-x86_64.appimage for Ubuntu.) I can confirm this too (Ubuntu 14.04 Unity with krita-3.0-x86_64.appimage). The error says: "Could not open Reason: The file /home/*username*/.local/share/krita/templates/My-Templates/.source/test.kra does not exist." yes.. was having the same problem. For now I work around by manually saving the .kra file in the ".source" folder. Created attachment 100674 [details]
Removes trailing space in path creation for the template
Thanks for the patch! I cannot believe how blind I was -- I'll push it now. Git commit d2e66ccc85a7818a46cc391fd30449389043f514 by Boudewijn Rempt. Committed on 20/08/2016 at 09:21. Pushed by rempt into branch 'master'. Patch by Joe (joewinzer@googlemail.com). Thanks! M +1 -1 libs/ui/KisTemplateCreateDia.cpp http://commits.kde.org/krita/d2e66ccc85a7818a46cc391fd30449389043f514 |