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:
@ -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();
|
||||
|
Reference in New Issue
Block a user