Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2023-12-07 19:08:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell"

Thu Dec  7 19:08:58 2023 rev:246 rq:1131256 version:45.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2023-12-05 
17:01:45.901938112 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new.25432/gnome-shell.changes       
2023-12-07 19:09:19.312860280 +0100
@@ -377,0 +378,6 @@
+Tue Feb  7 01:17:47 UTC 2023 - Xiaoguang Wang <xiaoguang.w...@suse.com>
+
+- Update gs-fate318433-prevent-same-account-multi-logins.patch:
+  Fix no warning messages (bsc#1207323).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gs-fate318433-prevent-same-account-multi-logins.patch ++++++
--- /var/tmp/diff_new_pack.nmW15C/_old  2023-12-07 19:09:21.192929645 +0100
+++ /var/tmp/diff_new_pack.nmW15C/_new  2023-12-07 19:09:21.196929793 +0100
@@ -1,13 +1,13 @@
-Index: gnome-shell-41.3/js/gdm/loginDialog.js
+Index: gnome-shell-41.9/js/gdm/loginDialog.js
 ===================================================================
---- gnome-shell-41.3.orig/js/gdm/loginDialog.js
-+++ gnome-shell-41.3/js/gdm/loginDialog.js
-@@ -1043,6 +1043,29 @@ var LoginDialog = GObject.registerClass(
+--- gnome-shell-41.9.orig/js/gdm/loginDialog.js
++++ gnome-shell-41.9/js/gdm/loginDialog.js
+@@ -1044,6 +1044,29 @@ var LoginDialog = GObject.registerClass(
      }
  
      _onSessionOpened(client, serviceName) {
 +        if (this._user.get_num_sessions_anywhere() > 1) {
-+            this._authPrompt.setMessage(null,
++            this._authPrompt.setMessage(
 +                _('Sorry, you have to log out a previous session first. 
Multiple logins are not supported.'),
 +                GdmUtil.MessageType.ERROR);
 +            // TODO: The following logic relies on the unverified fact that

Reply via email to