Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2021-04-24 23:07:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-session (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-session.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-session"

Sat Apr 24 23:07:02 2021 rev:194 rq:887554 version:40.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes      
2021-04-12 12:38:11.401426845 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new.12324/gnome-session.changes   
2021-04-24 23:07:20.903241680 +0200
@@ -1,0 +2,13 @@
+Mon Apr 19 01:17:31 UTC 2021 - xiaoguang wang <xiaoguang.w...@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 <dims...@opensuse.org>
+
+- Update to version 40.0:
+  + util: Remove undesired variables from activation environment.
+
+-------------------------------------------------------------------

Old:
----
  gnome-session-40.beta.tar.xz

New:
----
  gnome-session-40.0.tar.xz
  gnome-session-avoid-blocking-when-connecting-dbus.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.hq8bjh/_old  2021-04-24 23:07:21.359242325 +0200
+++ /var/tmp/diff_new_pack.hq8bjh/_new  2021-04-24 23:07:21.359242325 +0200
@@ -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 @@
 
 # PATCH-FIX-UPSTREAM gnome-session-better-handle-empty-xdg_session_type.patch 
bsc#1084756 bgo#794256 yfji...@suse.com -- solution provided by m...@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 xw...@suse.com -- Avoid blocking when 
connecting to ScreenSaver dbus
+Patch1:         gnome-session-avoid-blocking-when-connecting-dbus.patch
 
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes

++++++ gnome-session-40.beta.tar.xz -> gnome-session-40.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-40.beta/NEWS 
new/gnome-session-40.0/NEWS
--- old/gnome-session-40.beta/NEWS      2021-02-23 20:36:45.620371300 +0100
+++ new/gnome-session-40.0/NEWS 2021-04-12 16:55:19.905446000 +0200
@@ -1,3 +1,9 @@
+============
+Version 40.0
+============
+
+       util: Remove undesired variables from activation environment
+
 ===============
 Version 40.beta
 ===============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-40.beta/gnome-session/gsm-util.c 
new/gnome-session-40.0/gnome-session/gsm-util.c
--- old/gnome-session-40.beta/gnome-session/gsm-util.c  2021-02-23 
20:36:45.625371500 +0100
+++ new/gnome-session-40.0/gnome-session/gsm-util.c     2021-04-12 
16:55:19.910446200 +0200
@@ -646,6 +646,8 @@
         g_variant_builder_open (&builder, G_VARIANT_TYPE ("as"));
         for (i = 0; variable_unsetlist[i] != NULL; i++)
                 g_variant_builder_add (&builder, "s", variable_unsetlist[i]);
+        for (i = 0; variable_blacklist[i] != NULL; i++)
+                g_variant_builder_add (&builder, "s", variable_blacklist[i]);
         g_variant_builder_close (&builder);
 
         g_variant_builder_open (&builder, G_VARIANT_TYPE ("as"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-40.beta/meson.build 
new/gnome-session-40.0/meson.build
--- old/gnome-session-40.beta/meson.build       2021-02-23 20:36:45.626371400 
+0100
+++ new/gnome-session-40.0/meson.build  2021-04-12 16:55:19.911446000 +0200
@@ -1,6 +1,6 @@
 project(
   'gnome-session', 'c',
-  version: '40.beta',
+  version: '40.0',
   license: 'GPL2+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.53.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-40.beta/po/gl.po 
new/gnome-session-40.0/po/gl.po
--- old/gnome-session-40.beta/po/gl.po  2021-02-23 20:36:45.633371600 +0100
+++ new/gnome-session-40.0/po/gl.po     2021-04-12 16:55:19.918446300 +0200
@@ -2,6 +2,7 @@
 # Copyright (C) 1999-2004 Jes??s Bravo ??lvarez
 # Proxecto Trasno - Adaptaci??n do software libre ?? lingua galega:  Se desexas
 # colaborar connosco, podes atopar m??is informaci??n en http://www.trasno.net
+#
 # Jes??s Bravo ??lvarez <s...@trasno.net>, 1999-2004.
 # Ignacio Casal Quinteiro <nacho.r...@gmail.com>, 2005, 2006.
 # Ignacio Casal Quinteiro <i...@cvs.gnome.org>, 2007.
@@ -10,22 +11,21 @@
 # Ant??n M??ixome <meix...@mancomun.org>, 2009.
 # Fran Di??guez <frandieg...@gnome.org>, 2009, 2010, 2011, 2012.
 # Leandro Regueiro <leandro.regue...@gmail.com>, 2012.
-# Fran Dieguez <frandieg...@gnome.org>, 2012-2020.
-#
+# Fran Dieguez <frandieg...@gnome.org>, 2012-2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome-session.master\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-session/issues\n";
-"POT-Creation-Date: 2020-07-31 14:02+0000\n"
-"PO-Revision-Date: 2020-08-13 01:37+0200\n"
-"Last-Translator: Fran Dieguez <frandieg...@gnome.org>\n"
-"Language-Team: Galician <proxe...@trasno.gal>\n"
+"POT-Creation-Date: 2020-08-16 08:36+0000\n"
+"PO-Revision-Date: 2021-02-24 20:45+0100\n"
+"Last-Translator: Fran Di??guez <frandieg...@gnome.org>\n"
+"Language-Team: Proxecto Trasno <proxe...@trasno.gal>\n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"X-Generator: Gtranslator 3.36.0\n"
+"X-Generator: Gtranslator 3.38.0\n"
 "X-Project-Style: gnome\n"
 
 #: data/gnome-custom-session.desktop.in.in:3
@@ -122,7 +122,7 @@
 
 #: gnome-session/gsm-fail-whale-dialog.c:318
 msgid "Oh no!  Something has gone wrong."
-msgstr "Recoido! Algo foi mal."
+msgstr "Recoiro! Algo foi mal."
 
 #: gnome-session/gsm-fail-whale-dialog.c:325
 msgid ""
@@ -137,7 +137,7 @@
 "A problem has occurred and the system can???t recover. All extensions have "
 "been disabled as a precaution."
 msgstr ""
-"Produciuse un problema e non ?? pos??bel recuperar o sistema. Desactivaronse "
+"Produciuse un problema e non ?? pos??bel recuperar o sistema. Desactiv??ronse 
"
 "todas as extensi??ns como medida de precauci??n."
 
 #: gnome-session/gsm-fail-whale-dialog.c:329
@@ -279,21 +279,6 @@
 
 #: tools/gnome-session-inhibit.c:108
 #, c-format
-#| msgid ""
-#| "%s [OPTION???] COMMAND\n"
-#| "\n"
-#| "Execute COMMAND while inhibiting some session functionality.\n"
-#| "\n"
-#| "  -h, --help        Show this help\n"
-#| "  --version         Show program version\n"
-#| "  --app-id ID       The application id to use\n"
-#| "                    when inhibiting (optional)\n"
-#| "  --reason REASON   The reason for inhibiting (optional)\n"
-#| "  --inhibit ARG     Things to inhibit, colon-separated list of:\n"
-#| "                    logout, switch-user, suspend, idle, automount\n"
-#| "  --inhibit-only    Do not launch COMMAND and wait forever instead\n"
-#| "\n"
-#| "If no --inhibit option is specified, idle is assumed.\n"
 msgid ""
 "%s [OPTION???] COMMAND\n"
 "\n"
@@ -317,7 +302,7 @@
 "\n"
 "  -h, --help        Mostrar esta axuda\n"
 "  --version         Mostrar versi??n do programa\n"
-"  --app-id ID       Id de aplicato a usar\n"
+"  --app-id ID       Id de aplicaci??n a usar\n"
 "                    ao inhibir (opcional)\n"
 "  --reason REASON   A raz??n para inhibir (opcional)\n"
 "  --inhibit ARG     Cousas a inhibir, lista separada por comas de:\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-40.beta/po/nb.po 
new/gnome-session-40.0/po/nb.po
--- old/gnome-session-40.beta/po/nb.po  2021-02-23 20:36:45.637371500 +0100
+++ new/gnome-session-40.0/po/nb.po     2021-04-12 16:55:19.922446300 +0200
@@ -1,14 +1,14 @@
 # Norwegian bokm??l translation of gnome-session.
 # Copyright (C) 1998-2004 Free Software Foundation, Inc.
-# Kjartan Maraas <kmar...@gnome.org>, 1998-2020.
+# Kjartan Maraas <kmar...@gnome.org>, 1998-2021.
 # Torstein Adolf Winterseth <kvike...@fsfe.org>, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: gnome-session 3.38.x\n"
+"Project-Id-Version: gnome-session 3.40.x\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-session/issues\n";
-"POT-Creation-Date: 2020-08-16 08:36+0000\n"
-"PO-Revision-Date: 2020-11-30 14:09+0100\n"
+"POT-Creation-Date: 2020-11-30 13:10+0000\n"
+"PO-Revision-Date: 2021-03-13 17:40+0100\n"
 "Last-Translator: Kjartan Maraas <kmar...@gnome.org>\n"
 "Language-Team: Norwegian bokm??l <i18n...@lister.ping.uio.no>\n"
 "Language: nb\n"
@@ -250,7 +250,9 @@
 #: tools/gnome-session-ctl.c:249
 msgid ""
 "Run from ExecStopPost to start gnome-session-failed.target on service failure"
-msgstr "Kj??r fra ExecStopPost for ?? starte gnome-session-failed.target ved 
feil p?? tjenesten"
+msgstr ""
+"Kj??r fra ExecStopPost for ?? starte gnome-session-failed.target ved feil p?? 
"
+"tjenesten"
 
 #: tools/gnome-session-ctl.c:279
 msgid "Program needs exactly one parameter"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-session-40.beta/po/vi.po 
new/gnome-session-40.0/po/vi.po
--- old/gnome-session-40.beta/po/vi.po  2021-02-23 20:36:45.641371700 +0100
+++ new/gnome-session-40.0/po/vi.po     2021-04-12 16:55:19.926446200 +0200
@@ -4,14 +4,14 @@
 # This file is distributed under the same license as the gnome-session package.
 # Nguy???n Th??i Ng???c Duy <pclo...@gmail.com>, 2002-2004,2007-2008,2011-2013.
 # Clytie Siddall <cly...@riverland.net.au>, 2005-2009.
-# Tr???n Ng???c Qu??n <vnwild...@gmail.com>, 2013,2014, 2015, 2016, 2017, 2018.
+# Tr???n Ng???c Qu??n <vnwild...@gmail.com>, 2013-2018, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome-session master\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-session/issues\n";
-"POT-Creation-Date: 2018-08-30 16:52+0000\n"
-"PO-Revision-Date: 2018-08-31 14:23+0700\n"
+"POT-Creation-Date: 2020-07-31 14:02+0000\n"
+"PO-Revision-Date: 2021-03-20 14:29+0700\n"
 "Last-Translator: Tr???n Ng???c Qu??n <vnwild...@gmail.com>\n"
 "Language-Team: Vietnamese <gnome-vi-l...@gnome.org>\n"
 "Language: vi\n"
@@ -30,10 +30,12 @@
 msgstr "M???c n??y cho ph??p b???n ch???n phi??n l??m vi???c ???? l??u"
 
 #: data/gnome.desktop.in.in:3 data/gnome.session.desktop.in.in:3
+#: data/gnome-wayland.desktop.in.in:3
 msgid "GNOME"
 msgstr "GNOME"
 
-#: data/gnome.desktop.in.in:4 data/gnome-xorg.desktop.in.in:4
+#: data/gnome.desktop.in.in:4 data/gnome-wayland.desktop.in.in:4
+#: data/gnome-xorg.desktop.in.in:4
 msgid "This session logs you into GNOME"
 msgstr "Phi??n l??m vi???c n??y s??? ????ng nh???p b???n v??o GNOME"
 
@@ -84,7 +86,7 @@
 "session was automatically fallen back."
 msgstr ""
 "N???u b???t, gnome-session s??? hi???n th??? h???p tho???i c???nh b??o sau 
khi ????ng nh???p n???u "
-"nh?? phi??n ???????c t??? ?????ng fallen back."
+"nh?? phi??n ???????c t??? ?????ng fallback."
 
 #: data/session-selector.ui:15
 msgid "Custom Session"
@@ -110,26 +112,27 @@
 msgid "_Continue"
 msgstr "_Ti???p t???c"
 
-#: gnome-session/gsm-fail-whale-dialog.c:313
+#: gnome-session/gsm-fail-whale-dialog.c:318
 msgid "Oh no!  Something has gone wrong."
 msgstr "??i kh??ng! C?? c??i g?? ???? b??? h???ng r???i."
 
-#: gnome-session/gsm-fail-whale-dialog.c:320
+#: gnome-session/gsm-fail-whale-dialog.c:325
 msgid ""
 "A problem has occurred and the system can???t recover. Please contact a 
system "
 "administrator"
 msgstr ""
-"H??? th???ng g???p v???n ????? kh??ng th??? ph???c h???i. Vui l??ng li??n 
l???c qu???n tr??? h??? th???ng."
+"H??? th???ng g???p v???n ????? kh??ng th??? ph???c h???i. Vui l??ng li??n 
l???c v???i ng?????i qu???n tr??? "
+"h??? th???ng"
 
-#: gnome-session/gsm-fail-whale-dialog.c:322
+#: gnome-session/gsm-fail-whale-dialog.c:327
 msgid ""
 "A problem has occurred and the system can???t recover. All extensions have "
 "been disabled as a precaution."
 msgstr ""
 "H??? th???ng g???p v???n ????? kh??ng th??? ph???c h???i. M???i ph???n m??? 
r???ng ???? b??? t???t ????? ????? "
-"ph??ng."
+"ph??ng l???i."
 
-#: gnome-session/gsm-fail-whale-dialog.c:324
+#: gnome-session/gsm-fail-whale-dialog.c:329
 msgid ""
 "A problem has occurred and the system can???t recover.\n"
 "Please log out and try again."
@@ -137,27 +140,27 @@
 "H??? th???ng g???p v???n ????? kh??ng th??? ph???c h???i.\n"
 "H??y ????ng xu???t v?? th??? l???i."
 
-#: gnome-session/gsm-fail-whale-dialog.c:339
+#: gnome-session/gsm-fail-whale-dialog.c:344
 msgid "_Log Out"
 msgstr "????ng _xu???t"
 
-#: gnome-session/gsm-fail-whale-dialog.c:361 gnome-session/main.c:279
+#: gnome-session/gsm-fail-whale-dialog.c:412 gnome-session/main.c:404
 msgid "Enable debugging code"
 msgstr "B???t m?? h??? tr??? t??m l???i"
 
-#: gnome-session/gsm-fail-whale-dialog.c:362
+#: gnome-session/gsm-fail-whale-dialog.c:413
 msgid "Allow logout"
 msgstr "Cho ph??p ????ng xu???t"
 
-#: gnome-session/gsm-fail-whale-dialog.c:363
+#: gnome-session/gsm-fail-whale-dialog.c:414
 msgid "Show extension warning"
 msgstr "Hi???n c???nh b??o ph???n m??? r???ng"
 
-#: gnome-session/gsm-manager.c:1266 gnome-session/gsm-manager.c:1919
+#: gnome-session/gsm-manager.c:1289 gnome-session/gsm-manager.c:1999
 msgid "Not responding"
 msgstr "Kh??ng tr??? l???i"
 
-#: gnome-session/gsm-util.c:382
+#: gnome-session/gsm-util.c:415
 msgid "_Log out"
 msgstr "????ng _xu???t"
 
@@ -184,43 +187,85 @@
 msgid "Could not create ICE listening socket: %s"
 msgstr "Kh??ng th??? t???o ??? c???m l???ng nghe ICE: %s"
 
-#: gnome-session/main.c:277
+#: gnome-session/main.c:398
+msgid "Running as systemd service"
+msgstr "Ch???y nh?? l?? d???ch v??? systemd"
+
+#: gnome-session/main.c:399
+msgid "Use systemd session management"
+msgstr "D??ng qu???n l?? phi??n l??m vi???c systemd"
+
+#: gnome-session/main.c:401
+msgid "Use builtin session management (rather than the systemd based one)"
+msgstr "D??ng qu???n l?? phi??n l??m vi???c d???ng s???n (thay v?? d???a v??o 
systemd)"
+
+#: gnome-session/main.c:402
 msgid "Override standard autostart directories"
 msgstr "???? l??n th?? m???c t??? kh???i ?????ng ti??u chu???n"
 
-#: gnome-session/main.c:277
+#: gnome-session/main.c:402
 msgid "AUTOSTART_DIR"
 msgstr "TH??_M???C_T???_CH???Y"
 
-#: gnome-session/main.c:278
+#: gnome-session/main.c:403
 msgid "Session to use"
 msgstr "Phi??n l??m vi???c c???n d??ng"
 
-#: gnome-session/main.c:278
+#: gnome-session/main.c:403
 msgid "SESSION_NAME"
 msgstr "T??N_PHI??N"
 
-#: gnome-session/main.c:280
+#: gnome-session/main.c:405
 msgid "Do not load user-specified applications"
 msgstr "?????ng t???i ???ng d???ng do ng?????i d??ng ch??? ?????nh"
 
-#: gnome-session/main.c:281
+#: gnome-session/main.c:406
 msgid "Version of this application"
 msgstr "Phi??n b???n c???a ???ng d???ng"
 
 #. Translators: the 'fail whale' is the black dialog we show when something 
goes seriously wrong
-#: gnome-session/main.c:283
+#: gnome-session/main.c:408
 msgid "Show the fail whale dialog for testing"
 msgstr "Hi???n c???a s??? c?? voi th???t b???i ????? ki???m tra"
 
-#: gnome-session/main.c:284
+#: gnome-session/main.c:409
 msgid "Disable hardware acceleration check"
 msgstr "T???t ki???m tra t??ng t???c ph???n c???ng"
 
-#: gnome-session/main.c:316
+#: gnome-session/main.c:441
 msgid " ??? the GNOME session manager"
 msgstr " ??? b??? qu???n l?? phi??n l??m vi???c GNOME"
 
+#: tools/gnome-session-ctl.c:245
+msgid "Start gnome-session-shutdown.target"
+msgstr "Kh???i ch???y gnome-session-shutdown.target"
+
+#: tools/gnome-session-ctl.c:246
+msgid ""
+"Start gnome-session-shutdown.target when receiving EOF or a single byte on "
+"stdin"
+msgstr ""
+"Kh???i ch???y gnome-session-shutdown.target khi nh???n ???????c EOF hay m???t 
byte ????n "
+"tr??n stdin"
+
+#: tools/gnome-session-ctl.c:247
+msgid "Signal initialization done to gnome-session"
+msgstr "Kh???i t???o t??n hi???u xong v???i gnome-session"
+
+#: tools/gnome-session-ctl.c:248
+msgid "Restart dbus.service if it is running"
+msgstr "Kh???i ?????ng l???i dbus.service n???u n?? ??ang ch???y"
+
+#: tools/gnome-session-ctl.c:249
+msgid ""
+"Run from ExecStopPost to start gnome-session-failed.target on service failure"
+msgstr ""
+"Ch???y t??? ExecStopPost ????? kh???i ch???y gnome-session-failed.target khi 
l???i d???ch v???"
+
+#: tools/gnome-session-ctl.c:279
+msgid "Program needs exactly one parameter"
+msgstr "Ch????ng tr??nh c???n ch??nh x??c m???t ?????i s???"
+
 #: tools/gnome-session-inhibit.c:108
 #, c-format
 msgid ""
@@ -236,6 +281,7 @@
 "  --inhibit ARG     Things to inhibit, colon-separated list of:\n"
 "                    logout, switch-user, suspend, idle, automount\n"
 "  --inhibit-only    Do not launch COMMAND and wait forever instead\n"
+"  -l, --list        List the existing inhibitions, and exit\n"
 "\n"
 "If no --inhibit option is specified, idle is assumed.\n"
 msgstr ""
@@ -244,24 +290,24 @@
 "Th???c hi???n L???NH nh??ng h???n ch??? m???t s??? ch???c n??ng li??n quan 
?????n phi??n.\n"
 "\n"
 "  -h, --help        Hi???n th??? tr??? gi??p n??y\n"
-"  --version         Hi???n th??? phi??n b???n\n"
+"  --version         Hi???n th??? phi??n b???n c???a ch????ng tr??nh\n"
 "  --app-id ID       M?? s??? ???ng d???ng s??? d??ng\n"
 "                    khi h???n ch??? (t??y ch???n)\n"
 "  --reason L??_DO    L?? do h???n ch??? (t??y ch???n)\n"
-"  --inhibit ARG     Nh???ng th??? h???n ch???, danh s??ch ng??n c??ch b???ng 
d???u hai ch???m "
-"c???a:\n"
-"                    logout, switch-user, suspend, idle, automount\n"
+"  --inhibit ARG     Nh???ng th??? h???n ch???, danh s??ch ng??n c??ch b???ng 
d???u hai ch???m\n"
+"                      c???a: logout, switch-user, suspend, idle, automount\n"
 "  --inhibit-only    Kh??ng kh???i ch???y L???NH v?? thay v??o ???? l?? ch??? 
m??i m??i\n"
+"  -l, --list        Li???t k?? nh???ng h???n ch??? s???n c?? r???i tho??t\n"
 "\n"
 "N???u kh??ng ????a ra t??y ch???n --inhibit, coi l?? idle (ngh???).\n"
 
-#: tools/gnome-session-inhibit.c:146
+#: tools/gnome-session-inhibit.c:288
 #, c-format
 msgid "Failed to execute %s\n"
 msgstr "G???p l???i khi ch???y %s\n"
 
-#: tools/gnome-session-inhibit.c:206 tools/gnome-session-inhibit.c:216
-#: tools/gnome-session-inhibit.c:226
+#: tools/gnome-session-inhibit.c:352 tools/gnome-session-inhibit.c:362
+#: tools/gnome-session-inhibit.c:372
 #, c-format
 msgid "%s requires an argument\n"
 msgstr "%s c???n m???t ?????i s???\n"
@@ -425,9 +471,6 @@
 #~ msgid "FILE"
 #~ msgstr "T???P_TIN"
 
-#~ msgid "Specify session management ID"
-#~ msgstr "X??c ?????nh ID qu???n l?? phi??n l??m vi???c"
-
 #~ msgid "ID"
 #~ msgstr "ID"
 

++++++ gnome-session-avoid-blocking-when-connecting-dbus.patch ++++++
>From 0903f9d861cb00cba9c1075cd57c6e9297122426 Mon Sep 17 00:00:00 2001
From: Xiaoguang Wang <xw...@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

Reply via email to