Jesteś tutaj > Les forums > PlayOnLinux > Small bug in brazilian portuguese
Fora
Small bug in brazilian portuguese
| Autor |
Odpowiedzi |
| bigbruno |
Data: Wtorek 7 Lipiec 2009 ŕ 15:34
- [Cytuj]
|
Membre
 |
I found a conflict with PlayOnLinux and facilities in Brazilian Portuguese.
After this command the problem is resolved
biglinux@BIGLINUX:~/.PlayOnLinux/wineprefix/IE7/drive_c$ ln -s Arquivos\ de\ programas/ Program\ Files
The Program Files folder in Portuguese of Brazil is called Program Files, please include the symlink in PlayOnLinux for that little problem no longer occurs.
Sorry, we do not speak English, was translated by google translator.
|
| NSLW |
Data: Wtorek 7 Lipiec 2009 ŕ 19:34
- [Cytuj]
|
Membre

 |
Ok, already fixed, but be aware because there will be many of such scripts.
|
| kmiksi |
Data: Czwartek 24 Grudzień 2009 ŕ 21:13
- [Cytuj]
|
Membre
 |
Don't fixed at this time in many applications, so I write a script in folder "~/.PlayOnLinux/wineprefix".
#/bin/sh
start=`pwd`
ls -d */ -- |
while read D
do
cd "$start/$D/drive_c"
ln -s "Arquivos de programas" "Program Files"
done
# End Of Script :P
But when I install a new package, I have to run it manually
Good work, this was the only failure I found, but has been a little uncomfortable.
I'm studying another ways to resolve this, but I'll need to better understand how PlayOnLinux works. I hope I can help.
Again, good job!
And sorry for my bad english. Edytowane przez kmiksi
|
| kmiksi |
Data: Czwartek 24 Grudzień 2009 ŕ 21:16
- [Cytuj]
|
Membre
 |
:P Edytowane przez kmiksi
|