Bugzilla – Bug 113819
xfce4 starts xterm without -ls (no login shell)
Last modified: 2005-08-30 12:20:25 UTC
using xfce4, xterms don't start as login shell, so /etc/profile doesn't get read. i'm using the following patch for now: --- /usr/bin/xfterm4~ 2005-03-22 20:58:02.000000000 +0100 +++ /usr/bin/xfterm4 2005-08-28 19:54:35.583438750 +0200 @@ -3,7 +3,7 @@ # more compatible with applications such as gnome-terminal if [ "x$TERMCMD" = "x" ]; then - TERMCMD=xterm + TERMCMD="xterm -ls" fi if [ "$1" = "-e" ]; then
Most people would consider that change to be a bug.
I think it shouldn't start a login shell