bug#63154: Settings schema 'org.gnome.nm-applet.eap' is not installed

2023-05-08 Thread Maxim Cournoyer
Hi,

Josselin Poiret  writes:

> From: Josselin Poiret 
>
> * gnu/packages/gnome.scm (network-manager-applet): Update to 1.32.0.
> ---
>  gnu/packages/gnome.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index a98f2fbe5a..02186bae96 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -8633,7 +8633,7 @@ (define-public mobile-broadband-provider-info
>  (define-public network-manager-applet
>(package
>  (name "network-manager-applet")
> -(version "1.30.0")
> +(version "1.32.0")
>  (source (origin
>(method url-fetch)
>(uri (string-append 
> "mirror://gnome/sources/network-manager-applet/"
> @@ -8641,7 +8641,7 @@ (define-public network-manager-applet
>"network-manager-applet-" version 
> ".tar.xz"))
>(sha256
> (base32
> -"1lswxfxjfbiknspwli8d65i0bnyfazzcnrqckaw0s44zkm7bh5lm"
> +"0f5sxxi9rywg8mhglcyk3sqmgv5wwl4vxzar56847b852pxazdd2"
>  (build-system meson-build-system)
>  (arguments
>   `(#:glib-or-gtk? #t

The fixes proposed here have been installed.  Thanks!

-- 
Maxim





bug#63154: Settings schema 'org.gnome.nm-applet.eap' is not installed

2023-05-01 Thread Mario Forzanini via Bug reports for GNU Guix

On 4/28/23 8:10 PM, Steven Roose wrote:
Recently did a system upgrade and getting that error now when entering 
password for a new wifi network. It also kills the networkmanager applet.


I experienced a similar issue a month or so ago when trying to connect 
to my university's wifi network, installing libnma solved it.


This recent issue might be related

https://issues.guix.gnu.org/62496

I hope this helps
--
Mario






bug#63154: Settings schema 'org.gnome.nm-applet.eap' is not installed

2023-04-28 Thread Steven Roose
Recently did a system upgrade and getting that error now when entering 
password for a new wifi network. It also kills the networkmanager applet.


Full error:
(nm-applet:2051): GLib-GIO-ERROR **: 19:06:02.763: Settings schema 
'org.gnome.nm-applet.eap' is not installed


Seems related to https://issues.guix.gnu.org/41651 from two years ago.