-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Desktop GUI has some features not appearing in French #70
Comments
Hey @Ito-Matsuda, could you try out the following please:
|
Hm, I have not found any solution yet so maybe the problem is the version of Thunar? If that is the case, the problem might be solved as soon as it is updated. |
I think some and place it in either |
Hey @Ito-Matsuda, thanks for the hint with the How to try out: # in (brackets) the command for 18.04 if different
docker run -it --entrypoint /bin/bash ubuntu:16.04 (docker run -it --entrypoint /bin/bash ubuntu:18.04)
apt-get update && apt-get install -y wget
wget http://ports.ubuntu.com/pool/universe/t/thunar/thunar-data_1.6.11-0ubuntu0.16.04.2_all.deb (wget http://ports.ubuntu.com/pool/universe/t/thunar/thunar-data_1.6.15-0ubuntu1.18.04.1_all.deb)
dpkg -i thunar-data_1.6.11-0ubuntu0.16.04.2_all.deb (dpkg -i thunar-data_1.6.15-0ubuntu1.18.04.1_all.deb)
find / -name Thunar.mo
# This shows a list of the Thunar.mo files under /usr/share/locale/ on 16.04 but not on 18.04
# Check that the Thunar.mo files are in the actual package, for example the french translation:
mkdir /temp
dpkg -x thunar-data_1.6.11-0ubuntu0.16.04.2_all.deb /temp
ll /temp/usr/share/locale/fr/LC_MESSAGES/ I guess you could just copy the translation file from the extracted directory. I have not found anything yet why the .mo files are not copied automatically when installing the package on ubuntu:18.04/20.04. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
My testing:
The xx.mo is generated when some app just installed. locale-gen got The problem occured at the base-container, refrence src:
The keyConf:
|
Great @huapox, thanks a lot for the answer! I just tested it and the entry in |
Describe the bug:
XFCE VNC does not get fully localized into French (first image below) after installing the locale and setting the environment variables.
Expected behaviour:
The XFCE installed applications (using thunar as an example) to appear in French (second image below).
Steps to reproduce the issue:
In a docker file
Build:
sudo docker build -t mltest
Run:
sudo docker run --rm -p 8080:8080 mltest
Navigate to desktop gui
Technical details:
sudo docker run --rm -p 8080:8080 mltest
Possible Fix:
I don't know :(
Additional context:
I've looked at and extended just an xfce specific image here and was able to get the UI to fully appear in French (see second image below). That image is based on
ubuntu:16.04
.I would instead expect something like
The text was updated successfully, but these errors were encountered: