Accepting request 887554 from GNOME:Factory
(forwarded request 886616 from dimstar) OBS-URL: https://build.opensuse.org/request/show/887554 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=194
This commit is contained in:
commit
8f5f70a2c5
3
gnome-session-40.0.tar.xz
Normal file
3
gnome-session-40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80de1c59c6e4fc275ac439eede0654fdf41ac9deded6dd5e0d9d76a117ab1a89
|
||||
size 481996
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2930f1f396b48e06726b04bbba109f7bea73a3ded2c943324f301820bd332846
|
||||
size 481764
|
28
gnome-session-avoid-blocking-when-connecting-dbus.patch
Normal file
28
gnome-session-avoid-blocking-when-connecting-dbus.patch
Normal file
@ -0,0 +1,28 @@
|
||||
From 0903f9d861cb00cba9c1075cd57c6e9297122426 Mon Sep 17 00:00:00 2001
|
||||
From: Xiaoguang Wang <xwang@suse.com>
|
||||
Date: Thu, 15 Apr 2021 16:49:21 +0800
|
||||
Subject: [PATCH] GsmPresence: Avoid blocking when connecting dbus ScreenSaver
|
||||
|
||||
https://gitlab.gnome.org/GNOME/gnome-session/-/issues/88
|
||||
---
|
||||
gnome-session/gsm-presence.c | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/gnome-session/gsm-presence.c b/gnome-session/gsm-presence.c
|
||||
index cdfa3ccd..cd28f5ce 100644
|
||||
--- a/gnome-session/gsm-presence.c
|
||||
+++ b/gnome-session/gsm-presence.c
|
||||
@@ -328,7 +328,9 @@ gsm_presence_constructor (GType type,
|
||||
}
|
||||
|
||||
presence->priv->screensaver_proxy = g_dbus_proxy_new_sync (presence->priv->connection,
|
||||
- G_DBUS_PROXY_FLAGS_NONE,
|
||||
+ G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START |
|
||||
+ G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS |
|
||||
+ G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
|
||||
NULL,
|
||||
GS_NAME,
|
||||
GS_PATH,
|
||||
--
|
||||
2.31.1
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 01:17:31 UTC 2021 - xiaoguang wang <xiaoguang.wang@suse.com>
|
||||
|
||||
- Add gnome-session-avoid-blocking-when-connecting-dbus.patch: Fix
|
||||
the login delay, avoid the blocking when connecting to
|
||||
ScreenSaver dbus(bsc#1184698 glgo#GNOME/gnome-session#88).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 06:38:02 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.0:
|
||||
+ util: Remove undesired variables from activation environment.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 13:51:35 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-session
|
||||
Version: 40.beta
|
||||
Version: 40.0
|
||||
Release: 0
|
||||
Summary: Session Tools for the GNOME Desktop
|
||||
License: GPL-2.0-or-later
|
||||
@ -29,6 +29,8 @@ Source2: gnome.desktop
|
||||
|
||||
# PATCH-FIX-UPSTREAM gnome-session-better-handle-empty-xdg_session_type.patch bsc#1084756 bgo#794256 yfjiang@suse.com -- solution provided by msrb@suse.com using a more reasonable way to handle gpu acceleration check
|
||||
Patch0: gnome-session-better-handle-empty-xdg_session_type.patch
|
||||
# PATCH-FIX-UPSTREAM gnome-session-avoid-blocking-when-connecting-dbus.patch bsc#1184698 glgo#GNOME/gnome-session#88 xwang@suse.com -- Avoid blocking when connecting to ScreenSaver dbus
|
||||
Patch1: gnome-session-avoid-blocking-when-connecting-dbus.patch
|
||||
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
Reference in New Issue
Block a user