https://bugs.kde.org/show_bug.cgi?id=467701
--- Comment #10 from Stefano Crocco <stefano.cro...@alice.it> --- (In reply to Thomas Wunder from comment #9) > 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/ It shouldn't use the first part it found: I checked and it should explicitly ask for konsolepart. If konsolepart is found, it should use it. Which version of Konqueror are you using? -- You are receiving this mail because: You are watching all bug changes.