desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #82636
[Bug 1393470] Re: Service cache doesn't update as services change
Note that this can cause confusion for apps that ship with a .service
file. A fix may not take effect, or a breakage may not be noticed,
since the old, working configuration persisted. (This latter case bit
me.)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libaccounts-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1393470
Title:
Service cache doesn't update as services change
Status in “libaccounts-glib” package in Ubuntu:
Confirmed
Bug description:
libaccounts-glib caches the list of current services inside its SQLite database, along with some basic information about the service (including the provider ID).
However, if a .service file changes its <provider> element, libaccounts-glib does not detect the change and still keeps the outdated information in its DB.
One possible solution for this is to add a function like
ag_account_manager_rebuild_cache() which re-reads all the .service
files, and invoke this function from our "account-service" hook
program.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libaccounts-glib/+bug/1393470/+subscriptions
References