Re: MATE on gdm

2019-04-03 Thread Guy fleury
Hello ludo,

Merci beaucoup.ça marche bien maintenant!
Le 3 avr. 2019 18:28, "Ludovic Courtès"  a écrit :

> Bonjour Guy,
>
> Guy fleury  skribis:
>
> > Comme je l'ai dit plus haut lorsque je suis dans l'interface de gdm je
> > click donc mon compte pour entrer mon mot de passe et je suis rediriger
> sur
> > cette page(voir la photo attacher).
> >
> > J'ai testé gnome ça marche très bien.
>
> Donc tu arrives à te connecter quand tu choisis GNOME, mais pas quand tu
> choisis MATE, c’est ça ?
>
> La capture d’écran montre :
>
>   Authentication is needed to run
>   /gnu/store/…-xf86-video-intel…/libexec/xf86-video-intel-backlight-helper
>   as the super user
>
> et ensuite demande un mot de passe.
>
> J’ai poussé un correctif à l’instant (commit
> bfac63667552898b32821c0f0fae1256f5bcab0c).  Avant ça GDM était incapable
> de lancer MATE (j’ai testé dans une MV).  Ça n’a pas l’air d’être lié au
> problème que tu décris, mais peut-être peux tu reconfigurer et essayer ?
>
> À+,
> Ludo’.
>


Re: MATE on gdm

2019-04-03 Thread Ludovic Courtès
Bonjour Guy,

Guy fleury  skribis:

> Comme je l'ai dit plus haut lorsque je suis dans l'interface de gdm je
> click donc mon compte pour entrer mon mot de passe et je suis rediriger sur
> cette page(voir la photo attacher).
>
> J'ai testé gnome ça marche très bien.

Donc tu arrives à te connecter quand tu choisis GNOME, mais pas quand tu
choisis MATE, c’est ça ?

La capture d’écran montre :

  Authentication is needed to run
  /gnu/store/…-xf86-video-intel…/libexec/xf86-video-intel-backlight-helper
  as the super user

et ensuite demande un mot de passe.

J’ai poussé un correctif à l’instant (commit
bfac63667552898b32821c0f0fae1256f5bcab0c).  Avant ça GDM était incapable
de lancer MATE (j’ai testé dans une MV).  Ça n’a pas l’air d’être lié au
problème que tu décris, mais peut-être peux tu reconfigurer et essayer ?

À+,
Ludo’.



Re: MATE on gdm

2019-04-01 Thread Ludovic Courtès
Hello Guy,

(Note that you can get answers in a number of different languages on
this list: .  Do not
hesitate to ask questions in your native language!)

Guy fleury  skribis:

> i'm trying to build this attached system config with both gnome desktop and 
> mate desktop(i changed nothing except where are gnome to mate). At the end I 
> get this error:
> ==
> To complete the upgrade, run 'herd restart SERVICE' to stop,
> upgrade, and restart each service that was not automatically restarted.
> shepherd: Evaluating user expression (let* ((services (map primitive-load 
> (?))) # ?) ?).
> guix system: error: exception caught while executing 'start' on service 
> 'user-homes':
> Throw to key `match-error' with args `("match" "no matching pattern" 
> "#< name: \"root\" password: \"\" uid: 0 group: \"root\" 
> supplementary-groups: () comment: \"System administrator\"
> home-directory: # create-home-directory?: #t 
> shell: \"/gnu/store/qn1ax1fkj16x280m1rv7mcimfmn9l2pf-bash-4.4.23/bin/bash\" 
> system?: #f>")'.
> bootloader successfully installed on '/dev/sda'
> ===
> but i continue with "guix system reconfigure"

Yes, there error above is harmless; it occurs when upgrading from a
relatively old Guix.

> * or the recent use of gdm doesn't yet be tested for mate(someone to test?)

I don’t think we explicitly tested GDM with MATE, but it should work.
What problems did you have with MATE specifically?

Note that it’s usually easier to test these things in a VM, with ‘guix
system vm’.

Thanks,
Ludo’.