Corriger l'erreur "No application data found" dans Gnome Software
30 novembre, 2018 —
sogal
Depuis un peu plus d'une semaine, j'ai une erreur bizarre dans le gestionnaire de logithèque GNOME, gnome-software (ou Logiciels) : aucune application n'apparaît, la recherche est impossible et j'ai le message d'erreur :
No application data found
J'ai bien pensé à une erreur de cache mais ça ne vient pas de zypper qui fonctionne, évidemment, à la perfection, ni de PackageKit. Pour résoudre ce soucis, il faut supprimer le cache app-info :
rm -rf /var/cache/app-info/
puis lancer sa reconstruction :
appstreamcli refresh --force --verbose
** (appstreamcli:22970): DEBUG: Data did not change, no cache refresh needed.**
(appstreamcli:22970): DEBUG: Forcing refresh anyway.** (appstreamcli:22970):
DEBUG: Refreshing AppStream cache** (appstreamcli:22970): DEBUG: Caches are up
to date.** (appstreamcli:22970): DEBUG: Using cached data.**
(appstreamcli:22970): DEBUG: Missing cache for language 'fr_FR', attempting to
load fresh data.** (appstreamcli:22970): DEBUG: Skipped writing cache file: No
components to serialize.AppStream cache update completed successfully.
Après cela, Logiciels devrait être content :
Enjoy !
Tags: gnome