Apps aren't removed when they're uninstalled
Bug #1406799 reported by
Danielle Foré
This bug affects 11 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Switchboard Notifications Plug |
Fix Released
|
Medium
|
Marcus Wichelmann |
Bug Description
This is probably a consequence of our discovery method, but it seems there's not a mechanism to detect that an app has been uninstalled
Related branches
lp://staging/~l-admin-3/switchboard-plug-notifications/code-cleanup-and-new-backend
- xapantu (community): Approve
- Rico Tzschichholz: Abstain
- Danielle Foré: Needs Fixing
-
Diff: 1970 lines (+922/-882)17 files modifieddata/notify-center.svg (+81/-0)
po/notifications-plug.pot (+46/-54)
src/Backend/App.vala (+34/-0)
src/Backend/NotifyManager.vala (+63/-0)
src/Backend/NotifySettings.vala (+36/-0)
src/CMakeLists.txt (+9/-5)
src/NotifySettings.vala (+0/-64)
src/Plug.vala (+90/-82)
src/Widgets/AppEntry.vala (+94/-237)
src/Widgets/AppList.vala (+76/-100)
src/Widgets/AppSettingsView.vala (+107/-152)
src/Widgets/Footer.vala (+31/-23)
src/Widgets/InfoScreen.vala (+0/-66)
src/Widgets/MainView.vala (+72/-99)
src/Widgets/SettingsHeader.vala (+50/-0)
src/Widgets/SettingsOption.vala (+74/-0)
src/Widgets/Sidebar.vala (+59/-0)
Changed in switchboard-plug-notifications: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in switchboard-plug-notifications: | |
milestone: | none → loki-beta1 |
Changed in switchboard-plug-notifications: | |
status: | Confirmed → In Progress |
assignee: | nobody → Marcus Wichelmann (l-admin-3) |
Changed in switchboard-plug-notifications: | |
status: | In Progress → Fix Committed |
Changed in switchboard-plug-notifications: | |
milestone: | loki-beta1 → loki-alpha1 |
Changed in switchboard-plug-notifications: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
That's right. The problem is, that we couldn't compare the list of installed apps with the list of the recognized one, because the application-ids and the notification-ids are different. As long as that's so inconsistent such a feature would cause many problems...