Public bug reported:

Binary package hint: xinit

In line 36 /etc/X11/Xsession.d/20xorg-common_process-args calls "which". This 
will fail for some reason if zsh is used and $1 contains an absolute path:
     STARTUP_FULL_PATH=$(which $1 || true)
Simply changing it to
     STARTUP_FULL_PATH=$(/usr/bin/which $1 || true)
so that no builtin is called made it possible to login with zsh as login shell 
(after applying the workaround for 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=368818).

regards,
felix

** Affects: xinit (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
20xorg-common_process-args doesn't work with zsh
https://launchpad.net/bugs/82903

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to