GNU bug report logs -
#35308
GDM refuses to log into Gnome on Debian 9 or 10
Previous Next
Full log
Message #17 received at 35308 <at> debbugs.gnu.org (full text, mbox):
zimoun <zimon.toutoune <at> gmail.com> writes:
> Could you indicate me which configuration files I need to tweak?
> My Guix stuff are in ~/.bash_profile.
I use ~/.profile, as ~/.bash_profile is not sourced in Wayland, IIRC.
But there's nothing fancy in there, just a few exports, e.g.,
export GUIX_PACKAGE_PATH="$HOME/dev/guix-packages"
export SSL_CERT_DIR="$GUIX_PROFILE/etc/ssl/certs"
export SSL_CERT_FILE="$SSL_CERT_DIR/ca-certificates.crt"
and the two unset directives mentioned in the bug report:
unset GI_TYPELIB_PATH
unset XDG_DATA_DIRS
> I do no use XDG (yet) and I have only tried to add export
> XDG_DATA_DIRS with ~/.profile only. I have a guest account which log
> by default to Gnome but I have noticed an issue.
Interestingly, I bisected my packages to the rather minimal:
(specifications->manifest '("python-matplotlib"))
With a profile containing just this single package, I cannot go past GDM
if I don't unset the two environment variables above.
I assume there is something fishy in this package, or, more probably, in
its propagated inputs. WDYT?
This bug report was last modified 164 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.