Summary: | "Save As..." in Calligra apps successfully saves to remote locations. "Export to PDF" fails without an error. | ||
---|---|---|---|
Product: | [Applications] calligracommon | Reporter: | Kubuntiac <user581> |
Component: | general | Assignee: | Calligra Bugs <calligra-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gopalakbhat |
Priority: | NOR | ||
Version: | 2.4-snapshots | ||
Target Milestone: | --- | ||
Platform: | Chakra | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kubuntiac
2012-01-19 07:24:28 UTC
Addendum: Choosing "Print" > Print to File > PDF and then choosing a remote location, still does not work, but at least it notifies the user: "Remote files not accepted. You can only select local files." Git commit 0d915df5a16a0d34b007a98431a7c1a17af3d88c by Gopalakrishna Bhat A. Committed on 20/07/2012 at 18:14. Pushed by gopalakrishnabhat into branch 'master'. Show error message to the user on "Export to PDF" failure Currently while exporting PDF we do not check if we are able to create the file at the location or not. This leads to the "Export to PDF" action to fail silently. This patch adds check for that and the user is notified of failure. Though I could not test in the exact environment as mentioned in bug 291925, what I did was that I created a folder with no write permissions and tried to export PDF to that folder. In my test environment I could see that export failed silently without this patch. REVIEW: 105623 M +5 -0 libs/main/KoMainWindow.cpp M +15 -0 libs/main/KoPrintJob.cpp M +8 -0 libs/main/KoPrintJob.h http://commits.kde.org/calligra/0d915df5a16a0d34b007a98431a7c1a17af3d88c Can you verify that this commit fixes your scenario? If not feel free to reopen the bug. |