[gnome-session] data: rename gnome-shell required component to org.gnome.Shell



commit 95cc97920b5701563921d61d9ce2fd90b9b887c6
Author: Ray Strode <rstrode redhat com>
Date:   Fri Nov 6 23:34:34 2015 -0500

    data: rename gnome-shell required component to org.gnome.Shell
    
    gnome-shell and gnome-shell-wayland have been consolidated, and
    now get dbus activated.  The new name is org.gnome.Shell.
    
    This commit changes the session files to reference org.gnome.Shell.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741666

 data/gnome-wayland.session.desktop.in.in |    2 +-
 data/gnome.session.desktop.in.in         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gnome-wayland.session.desktop.in.in b/data/gnome-wayland.session.desktop.in.in
index 1c667d8..37fff5e 100644
--- a/data/gnome-wayland.session.desktop.in.in
+++ b/data/gnome-wayland.session.desktop.in.in
@@ -1,3 +1,3 @@
 [GNOME Session]
 _Name=GNOME on Wayland
-RequiredComponents=gnome-shell-wayland;gnome-settings-daemon;
+RequiredComponents=org.gnome.Shell;gnome-settings-daemon;
diff --git a/data/gnome.session.desktop.in.in b/data/gnome.session.desktop.in.in
index dc8c57c..1d4ec88 100644
--- a/data/gnome.session.desktop.in.in
+++ b/data/gnome.session.desktop.in.in
@@ -1,3 +1,3 @@
 [GNOME Session]
 _Name=GNOME
-RequiredComponents=gnome-shell;gnome-settings-daemon;
+RequiredComponents=org.gnome.Shell;gnome-settings-daemon;


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