Re: glib-networking not found by Gnome ?

2021-02-22 Thread Jérémy Korwin-Zmijowski
Le lundi 22 février 2021 à 15:59 +0100, Pierre Neidhardt a écrit :
> What's in the etc/profile of your profile?
> 
> It should have something like
> 
> --8<---cut here---start->8---
> export GIO_EXTRA_MODULES=\
> "${GUIX_PROFILE:-/gnu/store/2amj32ic81b9inf32a88y8gg5y7019wx-
> profile}/lib/gio/modules${GIO_EXTRA_MODULES:+:}$GIO_EXTRA_MODULES"
> --8<---cut here---end--->8---

Looks like it's here :

   $ cat ~/.guix-profile/etc/profile | grep GIO
   export GIO_EXTRA_MODULES="${GUIX_PROFILE:-
   /gnu/store/z2d3rjsa97y2wh9amzhr577yi6snvv9d-
   profile}/lib/gio/modules${GIO_EXTRA_MODULES:+:}$GIO_EXTRA_MODULES"

> Maybe try to install gsettings-desktop-schemas, see if that helps.

Still not OK, even after a reboot.




Re: glib-networking not found by Gnome ?

2021-02-22 Thread Jérémy Korwin-Zmijowski
Hello Pierre,

Thank you for your help.

Despite the several package conflicts I had (meld, polari, gnucash) when 
installing glib, it didn't fix the issue. I still have the pop up with the 
error message.

Do I have to install glib as root maybe ?

Jérémy

Le 22 février 2021 08:24:42 GMT+01:00, Pierre Neidhardt  a 
écrit :
>Hi Jérémy,
>
>You need to install glib as well :)
>It should add a GIO_EXTRA_MODULES entry in the etc/profile.
>
>Cheers!
>
>-- 
>Pierre Neidhardt
>https://ambrevar.xyz/

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma 
brièveté.


Re: glib-networking not found by Gnome ?

2021-02-21 Thread Pierre Neidhardt
Hi Jérémy,

You need to install glib as well :)
It should add a GIO_EXTRA_MODULES entry in the etc/profile.

Cheers!

-- 
Pierre Neidhardt
https://ambrevar.xyz/


signature.asc
Description: PGP signature


glib-networking not found by Gnome ?

2021-02-21 Thread Jérémy Korwin-Zmijowski
Hello Guixters !

I want to use the Gnome feature to synchronize data from/to a NextCloud
account.

So I filled the required fields (server, username, password) in Gnome
parameters.

Then in Nautilus, I tried to open the remote file system which is
listed in the list of the left but all I got is this pop-up saying :

"TLS/SSL support not available : Install glib-networking"

OK let's install glib-networking, reboot, but still the pop-up spawns.

Looking for informations online, I read it can be because some libs are
not in the expected path. Maybe something related to GIO_EXTRA_MODULES
?

Anyone had this issue and hopefully solved it ?

Cheers,
Jérémy