diff options
author | Ray Strode <rstrode@redhat.com> | 2014-12-17 13:31:31 -0500 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2015-11-09 10:25:40 -0500 |
commit | 7b20d151edcf8dd23a058ae5d040a68ae4e059b5 (patch) | |
tree | c2cf15b18fea65e7b88dec4f9354a7b0595065bf /data | |
parent | 8ec0c99ff4f5a47cd6078cec97527d93dd0c47e8 (diff) | |
download | mutter-7b20d151edcf8dd23a058ae5d040a68ae4e059b5.tar.gz |
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
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 3 | ||||
-rw-r--r-- | data/mutter-wayland.desktop.in | 17 |
2 files changed, 1 insertions, 19 deletions
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 |