From f5be205c0929cd5713b696ec3718c4a503416cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 17 Jun 2021 21:31:20 +0200 Subject: [PATCH] data: Remove old GConf migration files The migration happened in GNOME 3.6 over 9 years ago. The chances that someone migrates from 3.0.x or 3.2.x to 41 are very much zero. And if it were to happen, it wouldn't work anyway, because we stopped using a separate overrides schema. Part-of: --- data/gnome-shell-overrides.convert | 4 ---- data/meson.build | 2 -- meson.build | 1 - 3 files changed, 7 deletions(-) delete mode 100644 data/gnome-shell-overrides.convert diff --git a/data/gnome-shell-overrides.convert b/data/gnome-shell-overrides.convert deleted file mode 100644 index 142790acc..000000000 --- a/data/gnome-shell-overrides.convert +++ /dev/null @@ -1,4 +0,0 @@ -[org.gnome.shell.overrides] -attach-modal-dialogs = /desktop/gnome/shell/windows/attach_modal_dialogs -edge-tiling = /desktop/gnome/shell/windows/edge_tiling -workspaces-only-on-primary = /desktop/gnome/shell/windows/workspaces_only_on_primary diff --git a/data/meson.build b/data/meson.build index 4a1e16d46..b731f5a8d 100644 --- a/data/meson.build +++ b/data/meson.build @@ -127,5 +127,3 @@ custom_target('compile-schemas', output: 'gschemas.compiled', command: [find_program('glib-compile-schemas'), meson.current_build_dir()], build_by_default: true) - -install_data('gnome-shell-overrides.convert', install_dir: convertdir) diff --git a/meson.build b/meson.build index 20ba7edc1..c642a95e9 100644 --- a/meson.build +++ b/meson.build @@ -54,7 +54,6 @@ pkgdatadir = join_paths(datadir, meson.project_name()) pkglibdir = join_paths(libdir, meson.project_name()) autostartdir = join_paths(sysconfdir, 'xdg', 'autostart') -convertdir = join_paths(datadir, 'GConf', 'gsettings') desktopdir = join_paths(datadir, 'applications') icondir = join_paths(datadir, 'icons') ifacedir = join_paths(datadir, 'dbus-1', 'interfaces')