https://bugs.kde.org/show_bug.cgi?id=427207
Heiko Becker <heire...@exherbo.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.0.2 Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/util | |ities/krename/commit/9e2168 | |8a83e5683ad77fca3be91afe351 | |552287b Resolution|--- |FIXED --- Comment #1 from Heiko Becker <heire...@exherbo.org> --- Git commit 9e21688a83e5683ad77fca3be91afe351552287b by Heiko Becker. Committed on 08/10/2020 at 16:12. Pushed by heikobecker into branch '5.0'. Drop %i from desktop file %i is expanded to --icon <icon>, but Qt recognizes this option only on X11/xcb, not on Wayland. Therefore krename failed to start via desktop file on Wayland. Dropping %i has no effect even on X11/xcb because we call QApplication::setWindowIcon in main(). FIXED-IN: 5.0.2 M +1 -1 src/org.kde.krename.desktop https://invent.kde.org/utilities/krename/commit/9e21688a83e5683ad77fca3be91afe351552287b -- You are receiving this mail because: You are watching all bug changes.