Solved: Can not see the content of Arabic add-ons
|
10th Apr, 2013, 03:48 AM
Post: #1
|
|||
|
|||
Can not see the content of Arabic add-ons
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 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 |
|||
12th Apr, 2013, 04:11 AM
Post: #2
|
|||
|
|||
RE: Can not see the content of Arabic add-ons
Guys, any idea?
I think that a solution should work on any language. Forget that it is Arabis. I need to add an additional language (characters set) support to my xbian. Thanks |
|||
12th Apr, 2013, 03:54 PM
Post: #3
|
|||
|
|||
Re: Can not see the content of Arabic add-ons | |||
12th Apr, 2013, 03:56 PM
Post: #4
|
|||
|
|||
Re: Can not see the content of Arabic add-ons
@starous: you can speed it up by reporting the issue at our GIT
|
|||
14th Apr, 2013, 07:26 PM
Post: #5
|
|||
|
|||
RE: Can not see the content of Arabic add-ons
Guys, I've just found a solution for my problem.
I've changed the display font to Ariel based and it helped. Thanks ;-) |
|||
« Next Oldest | Next Newest »
|