From 7b20d151edcf8dd23a058ae5d040a68ae4e059b5 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 17 Dec 2014 13:31:31 -0500 Subject: [PATCH] data: drop mutter-wayland.desktop It's not needed since we can automatically figure things out based on logind. https://bugzilla.gnome.org/show_bug.cgi?id=741666 --- data/Makefile.am | 3 +-- data/mutter-wayland.desktop.in | 17 ----------------- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 data/mutter-wayland.desktop.in diff --git a/data/Makefile.am b/data/Makefile.am index 2c11822f3..699a83401 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,6 +1,5 @@ desktopfiles_in_files = \ - mutter.desktop.in \ - mutter-wayland.desktop.in + mutter.desktop.in desktopfilesdir = $(datadir)/applications desktopfiles_DATA = $(desktopfiles_in_files:.desktop.in=.desktop) diff --git a/data/mutter-wayland.desktop.in b/data/mutter-wayland.desktop.in deleted file mode 100644 index 850208942..000000000 --- a/data/mutter-wayland.desktop.in +++ /dev/null @@ -1,17 +0,0 @@ -[Desktop Entry] -Type=Application -_Name=Mutter (wayland compositor) -Exec=mutter --wayland --display-server -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