https://bugs.kde.org/show_bug.cgi?id=442265
--- Comment #11 from Nick Shaforostoff <sha...@ukr.net> --- Ok, so at least I have got it working locally git clone https://invent.kde.org/utilities/konsole.git --branch release/22.12 cd konsole git cherry-pick 29440f0c2453552a050815b80a3fac3129fdf254 mkdir build cd build cmake .. sudo mv bin/konsole /usr/bin/konsole vim /usr/local/bin/open to add: XDG_ACTIVATION_TOKEN=`qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_WINDOW org.kde.konsole.Window.activationToken` kate $@ chmod a+x /usr/local/bin/open and BTW a related BUG: 442721 -- You are receiving this mail because: You are watching all bug changes.