Bug#904698: sddm fails to login with user shell fish and bash completion installed

2018-07-27 Thread Maximiliano Curia
Control: tag -1 + pending ¡Hola Alf! El 2018-07-26 a las 22:16 +0200, Alf Gaida escribió: Package: sddm Version: 0.18.0-1 Severity: normal fish has some problems with the newly introduced sourcing of /etc/profile - esp an installed bash-completion and /etc/profile.d/bash_completion.sh

Processed: Re: Bug#904698: sddm fails to login with user shell fish and bash completion installed

2018-07-27 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + pending Bug #904698 [sddm] sddm fails to login with user shell fish and bash completion installed Added tag(s) pending. -- 904698: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904698 Debian Bug Tracking System Contact ow...@bugs.debian.org with

Bug#904698: sddm fails to login with user shell fish and bash completion installed

2018-07-26 Thread Alf Gaida
diff --git a/data/scripts/Xsession b/data/scripts/Xsession index c7fa214..c29611b 100755 --- a/data/scripts/Xsession +++ b/data/scripts/Xsession @@ -10,13 +10,13 @@ case $SHELL in */bash) [ -z "$BASH" ] && exec $SHELL $0 "$@" set +o posix -[ -f /etc/profile ] && . /etc/profile +

Bug#904698: sddm fails to login with user shell fish and bash completion installed

2018-07-26 Thread Alf Gaida
Package: sddm Version: 0.18.0-1 Severity: normal Hi, fish has some problems with the newly introduced sourcing of /etc/profile - esp an installed bash-completion and /etc/profile.d/bash_completion.sh A patch to make sourcing of files more fault tolerant for all shells is attached. Greetz Alf