ui: Rename gnome-control-center to org.gnome.Settings

The app-id has changes since  [1].

[1] https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1153

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2123>
This commit is contained in:
Georges Basile Stavracas Neto
2022-01-21 10:24:02 -03:00
parent e7c728a4c1
commit 87927b8281
4 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@ class Indicator extends PanelMenu.SystemIndicator {
});
let app = this._settingsApp = Shell.AppSystem.get_default().lookup_app(
'gnome-control-center.desktop');
'org.gnome.Settings.desktop');
if (app) {
const [icon] = app.app_info.get_icon().names;
const name = app.app_info.get_name();