summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-11-06 23:34:34 -0500
committerRay Strode <rstrode@redhat.com>2015-11-06 23:38:18 -0500
commit95cc97920b5701563921d61d9ce2fd90b9b887c6 (patch)
tree12e8d0b0ab6795b287ca1fd552a5ab404ff09890 /data
parent1526e965f68fe8e644b85be5f8e068a6818a4c13 (diff)
downloadgnome-session-95cc97920b5701563921d61d9ce2fd90b9b887c6.tar.gz
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
Diffstat (limited to 'data')
-rw-r--r--data/gnome-wayland.session.desktop.in.in2
-rw-r--r--data/gnome.session.desktop.in.in2
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 1c667d88..37fff5e6 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 dc8c57ca..1d4ec886 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;