LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Fluxbox error /usr/share/fluxbox/nls/en_GB/fluxbox.cat (https://www.linuxquestions.org/questions/debian-26/fluxbox-error-usr-share-fluxbox-nls-en_gb-fluxbox-cat-397352/)

humbletech99 12-28-2005 05:58 PM

Fluxbox error /usr/share/fluxbox/nls/en_GB/fluxbox.cat
 
Hi,
I'm using fluxbox on Debian and have an error when I type the follwoing:
Code:

fbsetroot options...
I get the error:

Code:

Warning: Failed to open file(/usr/share/fluxbox/nls/en_GB/fluxbox.cat)
for translation, using default messages.

In my filesystem, this doesn't exist, as shown by my ls below:
Code:

ls /usr/share/fluxbox/nls/
be_BY/ cs_CZ/ el_GR/ fr_FR/ ko_KR/ pl_PL/ ru_RU/ tr_TR/
bg_BG/ da_DK/ es_ES/ it_IT/ lv_LV/ pt_BR/ sl_SI/ uk_UA/
C/    de_DE/ et_EE/ ja_JP/ nl_NL/ pt_PT/ sv_SE/ vi_VN/

Does anybody know how I can fix this?

comprookie2000 12-28-2005 08:11 PM

See if this helps;
http://www.linuxquestions.org/questi...d.php?t=328616
you could try
mkdir /usr/share/fluxbox/nls/en_GB
ln -s /usr/share/fluxbox/nls/C/fluxbox.cat /usr/share/fluxbox/nls/en_GB
If it doesn't help just remove it. I don't think the error hurts anything, I had it on debian but not gentoo or slackware

humbletech99 12-29-2005 10:16 AM

thanks for the reply, this is the sort of cheat I usually do, didn't think of doing this since I wasn't sure. done that and it seems to sort it, someone in the other thread suggested cp -R the C dir to the one required, which amounts to the same result.

Is there any way of actually installing the other international sets?
Where is the setting that tells fluxbox to look for this file?

maybe I can change it to just use the C/fluxbox.cat dir also.


All times are GMT -5. The time now is 11:30 PM.