| Summary: | when changing desktop file exec on first kickoff starts old entry | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kservice | Reporter: | Harald Sitter <sitter> |
| Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | alexkde, bugseforuns, kdelibs-bugs-null, mklapetek, notmart, postix |
| Priority: | NOR | ||
| Version First Reported In: | 5.51.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Harald Sitter
2014-06-20 11:10:08 UTC
As the problem happens on both kickoff and kicker, it really looks like is a sycoca issue. not emitting databaseChanged when the session started with the xdg folders not exising (and therefore created from scratch) I have reworked all this in KF 5.15, there's no DBus signal involved anymore, and apps (like kickoff / kicker) will notice changes on disk automatically. Can you test if this is still an issue with 5.15, and otherwise close the report? I could reproduce this bug on Plasma 5.14.2. Additionally I found that the new updated command is indeed correctly set at the KDE Menu Editor. (In reply to alexkde from comment #3) > I could reproduce this bug on Plasma 5.14.2. > > Additionally I found that the new updated command is indeed correctly set at > the KDE Menu Editor. I could not confirm step 11. and 12. from the OT. In my case kwrite still starts. I digged a little bit deeper and made the following observations: 1. Set Kate as a favorite app at the Kicker. 2. Right click on Kate -> Change application -> Program 3. Set command to something else, like "dolphin" and press "OK" 4. Click on the Kate's entry at the favorite page Though the command has changed, Kate still starts. 5. At the Kicker type "Kate" and click on the found Kate's entry Dolphin now starts. 6. Remove Kate from the favorites and add it again to the favorites Dolphin now always starts when you click on the Kate's entry from the Kicker's favorite page. |