mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1890>
This commit is contained in:
parent
3644bd43ba
commit
f5be205c09
3 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue