summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2023-01-23 16:38:36 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2023-01-23 16:38:36 +0000
commita9e6e44ef898671229388938cc3ed511fa394dfc (patch)
tree2e8bb250e92ff9c3c7689cb02d03f4ff17b2fe59 /data
parentbe8b23efb7c9e0f81b1f34bd71b305cda3c0161e (diff)
downloadgnome-shell-a9e6e44ef898671229388938cc3ed511fa394dfc.tar.gz
tools: Drop gnome-shell-overrides-migration.sh
The tool was added in 2018 to migrate to per-desktop overrides from the old overrides system. 5 years later, everyone who’s going to migrate probably has migrated, so we can delete the script and remove a process running on every login. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2611>
Diffstat (limited to 'data')
-rw-r--r--data/gnome-shell-overrides-migration.desktop.in5
-rw-r--r--data/meson.build9
2 files changed, 0 insertions, 14 deletions
diff --git a/data/gnome-shell-overrides-migration.desktop.in b/data/gnome-shell-overrides-migration.desktop.in
deleted file mode 100644
index 99452e6ec..000000000
--- a/data/gnome-shell-overrides-migration.desktop.in
+++ /dev/null
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=GNOME settings overrides migration
-NoDisplay=true
-Exec=@libexecdir@/gnome-shell-overrides-migration.sh
diff --git a/data/meson.build b/data/meson.build
index 7fa7f15ff..a31efcc79 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -99,15 +99,6 @@ schema = configure_file(
)
install_data('00_org.gnome.shell.gschema.override', install_dir: schemadir)
-overrides_migration_conf = configuration_data()
-overrides_migration_conf.set('libexecdir', libexecdir)
-overrides_migration = configure_file(
- input: 'gnome-shell-overrides-migration.desktop.in',
- output: 'gnome-shell-overrides-migration.desktop',
- configuration: overrides_migration_conf,
- install_dir: autostartdir
-)
-
if have_systemd
unitconf = configuration_data()
unitconf.set('bindir', bindir)