Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-control-center for
openSUSE:Factory checked in at 2021-11-12 15:59:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
and /work/SRC/openSUSE:Factory/.gnome-control-center.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-control-center"
Fri Nov 12 15:59:03 2021 rev:205 rq:930636 version:41.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2021-11-06 18:17:21.888863868 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-control-center.new.1890/gnome-control-center.changes
2021-11-12 15:59:16.902565396 +0100
@@ -1,0 +2,8 @@
+Wed Nov 10 03:42:53 UTC 2021 - QK ZHU <[email protected]>
+
+- Add gnome-control-center-fix-autologin-shortcut.patch:
+ If we don't add this property for autologin_row, the shortcut to
+ toggle the GtkSwitch won't work (bsc#1191887,
+ glgo#GNOME/gnome-control-center!1084).
+
+-------------------------------------------------------------------
New:
----
gnome-control-center-fix-autologin-shortcut.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.AFtJQT/_old 2021-11-12 15:59:17.498565672 +0100
+++ /var/tmp/diff_new_pack.AFtJQT/_new 2021-11-12 15:59:17.502565674 +0100
@@ -36,6 +36,8 @@
# PATCH-FIX-OPENSUSE gnome-control-center-disable-error-message-for-NM.patch
bsc#989801 [email protected] -- network: Improve the check for whether NM or
wicked is running
Patch0: gnome-control-center-disable-error-message-for-NM.patch
+# PATCH-FIX-UPSTREAM gnome-control-center-fix-autologin-shortcut.patch
glgo#GNOME/gnome-control-center!1084 bsc#1191887 [email protected] -- Make
autologin_switch a activatable_widget
+Patch1: gnome-control-center-fix-autologin-shortcut.patch
### patches for Leap >= 15 plus SLE >= 15, but not TW
# PATCH-FEATURE-SLE gnome-control-center-info-never-use-gnome-software.patch
bsc#999336 [email protected] -- info: Never search for gnome-software as an
option when checking for updates on SLE and Leap 42.2, because we use
gpk-update-viewer.
Patch1001: gnome-control-center-info-never-use-gnome-software.patch
@@ -192,6 +194,7 @@
%setup -q
%patch0 -p1
+%patch1 -p1
# patches for Leap >= 15 plus SLE >= 15, but not TW
%if 0%{?sle_version} >= 150000
%patch1001 -p1
++++++ gnome-control-center-fix-autologin-shortcut.patch ++++++
>From cb4d444ac1b46c3ea92dbb803d02de832ed4a9d9 Mon Sep 17 00:00:00 2001
From: Chingkai Chu <[email protected]>
Date: Wed, 27 Oct 2021 16:52:41 +0800
Subject: [PATCH] user-accounts: Make autologin_switch a activatable_widget
If we don't add this property for autologin_row, the shortcut to
toggle the GtkSwitch won't work.
See: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1501
---
panels/user-accounts/cc-user-panel.ui | 1 +
1 file changed, 1 insertion(+)
diff --git a/panels/user-accounts/cc-user-panel.ui
b/panels/user-accounts/cc-user-panel.ui
index 134a9a39a..060bbaf5d 100644
--- a/panels/user-accounts/cc-user-panel.ui
+++ b/panels/user-accounts/cc-user-panel.ui
@@ -414,6 +414,7 @@
<property
name="visible">True</property>
<property name="title"
translatable="yes">A_utomatic Login</property>
<property
name="use_underline">True</property>
+ <property
name="activatable_widget">autologin_switch</property>
<child>
<object class="GtkSwitch"
id="autologin_switch">
<property
name="visible">True</property>
--
2.33.1