You are not logged in.
If you use Polish language in kde and you use zsh instead of bash, you'll have problem with polish diacritic characters. They won't display. Also sorting in apps using qt will be bad (things with big letter will be first - we don't need it).
The solutions is simple:
Open /opt/kde/share/config/kdm/Xsession and add last line:
*/zsh)
[ -z "$ZSH_NAME" ] && exec $SHELL $0 "$@"
emulate -R zsh
[ -d /etc/zsh ] && zdir=/etc/zsh || zdir=/etc
zhome=${ZDOTDIR:-$HOME}
# zshenv is always sourced automatically.
[ -f $zdir/zprofile ] && . $zdir/zprofile
[ -f $zhome/.zprofile ] && . $zhome/.zprofile
[ -f $zdir/zlogin ] && . $zdir/zlogin
[ -f $zhome/.zlogin ] && . $zhome/.zlogin
[ -f $HOME/.zshrc ] && . $HOME/.zshrc
;;I think that it should be include in next release of kde, or kdebase should be recompilled with this change.
Gnome - The weakest link!
Linux, *not* GNU/Linux!
Offline
3.3.2-4 has been released and problem hasn't been fixed yet...
Gnome - The weakest link!
Linux, *not* GNU/Linux!
Offline
please add this to the bugtracker
devs read more bugtracker than forum ![]()
Offline
i'll wait for a more important bug to release a new kdebase
please make a bug report that reminds me on tht issue
i'll post a bugreport at kde.org
that this is fixed in next releases without having to patch this file everytime
Offline
now a bug at:
http://bugs.kde.org/show_bug.cgi?id=96426
Offline
it's not a bug in kde.
it's a zsh bug, i have done a bug entry in arch's bugtracker.
zsh needs some extra files in /etc
Offline
OK, but my solution works good ![]()
If it's zsh bug, please fix it :]
Gnome - The weakest link!
Linux, *not* GNU/Linux!
Offline
i'm not the zsh maintainer
sorry about that. my time is limited at the moment so i can't have a look at that.
Offline