Accepting request 629998 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/629998 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=170
This commit is contained in:
commit
2a5cadd1b2
15
gnome-control-center-remove-implicit-language-setting.patch
Normal file
15
gnome-control-center-remove-implicit-language-setting.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Index: gnome-control-center-3.28.2/panels/user-accounts/um-user-panel.c
|
||||||
|
===================================================================
|
||||||
|
--- gnome-control-center-3.28.2.orig/panels/user-accounts/um-user-panel.c
|
||||||
|
+++ gnome-control-center-3.28.2/panels/user-accounts/um-user-panel.c
|
||||||
|
@@ -840,10 +840,6 @@ show_user (ActUser *user, CcUserPanelPri
|
||||||
|
|
||||||
|
name = NULL;
|
||||||
|
lang = g_strdup (act_user_get_language (user));
|
||||||
|
- if ((!lang || *lang == '\0') && act_user_get_uid (user) == getuid ()) {
|
||||||
|
- lang = cc_common_language_get_current_language ();
|
||||||
|
- act_user_set_language (user, lang);
|
||||||
|
- }
|
||||||
|
|
||||||
|
if (lang && *lang != '\0') {
|
||||||
|
name = gnome_get_language_from_locale (lang, NULL);
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 17 01:08:50 UTC 2018 - yfjiang@suse.com
|
||||||
|
|
||||||
|
- Add gnome-control-center-remove-implicit-language-setting.patch:
|
||||||
|
user-accounts: remove implicit language setting when a new user
|
||||||
|
navigating the user panel at the first time (bsc#1078968, commit
|
||||||
|
a1066a2).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 23 10:31:30 UTC 2018 - dimstar@opensuse.org
|
Mon Jul 23 10:31:30 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -42,6 +42,8 @@ Patch1: control-center-network-add-domain-suffix-match.patch
|
|||||||
Patch2: control-center-ignore-unmanaged-wifi-devices.patch
|
Patch2: control-center-ignore-unmanaged-wifi-devices.patch
|
||||||
# PATCH-FIX-UPSTREAM gcc-user-accounts-Force-symlink-creation.patch -- user-accounts: Force symlink creation
|
# PATCH-FIX-UPSTREAM gcc-user-accounts-Force-symlink-creation.patch -- user-accounts: Force symlink creation
|
||||||
Patch3: gcc-user-accounts-Force-symlink-creation.patch
|
Patch3: gcc-user-accounts-Force-symlink-creation.patch
|
||||||
|
# PATCH-FIX-UPSTREAM gnome-control-center-remove-implicit-language-setting.patch bsc#1078968 yfjiang@suse.com -- user-accounts: remove implicit language setting when a new user navigating the user panel at the first time (commit a1066a2)
|
||||||
|
Patch4: gnome-control-center-remove-implicit-language-setting.patch
|
||||||
### patches for Leap >= 15 plus SLE >= 15, but not TW
|
### patches for Leap >= 15 plus SLE >= 15, but not TW
|
||||||
# PATCH-FEATURE-SLE gnome-control-center-info-never-use-gnome-software.patch bsc#999336 fezhang@suse.com -- 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.
|
# PATCH-FEATURE-SLE gnome-control-center-info-never-use-gnome-software.patch bsc#999336 fezhang@suse.com -- 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
|
Patch1001: gnome-control-center-info-never-use-gnome-software.patch
|
||||||
@ -184,6 +186,7 @@ GNOME control center.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
%patch4 -p1
|
||||||
translation-update-upstream po gnome-control-center-2.0
|
translation-update-upstream po gnome-control-center-2.0
|
||||||
|
|
||||||
# patches for Leap >= 15 plus SLE >= 15, but not TW
|
# patches for Leap >= 15 plus SLE >= 15, but not TW
|
||||||
|
Loading…
Reference in New Issue
Block a user