Summary: | Wrong error message when saving a file with /Encrypt | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Dima Ryazanov <dima> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | m.wege, pete |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dima Ryazanov
2009-09-21 21:37:34 UTC
I'm getting this too. I think it might be the same as bug 163363, which is due to firefox. See here: https://bugzilla.mozilla.org/show_bug.cgi?id=437767 Probably, are you getting this error only if you * open firefox * click on pdf to open okular * close firefox * save file in okular or also if you * open firefox * click on pdf to open okular * save file in okular * close firefox ? No, actually - I never closed Firefox. I'll try it again when I get a chance, but I wasn't doing anything unusual. Apparently, it happens without Firefox, too. I just click a PDF file in Dolphin, then click "Save As..." in Okular. Are you saving the file over itself? Um, no. But looks like it only affects certain PDFs. Try this one: http://www.uscis.gov/files/form/N-400.pdf Ok, see the problem, poppler can't save files with Encrypt, and just reports failure, so all we can do is guess, this needs an improvement to the poppler-qt4 api and make okular use it. Rewriting the bug subject to make it clearer *** Bug 210287 has been marked as a duplicate of this bug. *** SVN commit 1037771 by aacid: in case we have a new enough poppler give a better error message when we can't save files with /Encrypt BUGS: 208119 M +7 -1 core/document.cpp M +8 -0 core/document.h M +21 -1 generators/poppler/generator_pdf.cpp M +1 -1 generators/poppler/generator_pdf.h M +2 -2 interfaces/saveinterface.h M +10 -2 part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1037771 |