
Search found 4 matches
- Tue Aug 18, 2009 6:29 am
- Forum: General Help
- Topic: Language of lxpanel/lxappearance/pcmanfm
- Replies: 5
- Views: 6466
Re: Language of lxpanel/lxappearance/pcmanfm
I have compiled the pcmanfm sources by hand now and it works! Thanks for your help but it seems I have to file a bug over at the gentoo bugzilla! Gentoo makes all languages but doesn't installs them. 

- Mon Aug 17, 2009 3:04 pm
- Forum: General Help
- Topic: Language of lxpanel/lxappearance/pcmanfm
- Replies: 5
- Views: 6466
Re: Language of lxpanel/lxappearance/pcmanfm
I use slim, too. My login_cmd is login_cmd exec /bin/bash --login /etx/X11/xinit/xinitrc The xinitrc sets the environment and takes care to launch the right wm (openbox in my case). Openbox starts an autostart.sh script at startup. In this script I launch lxpanel and pcmanfm. I already tried to set ...
- Mon Aug 17, 2009 10:24 am
- Forum: General Help
- Topic: Language of lxpanel/lxappearance/pcmanfm
- Replies: 5
- Views: 6466
Re: Language of lxpanel/lxappearance/pcmanfm
These variables are set globally in my environment.archiebald wrote:Try adding this to your ~/.xinitrcBut I'm using Arch Linux, and don't know if this will work in Gentoo.Code: Select all
export LC_ALL=de_DE.utf8 export LANGUAGE=de_DE.utf8 export LANG=de_DE.utf8
- Mon Aug 17, 2009 9:51 am
- Forum: General Help
- Topic: Language of lxpanel/lxappearance/pcmanfm
- Replies: 5
- Views: 6466
Language of lxpanel/lxappearance/pcmanfm
Hello! I'm using openbox in combination with lxpanel, lxappearance and pcmanfm under Gentoo. All my apps are translated to german. I couldn't manage to achieve this for the lxde apps or pcmanfm. :oops: My language setting: ~# locale LANG=de_DE.utf8 LC_CTYPE="de_DE.utf8" LC_NUMERIC="de...