10th Apr, 2013, 03:48 AM
Hi all,
I have an issue, which could be really easy to solve, but I don't want to make any damage to my nicely working xBian.
Yesterday I have installed an Arabic add-on to my xBian 1a5 and when I wanted to use it, its menu content was empty, although I still could scroll up and down, and run shows from it.
I assume that my distribution is missing support for Arabic characters.
How can I install or enable this support?
I want to keep my xBian UI english.
Thanks.
An output from my xBian
xbian@xbian ~ $ locale -a
C
C.UTF-8
POSIX
en_GB.utf8
xbian@xbian ~ $ cat /etc/profile
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
if [ "`id -u`" -eq 0 ]; then
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else
PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
fi
echo -ne '\e%G\e[?47h\e%G\e[?47l'
export PATH
export LANG=C.UTF-8
export LC_ALL=C.UTF-8
export LANGUAGE=C.UTF-8
if [ "$PS1" ]; then
if [ "$BASH" ] && [ "$BASH" != "/bin/sh" ]; then
# The file bash.bashrc already sets the default PS1.
# PS1=h:w$
if [ -f /etc/bash.bashrc ]; then
. /etc/bash.bashrc
fi
else
if [ "`id -u`" -eq 0 ]; then
PS1=#
else
PS1=$
fi
fi
fi
# The default umask is now handled by pam_umask.
# See pam_umask(8) and /etc/login.defs.
if [ -d /etc/profile.d ]; then
for i in /etc/profile.d/*.sh; do
if [ -r $i ]; then
. $i
fi
done
unset i
fi
Update:
I have tried the
command, but it doesn't work for me.
I have an issue, which could be really easy to solve, but I don't want to make any damage to my nicely working xBian.
Yesterday I have installed an Arabic add-on to my xBian 1a5 and when I wanted to use it, its menu content was empty, although I still could scroll up and down, and run shows from it.
I assume that my distribution is missing support for Arabic characters.
How can I install or enable this support?
I want to keep my xBian UI english.
Thanks.
An output from my xBian
Terminal
xbian@xbian ~ $ locale -a
C
C.UTF-8
POSIX
en_GB.utf8
xbian@xbian ~ $ cat /etc/profile
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
if [ "`id -u`" -eq 0 ]; then
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
else
PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
fi
echo -ne '\e%G\e[?47h\e%G\e[?47l'
export PATH
export LANG=C.UTF-8
export LC_ALL=C.UTF-8
export LANGUAGE=C.UTF-8
if [ "$PS1" ]; then
if [ "$BASH" ] && [ "$BASH" != "/bin/sh" ]; then
# The file bash.bashrc already sets the default PS1.
# PS1=h:w$
if [ -f /etc/bash.bashrc ]; then
. /etc/bash.bashrc
fi
else
if [ "`id -u`" -eq 0 ]; then
PS1=#
else
PS1=$
fi
fi
fi
# The default umask is now handled by pam_umask.
# See pam_umask(8) and /etc/login.defs.
if [ -d /etc/profile.d ]; then
for i in /etc/profile.d/*.sh; do
if [ -r $i ]; then
. $i
fi
done
unset i
fi
Update:
I have tried the
Code:
xbian-config locales select