You are not logged in.
Pages: 1
Hello. Im a new user of Q4os. Looks great!. I have a problem, I cant download Spanish language package because said "Unable to download, check internet connection please. You can easily install language pack later, using a desktop icon". I have a good internet connection, desktop installer can download anything the priblem is with Language package. How can I solve this?
Regards
Offline
Please run terminal from the start menu, issue the following command:
dash $HOME/.addlang_ai_01.sh
and post back the terminal output here to analyze.
Offline
Please run terminal from the start menu, issue the following command:
dash $HOME/.addlang_ai_01.sh
and post back the terminal output here to analyze.
Thanks for your answer. Here is the output:
alberto@q4os-desktop:~$ dash $HOME/.addlang_ai_01.sh
TDE_Code: es ; Language: Spanish ; ok.
Downloading packages file ...
Download failed, check Internet connection, exiting ...
unable to download, exiting ...
alberto@q4os-desktop:~$
Offline
Well, let's start digging, please run in terminal:
SYSARCH="$( dpkg --print-architecture )"
QAPTDISTR_A="$( dash /usr/share/apps/q4os_system/bin/print_qaptdistr.sh )"
echo "Arch - $SYSARCH"
echo "Distro - $QAPTDISTR_A"
WDIR1="http://www.q4os.org/qtderepo/"
WDIR2="dists/$QAPTDISTR_A/main/binary-$SYSARCH/"
wget -T70 -t2 --progress=dot $WDIR1/$WDIR2/Packages
and post back.
Offline
alberto@q4os-desktop:~$ QAPTDISTR_A="$( dash /usr/share/apps/q4os_system/bin/print_qaptdistr.sh )"
alberto@q4os-desktop:~$
alberto@q4os-desktop:~$ echo "Arch - $SYSARCH"
Arch - i386
alberto@q4os-desktop:~$ echo "Distro - $QAPTDISTR_A"
Distro - stretch
alberto@q4os-desktop:~$
alberto@q4os-desktop:~$ WDIR1="http://www.q4os.org/qtderepo/"
alberto@q4os-desktop:~$ WDIR2="dists/$QAPTDISTR_A/main/binary-$SYSARCH/"
alberto@q4os-desktop:~$
alberto@q4os-desktop:~$ wget -T70 -t2 --progress=dot $WDIR1/$WDIR2/Packages
--2018-04-05 17:43:07-- http://www.q4os.org/qtderepo//dists/str … //Packages
Resolviendo www.q4os.org (www.q4os.org)... 81.95.96.231, 2a02:4a8:ac24:108::96:231
Conectando con www.q4os.org (www.q4os.org)[81.95.96.231]:80... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 1127063 (1,1M)
Grabando a: “Packages”
0K .......... .......... .......... .......... .......... 4% 81,5K 13s
50K .......... .......... .......... .......... .......... 9% 78,9K 12s
100K .......... .......... .......... .......... .......... 13% 142K 10s
150K .......... .......... .......... .......... .......... 18% 44,6K 12s
200K .......... .......... .......... .......... .......... 22% 32,2K 15s
250K .......... .......... .......... .......... .......... 27% 94,6M 11s
300K .......... .......... .......... .......... .......... 31% 164K 10s
350K .......... .......... .......... .......... .......... 36% 177K 9s
400K .......... .......... .......... .......... .......... 40% 184K 7s
450K .......... .......... .......... .......... .......... 45% 179K 7s
500K .......... .......... .......... .......... .......... 49% 74,4K 6s
550K .......... .......... .......... .......... .......... 54% 754K 5s
600K .......... .......... .......... .......... .......... 59% 111K 5s
650K .......... .......... .......... .......... .......... 63% 112K 4s
700K .......... .......... .......... .......... .......... 68% 91,4K 4s
750K .......... .......... .......... .......... .......... 72% 171K 3s
800K .......... .......... .......... .......... .......... 77% 257K 2s
850K .......... .......... .......... .......... .......... 81% 76,0K 2s
900K .......... .......... .......... .......... .......... 86% 101K 1s
950K .......... .......... .......... .......... .......... 90% 180K 1s
1000K .......... .......... .......... .......... .......... 95% 187K 0s
1050K .......... .......... .......... .......... .......... 99% 147K 0s
1100K 100% 91,5K=10s
2018-04-05 17:43:18 (109 KB/s) - “Packages” guardado [1127063/1127063]
alberto@q4os-desktop:~$
Offline
Looks like the 'Packages' file is downloadable, so we have attached a script that provides some useful debug info. Please save the script and run it in terminal:
dash dowqi18.sh --get es
and post output here.
Offline
Hello, the problem is solved!. I didnt use the script yet. I only disconnet the wire internet cable and attached a Wifi USB. Using Wifi I can download Spanish Language package!!. Dont know why using cable I cant..
Thank you for your help.
PD: I saw that the spanish translation is poor, dont know who made it but probably no one that his language of birth was spanish. If you need some help I can help with some translation.
Offline
PD: I saw that the spanish translation is poor, dont know who made it but probably no one that his language of birth was spanish. If you need some help I can help with some translation.
Thanks, the best place to start Q4OS related translations is the Github subproject https://github.com/q4osteam/q4os-i18n . If you are not familiar with Git, we can provide the '.po' files for translations. Anyway, we recommend to use the 'poedit' application for translating.
You are also welcome to contact Trinity developers https://trinitydesktop.org/ to contribute directly to Trinity Desktop Environment project.
Offline
Pages: 1