Summary: | AppImage fails on PCLINUXOS because the distributions sets QT_PLUGIN_PATH | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | ozviewer |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | halla, ozviewer |
Priority: | NOR | ||
Version First Reported In: | 4.0 | ||
Target Milestone: | --- | ||
Platform: | PCLinuxOS | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
System information
PCLOS version.png |
Description
ozviewer
2018-03-24 20:33:22 UTC
Did you also report this on Reddit? In any case, given that this is, of course, not something that happens to everyone who uses the appimage, more information is needed about your system. Which version of "pclinuxos" are you running? Created attachment 111619 [details]
System information
Created attachment 111620 [details] PCLOS version.png Hi Boudewijn, I have uploaded a png of my system details (attached) to the bug tracker. I am happy to help with any further information or testing. Regards, Oz On 25/03/18 08:04, Boudewijn Rempt wrote: > https://bugs.kde.org/show_bug.cgi?id=392285 > > Boudewijn Rempt <boud@valdyas.org> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |NEEDSINFO > Resolution|--- |WAITINGFORINFO > CC| |boud@valdyas.org > > --- Comment #1 from Boudewijn Rempt <boud@valdyas.org> --- > Did you also report this on Reddit? In any case, given that this is, of course, > not something that happens to everyone who uses the appimage, more information > is needed about your system. Which version of "pclinuxos" are you running? > Comment on attachment 111620 [details]
PCLOS version.png
Duplicate
I forgot to add that the Krita 3.3 appimage works fine. The 3.3.3 appimage is made with a different and tool and a different version of Qt, so that's not so strange. . As I need Krita 4.0, and I appear to be the only one with this problem, I have overcome it by changing my distro to Manjaro. The Krita 4.0 appimage runs without issue. Unfortunately this means I can't do any further tests of the bug on PCLinuxOS as I don't have it. Okay, I have been able to test with pclinuxos in a vm. The problem seems to be that the distribution is setup with a hard-coded QT_PLUGIN_PATH=/usr/lib64/qt5. As noted in https://doc.qt.io/qt-5.10/deployment-plugins.html, "Note: QT_PLUGIN_PATH should not be exported as a system-wide environment variable since it can interfere with other Qt installations." But because it is set, the Qt inside the appimage also looks in that location, tries to load the plugins and fails because it has different Qt versions. The solution would be to unset QT_PLUGIN_PATH before starting Krita. I'll see how hard the pclinuxos guys make reporting issues. |