Summary: | cannot open krename via apps launcher when running Wayland session | ||
---|---|---|---|
Product: | [Applications] krename | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Heiko Becker <heiko.becker> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | federicocalzoni01, storagebin95 |
Priority: | NOR | ||
Version: | 5.0.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/krename/commit/9e21688a83e5683ad77fca3be91afe351552287b | Version Fixed In: | 5.0.2 |
Sentry Crash Report: | |||
Attachments: |
attachment-5488-0.html
attachment-5839-0.html |
Description
Patrick Silva
2020-10-01 15:10:33 UTC
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 *** Bug 438868 has been marked as a duplicate of this bug. *** This bug is NOT still resolved as of 30 Oct 2021. Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.2 KDE Frameworks Version: 5.87.0 Qt Version: 5.15.3 Kernel Version: 5.11.0-38-generic (64-bit) Graphics Platform: Wayland It should be resolved in git, but there's no new release with the fix. Or are you saying the linked fix is incomplete? Created attachment 143034 [details] attachment-5488-0.html I'm sorry I do not understand your question but KRename fails to launch under following parameters: Operating System: KDE neon 5.23 KDE Plasma Version: 5.23.2 KDE Frameworks Version: 5.87.0 Qt Version: 5.15.3 Kernel Version: 5.11.0-38-generic (64-bit) Graphics Platform: Wayland There is no problem if the graphics platform is changed to x11. This is the same problem described by the original bug report. Would you therefore not agree that the bug is not fixed? On Sat, Oct 30, 2021 at 9:58 AM Heiko Becker <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=427207 > > --- Comment #4 from Heiko Becker <heiko.becker@kde.org> --- > It should be resolved in git, but there's no new release with the fix. > > Or are you saying the linked fix is incomplete? > > -- > You are receiving this mail because: > You are on the CC list for the bug. Created attachment 143036 [details] attachment-5839-0.html Ok, I dropped the %i from the desktop file as you suggest and it works now. On Sat, Oct 30, 2021 at 1:48 PM storagebin95 <storagebin95@gmail.com> wrote: > I'm sorry I do not understand your question but KRename fails to launch > under following parameters: > Operating System: KDE neon 5.23 > KDE Plasma Version: 5.23.2 > KDE Frameworks Version: 5.87.0 > Qt Version: 5.15.3 > Kernel Version: 5.11.0-38-generic (64-bit) > Graphics Platform: Wayland > There is no problem if the graphics platform is changed to x11. > This is the same problem described by the original bug report. > Would you therefore not agree that the bug is not fixed? > > On Sat, Oct 30, 2021 at 9:58 AM Heiko Becker <bugzilla_noreply@kde.org> > wrote: > >> https://bugs.kde.org/show_bug.cgi?id=427207 >> >> --- Comment #4 from Heiko Becker <heiko.becker@kde.org> --- >> It should be resolved in git, but there's no new release with the fix. >> >> Or are you saying the linked fix is incomplete? >> >> -- >> You are receiving this mail because: >> You are on the CC list for the bug. > > I followed Heiko Becker's suggestion, and now KRename launches normally under wayland. |