summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-02-16 23:49:24 -0500
committerRay Strode <rstrode@redhat.com>2015-02-17 23:48:08 -0500
commit68971cebf303ade5d80ab72d3fd7660ce2d338df (patch)
tree67a792718022a6699ba15670d6b207b5827a0d14
parenta7f4c586cf5490f4e4833e3d2ede178239a6b4fa (diff)
downloadgdm-68971cebf303ade5d80ab72d3fd7660ce2d338df.tar.gz
data: add a gnome-shell-wayland.desktop file
This is like gnome-shell.desktop but for wayland. It adds the --mode=gdm argument.
-rw-r--r--data/applications/Makefile.am1
-rw-r--r--data/applications/gnome-shell-wayland.desktop.in8
2 files changed, 9 insertions, 0 deletions
diff --git a/data/applications/Makefile.am b/data/applications/Makefile.am
index 2f68b5d8..c458d820 100644
--- a/data/applications/Makefile.am
+++ b/data/applications/Makefile.am
@@ -14,6 +14,7 @@ edit = sed \
desktopdir = $(pkgdatadir)/greeter/applications
desktop_in_files = \
gnome-shell.desktop.in \
+ gnome-shell-wayland.desktop.in \
$(NULL)
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) \
mime-dummy-handler.desktop \
diff --git a/data/applications/gnome-shell-wayland.desktop.in b/data/applications/gnome-shell-wayland.desktop.in
new file mode 100644
index 00000000..179bbd1b
--- /dev/null
+++ b/data/applications/gnome-shell-wayland.desktop.in
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+_Name=GNOME Shell
+_Comment=Window management and compositing
+Exec=gnome-shell --mode=gdm --wayland --display-server
+X-GNOME-Autostart-Phase=DisplayServer
+X-GNOME-Autostart-Notify=true
+X-GNOME-AutoRestart=true