https://bugs.kde.org/show_bug.cgi?id=467701
Thomas Wunder <tho...@thomas-wunder.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tho...@thomas-wunder.de --- Comment #9 from Thomas Wunder <tho...@thomas-wunder.de> --- At the time of this writing, this bug is still persistent in Debian 12 Bookworm (on amd64). konsolepart.so is to be found in /usr/lib/x86_64-linux-gnu/qt5/plugins/ whereas other parts such as the arkpart.so and some others reside in /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/parts . It seems that if a particular kpart is not found, the first kpart in that directory would be loaded instead. I solved the issue by simply creating a symlink ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins/konsolepart.so /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/parts/ -- You are receiving this mail because: You are watching all bug changes.