You are not logged in.

#1 2005-01-02 20:49:53

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

kde, zsh - problems when you use polish language

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

#2 2005-01-05 12:11:08

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

Re: kde, zsh - problems when you use polish language

3.3.2-4 has been released and problem hasn't been fixed yet...


Gnome - The weakest link!
Linux, *not* GNU/Linux!

Offline

#3 2005-01-06 09:15:39

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,331

Re: kde, zsh - problems when you use polish language

please add this to the bugtracker
devs read more bugtracker than forum smile

Offline

#4 2005-01-06 09:51:21

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,331

Re: kde, zsh - problems when you use polish language

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

#5 2005-01-06 10:06:28

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,331

Re: kde, zsh - problems when you use polish language

Offline

#6 2005-01-17 07:13:19

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,331

Re: kde, zsh - problems when you use polish language

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

#7 2005-01-27 22:51:28

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

Re: kde, zsh - problems when you use polish language

OK, but my solution works good wink

If it's zsh bug, please fix it :]


Gnome - The weakest link!
Linux, *not* GNU/Linux!

Offline

#8 2005-01-28 15:27:38

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,331

Re: kde, zsh - problems when you use polish language

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

Board footer

Powered by FluxBB