You are not logged in.

#1 2008-05-05 17:52:11

Obi-Lan
Member
From: Finland
Registered: 2007-05-23
Posts: 179

slim+openbox=weird charset problems

If I login trough GDM, openbox works fine.

If I login trough Slim, charset gets messed up, gnome-terminal claims that current charset is ANSI_X3.4-1968, not UTF-8. urxvt doens't work right either and some Finnish letters are missing but otherwise I keyboard works correctly?

I use Slim to run ~/.xinitrc :

#!/usr/bin/env bash

xsetroot -solid black &
exec openbox-session

I have also some locale settings in ~/.bashrc

export LANG="fi_FI.utf8"
export LC_ALL="fi_FI.utf8"
export LC_CTYPE="fi_FI.utf8"
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '

Locale output is same no matter if I login trough Slim of GDM:

]$ locale
LANG=fi_FI.utf8
LC_CTYPE="fi_FI.utf8"
LC_NUMERIC="fi_FI.utf8"
LC_TIME="fi_FI.utf8"
LC_COLLATE="fi_FI.utf8"
LC_MONETARY="fi_FI.utf8"
LC_MESSAGES="fi_FI.utf8"
LC_PAPER="fi_FI.utf8"
LC_NAME="fi_FI.utf8"
LC_ADDRESS="fi_FI.utf8"
LC_TELEPHONE="fi_FI.utf8"
LC_MEASUREMENT="fi_FI.utf8"
LC_IDENTIFICATION="fi_FI.utf8"
LC_ALL=fi_FI.utf8

Any ideas? This is pretty weird problem.

Offline

Board footer

Powered by FluxBB