From 619fc554088475d3548762560c0210c15f165aba Mon Sep 17 00:00:00 2001 From: Jake Dane Date: Sun, 11 Sep 2022 07:19:01 +0000 Subject: [PATCH] desktop: Remove obsolete desktop file The X-GNOME-Bugzilla-* entries in the desktop file were for use by bug-buddy, a GNOME 2 technology that's been gone for over a decade. These entries are obsolete and the desktop file can be removed. Part-of: --- .gitignore | 1 - data/meson.build | 14 -------------- data/mutter.desktop.in | 17 ----------------- po/POTFILES.in | 1 - 4 files changed, 33 deletions(-) delete mode 100644 data/mutter.desktop.in diff --git a/.gitignore b/.gitignore index db49f69cd..d2428e217 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ missing 50-mutter-navigation.xml 50-mutter-system.xml 50-mutter-windows.xml -mutter.desktop mutter-wayland.desktop *.o *.a diff --git a/data/meson.build b/data/meson.build index ae9832199..d60964a20 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,19 +1,5 @@ msgfmt = find_program('msgfmt') -custom_target('mutter.desktop', - input: 'mutter.desktop.in', - output: 'mutter.desktop', - command: [ - msgfmt, - '--desktop', '--template', - '@INPUT@', - '-d', join_paths(mutter_srcdir, 'po'), - '-o', '@OUTPUT@' - ], - install: true, - install_dir: join_paths(datadir, 'applications'), -) - # Unconditionally use this dir to avoid a circular dep with gnomecc gnome_keybindings_keysdir = join_paths(datadir, 'gnome-control-center/keybindings') diff --git a/data/mutter.desktop.in b/data/mutter.desktop.in deleted file mode 100644 index e3ae07009..000000000 --- a/data/mutter.desktop.in +++ /dev/null @@ -1,17 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Mutter -Exec=mutter -NoDisplay=true -# name of loadable control center module -X-GNOME-WMSettingsModule=metacity -# name we put on the WM spec check window -X-GNOME-WMName=Mutter -# back compat only -X-GnomeWMSettingsLibrary=metacity -X-GNOME-Bugzilla-Bugzilla=GNOME -X-GNOME-Bugzilla-Product=mutter -X-GNOME-Bugzilla-Component=general -X-GNOME-Autostart-Phase=WindowManager -X-GNOME-Provides=windowmanager -X-GNOME-Autostart-Notify=true diff --git a/po/POTFILES.in b/po/POTFILES.in index d95a7ba77..3a5ebeb10 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -4,7 +4,6 @@ data/50-mutter-navigation.xml data/50-mutter-system.xml data/50-mutter-wayland.xml data/50-mutter-windows.xml -data/mutter.desktop.in data/org.gnome.mutter.gschema.xml.in data/org.gnome.mutter.wayland.gschema.xml.in src/backends/meta-input-settings.c