SUMMARY Using the AppImage, the Project Plugin fails to load. STEPS TO REPRODUCE 1. wget https://binary-factory.kde.org/job/Kate_Release_appimage-centos7/lastSuccessfulBuild/artifact/kate-22.08.1-637-linux-64-gcc.AppImage 2. chmod +x ./kate-22.08.1-637-linux-64-gcc.AppImage 3. ./kate-22.08.1-637-linux-64-gcc.AppImage 4. Settings -> Configure Kate -> Plugins -> check Project Plugin, click Ok OBSERVED RESULT kf.coreaddons: "Could not load plugin from /tmp/.mount_kate-2ZCrpA7/usr/plugins/ktexteditor/kateprojectplugin.so: Cannot load library /tmp/.mount_kate-2ZCrpA7/usr/plugins/ktexteditor/kateprojectplugin.so: (/lib64/libQt5Quick.so.5: undefined symbol: _ZN15QVulkanInstanceC1Ev, version Qt_5)" EXPECTED RESULT Project Plugin loads. SOFTWARE/OS VERSIONS release 22.08.01 AppImage on Fedora 36
Ingo, is there one component for this where we collect such issues?
And I assume this here https://invent.kde.org/packaging/appimage-packaging is not the current state of the tooling for this?
(In reply to Christoph Cullmann from comment #2) > And I assume this here > > https://invent.kde.org/packaging/appimage-packaging > > is not the current state of the tooling for this? Correct. This project is dead.
(In reply to Ingo Klöcker from comment #3) > (In reply to Christoph Cullmann from comment #2) > > And I assume this here > > > > https://invent.kde.org/packaging/appimage-packaging > > > > is not the current state of the tooling for this? > > Correct. This project is dead. Could we let sysadmin archive the repo/project then to not confuse people?
(In reply to Christoph Cullmann from comment #1) > Ingo, is there one component for this where we collect such issues? It's a problem in the AppImagePackager of craft. The rpath of the plugins need to be rewritten for the AppImage. craft/core is the best component for this.
(In reply to Christoph Cullmann from comment #4) > (In reply to Ingo Klöcker from comment #3) > > (In reply to Christoph Cullmann from comment #2) > > > And I assume this here > > > > > > https://invent.kde.org/packaging/appimage-packaging > > > > > > is not the current state of the tooling for this? > > > > Correct. This project is dead. > > Could we let sysadmin archive the repo/project then to not confuse people? When I asked Ben about appimage-packaging (I think last week), he said that he should probably archive it.
*** Bug 454699 has been marked as a duplicate of this bug. ***
*** Bug 463856 has been marked as a duplicate of this bug. ***
Hi. I just had the issue with https://binary-factory.kde.org/job/Kate_Release_appimage-centos7/lastSuccessfulBuild/artifact/kate-22.12.2-794-linux-gcc-x86_64.AppImage (running on Ubuntu 22.04.2 / Gnome)
(In reply to Martinus from comment #9) > Hi. I just had the issue with > https://binary-factory.kde.org/job/Kate_Release_appimage-centos7/ > lastSuccessfulBuild/artifact/kate-22.12.2-794-linux-gcc-x86_64.AppImage > (running on Ubuntu 22.04.2 / Gnome) BTW, the snap - which is linked from kate official website is not available : https://snapcraft.io/kate
*** Bug 448308 has been marked as a duplicate of this bug. ***
(In reply to Martinus from comment #11) > *** Bug 448308 has been marked as a duplicate of this bug. *** In fact the current bug is about kateprojectplugin.so; the "duplicate" is about katefilebrowserplugin.so
Should be fixed in the current version.