[gnome-session] manager: fix app id check for gnome-shell
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-session] manager: fix app id check for gnome-shell
- Date: Fri, 4 Mar 2016 19:54:43 +0000 (UTC)
commit c2fafac76fd8c5516e98521705734544099ec368
Author: Ray Strode <rstrode redhat com>
Date: Thu Mar 3 16:00:13 2016 -0500
manager: fix app id check for gnome-shell
Its app id was updated a while ago.
gnome-session/gsm-manager.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-session/gsm-manager.c b/gnome-session/gsm-manager.c
index 4003ac2..a28d565 100644
--- a/gnome-session/gsm-manager.c
+++ b/gnome-session/gsm-manager.c
@@ -258,7 +258,7 @@ on_required_app_failure (GsmManager *manager,
app_id = gsm_app_peek_app_id (app);
- if (g_str_equal (app_id, "gnome-shell.desktop")) {
+ if (g_str_equal (app_id, "org.gnome.Shell")) {
extensions = g_object_new (GSM_TYPE_SHELL_EXTENSIONS, NULL);
gsm_shell_extensions_disable_all (extensions);
} else {
@@ -292,7 +292,7 @@ on_display_server_failure (GsmManager *manager,
app_id = gsm_app_peek_app_id (app);
- if (g_str_equal (app_id, "gnome-shell-wayland.desktop")) {
+ if (g_str_equal (app_id, "org.gnome.Shell")) {
extensions = g_object_new (GSM_TYPE_SHELL_EXTENSIONS, NULL);
gsm_shell_extensions_disable_all (extensions);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]