diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2022-01-20 00:02:02 -0300 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2022-01-21 13:08:50 +0000 |
commit | acd59aec6560620ca9d27a21eba6c9ab15569e53 (patch) | |
tree | 3fc14f2050a774d57f2d4f422e01e779df3f5816 /build-aux | |
parent | 5fbb9dfc6befc56ae94cda66f889b0498397199a (diff) | |
download | gnome-control-center-acd59aec6560620ca9d27a21eba6c9ab15569e53.tar.gz |
Rename app-id to org.gnome.Settings
Rename the app-id to org.gnome.Settings since this is what
we've been calling it for many years now. Adjust all files
that derive from the app-id, such as the desktop file, D-Bus
service file names, search providers, GSettings schemas, to
match that.
Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/344
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gnome.Settings.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json index 313c6c64f..3258f88e5 100644 --- a/build-aux/flatpak/org.gnome.Settings.json +++ b/build-aux/flatpak/org.gnome.Settings.json @@ -13,7 +13,6 @@ "--device=dri", "--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--filesystem=host", - "--own-name=org.gnome.ControlCenter", "--own-name=org.gnome.SessionManager", "--share=ipc", "--share=network", |