[gdm] data: add a gnome-shell-wayland.desktop file



commit 56c983785a709f50065a3670f0884fd27f40ff81
Author: Ray Strode <rstrode redhat com>
Date:   Mon Feb 16 23:49:24 2015 -0500

    data: add a gnome-shell-wayland.desktop file
    
    This is like gnome-shell.desktop but for wayland. It adds
    the --mode=gdm argument.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744764

 data/applications/Makefile.am                    |    1 +
 data/applications/gnome-shell-wayland.desktop.in |    8 ++++++++
 2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/data/applications/Makefile.am b/data/applications/Makefile.am
index 2f68b5d..c458d82 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 0000000..179bbd1
--- /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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]