Summary: | Problem with printing | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | ago <ago> |
Component: | Plugin-Editor-Print | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 5.9.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.4.0 | |
Sentry Crash Report: | |||
Attachments: | attachment-6901-0.html |
Description
ago@drupa.ch
2018-06-22 13:46:21 UTC
I can also confirm the problem for the digiKam-6.0.0 AppImage. The problem does not occur with the native digiKam version. unknown: QPainter::begin(): Returned false unknown: QPainter::viewport: Painter not active Digikam::PrintOptionsPage::alignment: alignment= 132 unknown: QPainter::setViewport: Painter not active unknown: QPainter::setWindow: Painter not active Maik Maik, There is nothing special about printing support in AppImage. Excepted the Qt5 version to update, i don't see any special settings to turn on at Qt configuration time. Or i'm miss something ? Gilles > I can also confirm the problem for the digiKam-6.0.0 AppImage. The problem
> does not occur with the native digiKam version.
Yes, but with the older Release 5.6 there are problems with the printing format.
Now, with the 5.9 all looks very fine except this problem with printing.
Any idea when and how it will bs resolved?
Created attachment 113626 [details] attachment-6901-0.html To fix the printing problem is probably fixed in last Qt 5.11, but the AppImage is compiled with Qt 5.9.3. There is also Qt 5.9.4 but i don't know if the fix is backported in LTS Qt 5.9 Compiling AppImage with last 5.11 can take age as i need to review all compilation stage, as i use an old Centos 6 for binary compatibility. There is an old G++ compiler and step by step Qt need more recent compiler version with more recent C++ standard supported. Gilles Caulier 2018-06-28 16:00 GMT+02:00 ago@drupa.ch <bugzilla_noreply@kde.org>: > https://bugs.kde.org/show_bug.cgi?id=395748 > > --- Comment #3 from ago@drupa.ch <ago@drupa.ch> --- > > I can also confirm the problem for the digiKam-6.0.0 AppImage. The > problem > > does not occur with the native digiKam version. > > Yes, but with the older Release 5.6 there are problems with the printing > format. > > Now, with the 5.9 all looks very fine except this problem with printing. > Any idea when and how it will bs resolved? > > -- > You are receiving this mail because: > You are on the CC list for the bug. > You are watching the assignee of the bug. > digiKam 7.0.0 stable release is now published: https://www.digikam.org/news/2020-07-19-7.0.0_release_announcement/ We need a fresh feedback on this file using this version. Best Regards Gilles Caulier With next digiKam 7.4.0 release, AppImage bundle is compiled using a more recent Linux Mageia 7.1 host. Last stable Qt 5.15.2 and KF5 5.84 are used. ImageMagick codec 7 and libav 58 (ffmpeg) are used to supports extra image and video formats. https://i.imgur.com/XV1tZkL.png Please check if problem still reproducible with this version available as pre-release here: https://files.kde.org/digikam/ Gilles Caulier The problem can no longer be reproduced. The print format problem from Comment 3 has been fixed in https://invent.kde.org/graphics/digikam/-/issues/21. I close the bug. Maik |