* bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed
@ 2020-06-01 18:20 Pierre Neidhardt
[not found] ` <handler.41651.B.159103561314867.ack@debbugs.gnu.org>
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Pierre Neidhardt @ 2020-06-01 18:20 UTC (permalink / raw)
To: 41651
[-- Attachment #1: Type: text/plain, Size: 455 bytes --]
Guix commit e7b86a0d88760275afefa0c44a3c30602f80aac0
--8<---------------cut here---------------start------------->8---
$ nm-applet
(nm-applet:28022): GLib-GIO-ERROR **: 20:18:12.633: Settings schema 'org.gnome.nm-applet' is not installed
trace/breakpoint trap
--8<---------------cut here---------------end--------------->8---
It used to work on commit afc46f22672eb3218fbd1e567f85fc6367286461.
--
Pierre Neidhardt
https://ambrevar.xyz/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#41651: Acknowledgement (nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed)
[not found] ` <handler.41651.B.159103561314867.ack@debbugs.gnu.org>
@ 2020-06-02 13:24 ` Pierre Neidhardt
0 siblings, 0 replies; 8+ messages in thread
From: Pierre Neidhardt @ 2020-06-02 13:24 UTC (permalink / raw)
To: 41651
[-- Attachment #1: Type: text/plain, Size: 96 bytes --]
Forgot to mention that I'm on EXWM, not GNOME.
--
Pierre Neidhardt
https://ambrevar.xyz/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed
2020-06-01 18:20 bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed Pierre Neidhardt
[not found] ` <handler.41651.B.159103561314867.ack@debbugs.gnu.org>
@ 2020-06-02 14:48 ` Diego Nicola Barbato
2020-06-02 15:51 ` Pierre Neidhardt
2020-06-02 18:38 ` bug#41651: [PATCH] gnu: network-manager-applet: Propagate 'libnma' Brice Waegeneire
2020-06-02 19:32 ` bug#41651: [PATCH v2] " Brice Waegeneire
3 siblings, 1 reply; 8+ messages in thread
From: Diego Nicola Barbato @ 2020-06-02 14:48 UTC (permalink / raw)
To: Pierre Neidhardt; +Cc: 41651
Hi,
Pierre Neidhardt <mail@ambrevar.xyz> writes:
> Guix commit e7b86a0d88760275afefa0c44a3c30602f80aac0
>
> $ nm-applet
>
> (nm-applet:28022): GLib-GIO-ERROR **: 20:18:12.633: Settings schema 'org.gnome.nm-applet' is not installed
> trace/breakpoint trap
>
> It used to work on commit afc46f22672eb3218fbd1e567f85fc6367286461.
I have the same problem (on EXWM as well). It looks like this was
introduced by commit 4c29111232c44c84908922442abd1cd83ddc7686
(gnu: network-manager-applet: Update to 1.16.0.). The last known good
commit is 9af90aafdfd8afd5fb7b5377ca5daf2215d38d7a (nm-applet doesn't
build between those two commits).
I was able to work around this by installing libnma in my user profile.
Regards,
Diego
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed
2020-06-02 14:48 ` bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed Diego Nicola Barbato
@ 2020-06-02 15:51 ` Pierre Neidhardt
0 siblings, 0 replies; 8+ messages in thread
From: Pierre Neidhardt @ 2020-06-02 15:51 UTC (permalink / raw)
To: Diego Nicola Barbato; +Cc: 41651
[-- Attachment #1: Type: text/plain, Size: 52 bytes --]
It works indeed, thanks.
We need to fix nm-applet.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#41651: [PATCH] gnu: network-manager-applet: Propagate 'libnma'.
2020-06-01 18:20 bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed Pierre Neidhardt
[not found] ` <handler.41651.B.159103561314867.ack@debbugs.gnu.org>
2020-06-02 14:48 ` bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed Diego Nicola Barbato
@ 2020-06-02 18:38 ` Brice Waegeneire
2020-06-02 19:12 ` Efraim Flashner
2020-06-02 19:32 ` bug#41651: [PATCH v2] " Brice Waegeneire
3 siblings, 1 reply; 8+ messages in thread
From: Brice Waegeneire @ 2020-06-02 18:38 UTC (permalink / raw)
To: 41651
Fixes <https://issues.guix.info/41653>.
* gnu/packages/gnome.scm (network-manager-applet)[inputs]: Move 'libnma'
to …
[native-inputs]: … here.
---
Sorry for the crappy patchset. This patch should solve that issue.
gnu/packages/gnome.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0d63579d4a..860b5223b8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6730,13 +6730,14 @@ Cisco's AnyConnect SSL VPN.")
("gtk-doc" ,gtk-doc)
("pkg-config" ,pkg-config)))
(propagated-inputs
- ;; libnm-gtk.pc refers to all these.
- `(("dbus-glib" ,dbus-glib)
+ `(;; libnm-gtk.pc refers to all these.
+ ("dbus-glib" ,dbus-glib)
("gtk+" ,gtk+)
- ("network-manager" ,network-manager)))
+ ("network-manager" ,network-manager)
+ ;; nm-applet need org.gnome.nm-applet.gschema.xml
+ ("libnma" ,libnma)))
(inputs
`(("gcr" ,gcr)
- ("libnma" ,libnma)
("libgudev" ,libgudev)
("libnotify" ,libnotify)
("libsecret" ,libsecret)
--
2.26.2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* bug#41651: [PATCH] gnu: network-manager-applet: Propagate 'libnma'.
2020-06-02 18:38 ` bug#41651: [PATCH] gnu: network-manager-applet: Propagate 'libnma' Brice Waegeneire
@ 2020-06-02 19:12 ` Efraim Flashner
0 siblings, 0 replies; 8+ messages in thread
From: Efraim Flashner @ 2020-06-02 19:12 UTC (permalink / raw)
To: Brice Waegeneire; +Cc: 41651
[-- Attachment #1: Type: text/plain, Size: 1578 bytes --]
On Tue, Jun 02, 2020 at 08:38:14PM +0200, Brice Waegeneire wrote:
> Fixes <https://issues.guix.info/41653>.
>
> * gnu/packages/gnome.scm (network-manager-applet)[inputs]: Move 'libnma'
> to …
> [native-inputs]: … here.
I think you mean propagated
> ---
>
> Sorry for the crappy patchset. This patch should solve that issue.
>
>
> gnu/packages/gnome.scm | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 0d63579d4a..860b5223b8 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -6730,13 +6730,14 @@ Cisco's AnyConnect SSL VPN.")
> ("gtk-doc" ,gtk-doc)
> ("pkg-config" ,pkg-config)))
> (propagated-inputs
> - ;; libnm-gtk.pc refers to all these.
> - `(("dbus-glib" ,dbus-glib)
> + `(;; libnm-gtk.pc refers to all these.
> + ("dbus-glib" ,dbus-glib)
> ("gtk+" ,gtk+)
> - ("network-manager" ,network-manager)))
> + ("network-manager" ,network-manager)
> + ;; nm-applet need org.gnome.nm-applet.gschema.xml
> + ("libnma" ,libnma)))
> (inputs
> `(("gcr" ,gcr)
> - ("libnma" ,libnma)
> ("libgudev" ,libgudev)
> ("libnotify" ,libnotify)
> ("libsecret" ,libsecret)
> --
> 2.26.2
>
>
>
>
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#41651: [PATCH v2] gnu: network-manager-applet: Propagate 'libnma'.
2020-06-01 18:20 bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed Pierre Neidhardt
` (2 preceding siblings ...)
2020-06-02 18:38 ` bug#41651: [PATCH] gnu: network-manager-applet: Propagate 'libnma' Brice Waegeneire
@ 2020-06-02 19:32 ` Brice Waegeneire
2020-06-04 14:00 ` Efraim Flashner
3 siblings, 1 reply; 8+ messages in thread
From: Brice Waegeneire @ 2020-06-02 19:32 UTC (permalink / raw)
To: 41651
Fixes <https://issues.guix.info/41653>.
* gnu/packages/gnome.scm (network-manager-applet)[inputs]: Move 'libnma'
to …
[propagated-inputs]: … here.
---
On 2020-06-02 19:12, Efraim Flashner wrote:
> On Tue, Jun 02, 2020 at 08:38:14PM +0200, Brice Waegeneire wrote:
>> Fixes <https://issues.guix.info/41653>.
>>
>> * gnu/packages/gnome.scm (network-manager-applet)[inputs]: Move 'libnma'
>> to …
>> [native-inputs]: … here.
>
> I think you mean propagated
Yes, tank you Efraim, it's fixed in this version.
gnu/packages/gnome.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0d63579d4a..860b5223b8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6730,13 +6730,14 @@ Cisco's AnyConnect SSL VPN.")
("gtk-doc" ,gtk-doc)
("pkg-config" ,pkg-config)))
(propagated-inputs
- ;; libnm-gtk.pc refers to all these.
- `(("dbus-glib" ,dbus-glib)
+ `(;; libnm-gtk.pc refers to all these.
+ ("dbus-glib" ,dbus-glib)
("gtk+" ,gtk+)
- ("network-manager" ,network-manager)))
+ ("network-manager" ,network-manager)
+ ;; nm-applet need org.gnome.nm-applet.gschema.xml
+ ("libnma" ,libnma)))
(inputs
`(("gcr" ,gcr)
- ("libnma" ,libnma)
("libgudev" ,libgudev)
("libnotify" ,libnotify)
("libsecret" ,libsecret)
--
2.26.2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* bug#41651: [PATCH v2] gnu: network-manager-applet: Propagate 'libnma'.
2020-06-02 19:32 ` bug#41651: [PATCH v2] " Brice Waegeneire
@ 2020-06-04 14:00 ` Efraim Flashner
0 siblings, 0 replies; 8+ messages in thread
From: Efraim Flashner @ 2020-06-04 14:00 UTC (permalink / raw)
To: Brice Waegeneire; +Cc: 41651-done
[-- Attachment #1: Type: text/plain, Size: 238 bytes --]
Thanks! Patch pushed.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2020-06-04 14:02 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-01 18:20 bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed Pierre Neidhardt
[not found] ` <handler.41651.B.159103561314867.ack@debbugs.gnu.org>
2020-06-02 13:24 ` bug#41651: Acknowledgement (nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed) Pierre Neidhardt
2020-06-02 14:48 ` bug#41651: nm-applet fails: Settings schema 'org.gnome.nm-applet' is not installed Diego Nicola Barbato
2020-06-02 15:51 ` Pierre Neidhardt
2020-06-02 18:38 ` bug#41651: [PATCH] gnu: network-manager-applet: Propagate 'libnma' Brice Waegeneire
2020-06-02 19:12 ` Efraim Flashner
2020-06-02 19:32 ` bug#41651: [PATCH v2] " Brice Waegeneire
2020-06-04 14:00 ` Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).