https://bugs.kde.org/show_bug.cgi?id=463856
Bug ID: 463856 Summary: AppImage fails to run: undefined symbol Classification: Applications Product: kate Version: 22.12.0 Platform: Debian stable OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: application Assignee: kwrite-bugs-n...@kde.org Reporter: genpfa...@gmail.com Target Milestone: --- STEPS TO REPRODUCE 1. Grab AppImages: * Release: https://binary-factory.kde.org/job/Kate_Release_appimage-centos7/ * Nightly https://binary-factory.kde.org/job/Kate_Nightly_appimage-centos7/ 2. chmod +x 3. Attempt to run OBSERVED RESULT Kate fails to start with these messages: # 'release' AppImages genpfault@gpf:~/Tools/Kate$ ./kate-22.12.0-734-linux-gcc-x86_64.AppImage "applications.menu" not found in ("/home/genpfault/.config/menus", "/etc/xdg/menus") /tmp/.mount_kate-2RdBrI9/AppRun.wrapped: symbol lookup error: /tmp/.mount_kate-2RdBrI9/usr/plugins/ktexteditor/katefilebrowserplugin.so: undefined symbol: _ZNK12KDirOperator6actionENS_6ActionE genpfault@gpf:~/Tools/Kate$ ./kate-22.12.0-738-linux-gcc-x86_64.AppImage "applications.menu" not found in ("/home/genpfault/.config/menus", "/etc/xdg/menus") /tmp/.mount_kate-2gyEUJB/AppRun.wrapped: symbol lookup error: /tmp/.mount_kate-2gyEUJB/usr/plugins/ktexteditor/katefilebrowserplugin.so: undefined symbol: _ZNK12KDirOperator6actionENS_6ActionE # 'nightly' AppImage genpfault@gpf:~/Tools/Kate$ ./kate-master-741-linux-gcc-x86_64.AppImage "applications.menu" not found in ("/home/genpfault/.config/menus", "/etc/xdg/menus") /tmp/.mount_kate-muathby/AppRun.wrapped: symbol lookup error: /tmp/.mount_kate-muathby/usr/plugins/ktexteditor/katefilebrowserplugin.so: undefined symbol: _ZN12KDirOperator11setViewModeEN5KFile8FileViewE Demangled symbols: _ZNK12KDirOperator6actionENS_6ActionE -> KDirOperator::action(KDirOperator::Action) const _ZN12KDirOperator11setViewModeEN5KFile8FileViewE -> KDirOperator::setViewMode(KFile::FileView) EXPECTED RESULT For Kate to launch successfully. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Debian Bullseye/Debian 11 amd64 KDE Plasma Version: 5.20.5 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 -- You are receiving this mail because: You are watching all bug changes.