Bug 476717 - Renaming to "Icon Explorer" was only half done
Summary: Renaming to "Icon Explorer" was only half done
Status: RESOLVED FIXED
Alias: None
Product: Plasma SDK
Classification: Plasma
Component: Icon Explorer (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jonathan Riddell
URL:
Keywords: qt6, regression
Depends on:
Blocks:
 
Reported: 2023-11-08 19:21 UTC by Nate Graham
Modified: 2023-11-29 15:09 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2023-11-08 19:21:10 UTC
STEPS TO REPRODUCE
1. Find "Icon Explorer" in Kickoff and click on it

OBSERVED RESULT
An entry with the title "Icon Explorer" appears in the Task manager, followed by a second entry with the title "Cuttlefish". Then the first one times out after 5 seconds, and the app that's opened is named "Cuttlefish" in its titlebar, not "Icon Explorer."

EXPECTED RESULT
One entry appears in the Task Manager with the title "Icon Explorer", and the resulting app window that opens is titled "Icon Explorer" and not "Cuttlefish".
Comment 1 Nicolas Fella 2023-11-10 14:04:48 UTC
That sounds like the other entry comes from your distro plasma-sdk?
Comment 2 Bug Janitor Service 2023-11-10 14:09:55 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-sdk/-/merge_requests/109
Comment 3 Devin Lin 2023-11-11 13:06:10 UTC
Git commit e29d26e8403f982f845e3f88aa94fddb4f9d636f by Devin Lin, on behalf of Nicolas Fella.
Committed on 11/11/2023 at 06:26.
Pushed by nicolasfella into branch 'master'.

[iconexplorer] Fix Exec line in desktop file

M  +1    -1    iconexplorer/org.kde.iconexplorer.desktop

https://invent.kde.org/plasma/plasma-sdk/-/commit/e29d26e8403f982f845e3f88aa94fddb4f9d636f
Comment 4 Justin Zobel 2023-11-29 09:50:14 UTC
This now appears fixed. I updated and only get the Icon Explorer entry after launch. Can you confirm Nate?
Comment 5 Nate Graham 2023-11-29 15:09:03 UTC
Yep, this is fixed now. Thanks for following up!