Accepting request 955513 from home:xiaoguang_wang:branches:GNOME:Factory
- Add gnome-shell-fix-NMDevice-get-path.patch: Fix the NMDevice get_path is null(bsc#1176553 glgo#GNOME/gnome-shell#4565). OBS-URL: https://build.opensuse.org/request/show/955513 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=499
This commit is contained in:
parent
4fb4849a29
commit
dade657ec2
13
gnome-shell-fix-NMDevice-get-path.patch
Normal file
13
gnome-shell-fix-NMDevice-get-path.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: gnome-shell-41.4/js/ui/status/network.js
|
||||
===================================================================
|
||||
--- gnome-shell-41.4.orig/js/ui/status/network.js
|
||||
+++ gnome-shell-41.4/js/ui/status/network.js
|
||||
@@ -1001,7 +1001,7 @@ class NMWirelessDialog extends ModalDial
|
||||
// 802.1x-enabled APs require further configuration, so they're
|
||||
// handled in gnome-control-center
|
||||
launchSettingsPanel('wifi', 'connect-8021x-wifi',
|
||||
- this._device.get_path(), accessPoints[0].get_path());
|
||||
+ NM.Object.prototype.get_path.call(this._device), accessPoints[0].get_path());
|
||||
} else {
|
||||
let connection = new NM.SimpleConnection();
|
||||
if (this._privateConnections) {
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 02:01:38 UTC 2022 - Xiaoguang Wang <xiaoguang.wang@suse.com>
|
||||
|
||||
- Add gnome-shell-fix-NMDevice-get-path.patch: Fix the NMDevice
|
||||
get_path is null(bsc#1176553 glgo#GNOME/gnome-shell#4565).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 20:19:08 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -51,6 +51,8 @@ Patch7: gnome-shell-executable-path-not-absolute.patch
|
||||
Patch8: gnome-shell-exit-crash-workaround.patch
|
||||
# PATCH-FIX-UPSTREAM 2078.patch -- Fix build with meson 0.61 and newer
|
||||
Patch9: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2078.patch
|
||||
# PATCH-FIX-UPSTREAM gnome-shell-fix-NMDevice-get-path.patch bsc#1176553 glgo#GNOME/gnome-shell#4565 xwang@suse.com -- Fix NMDevice get path fail
|
||||
Patch10: gnome-shell-fix-NMDevice-get-path.patch
|
||||
|
||||
## NOTE: Keep SLE-only patches at bottom (starting on 1000).
|
||||
# PATCH-FEATURE-SLE gnome-shell-gdm-login-applet.patch fate#314545 dliang@suse.com -- Add an applet on login UI to display suse icon, product name, hostname.
|
||||
@ -190,6 +192,7 @@ This package contains an optional extensions app for managing GNOME Shell extens
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
|
||||
%if 0%{?sle_version}
|
||||
%patch1001 -p1
|
||||
|
Loading…
x
Reference in New Issue
Block a user