| Summary: | Problem saving files | ||
|---|---|---|---|
| Product: | [Applications] kig | Reporter: | David Utidjian <david.utidjian> |
| Component: | general | Assignee: | David E. Narvaez <david.narvaez> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
David Utidjian
2019-02-14 20:13:58 UTC
I have posted a patch for review[0] which will add the .kig extension when you click on "Save Kig Format", but my real concern here is: don't you have a checkbox to add the .kig extension automatically? It should have taken care of the extension and saved it in the right format the first try. [0] https://phabricator.kde.org/D26165 Git commit b2967c9feee3ce0a06c65d353df39bcac0b51ee1 by David E. Narváez. Committed on 23/12/2019 at 16:49. Pushed by narvaez into branch 'release/19.12'. Add Extension to Filename to Save to Kig Format Summary: If the user chose to save in Kig format, then just add the extension as there is no other way to save it. Test Plan: 1) Save without extension (might need to disable the "Add .kig extension" box). 2) In the error dialog, select "Save Kig Format". 3) Filename should now have the .kig extension. 4) Repeat, but this time trying to save with a different extension than .kig. Reviewers: #kde_edu, yurchor Reviewed By: yurchor Subscribers: yurchor, kde-edu Tags: #kde_edu Differential Revision: https://phabricator.kde.org/D26165 M +19 -1 kig/kig_part.cpp https://commits.kde.org/kig/b2967c9feee3ce0a06c65d353df39bcac0b51ee1 I will close this as fixed for now, but if the answer to my question in Comment #1 is "no", then we probably have a different issue and this should be reopened. |