indicator-messages-service doesn't remove item when launcher is deleted
Bug #585693 reported by
Brian
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Messaging Menu |
Fix Released
|
Medium
|
Unassigned |
Bug Description
When a launcher file (~/.config/
This occurs because the code tries to match the launcher file name against the .desktop file name.
I have attached a patch to build a map between launcher files and .desktop files and use this to correctly delete the menu entry.
Changed in indicator-messages: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
tags: | added: patch |
Changed in indicator-messages: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The messaging menu doesn't use launcher files anymore and has been reworked quite a bit. The attached patch doesn't apply to it anymore.
However, the issue has been fixed as part of the fix for bug #864545.