https://bugs.kde.org/show_bug.cgi?id=408497
--- Comment #10 from Wolfgang Bauer <wba...@tmo.at> --- Ok, I can confirm now that removing the %i when calling konsole indeed fixes the bug on Wayland. But what would be the best way to test for Wayland or xcb inside kio? Using QGuiApplication::platformName() doesn't work (it gives a compiler error) because kio (this part at least) isn't linked against QGuiApplication I think. And removing it unconditionally would be a "regression" on X11/xcb... :-/ Although, specifying "--icon someicon" seems to have no effect on Plasma/X11 either anyway, so that might be acceptable (it does work on other desktops I tried though). -- You are receiving this mail because: You are watching all bug changes.