I cannot replicate this issue, using the bleeding edge master, commit: https://github.com/Isarhamster/chessx/tree/90997da1
Bonjour Iba, Find in your OSX the program path: help -> about chessx -> program data path Inside that directory you should find the subdirectory 'lang' Inside the subdirectory 'lang' save the translation file for French (chessx_fr.qm, in this attachment) Close and open ChessX again In the menu; edit -> Preferences -> App -> Language, you would find now 'fr' listed. Select it Close and open ChessX again Now, ChessX french translations are in use,
Hi @xyndrirth, I use chessx in linux, and this does not seem to be a problem for me. I can try to help; but I'd need some more information to begin to understand the problem. So far I think it could be related to missing dependencies at runtime; try identifying where the program is in your computer, ie which chessx If it says something like there is not chessx, then it is possibly not correctly installed, let us know. Let's say it responds /usr/bin/chessx (this is very common, but not the only possible...
Hi @xyndrirth, I use chessx in linux, and this does not seem to be a problem for me. I can try to help; but I'd need some more information to begin to understand the problem. So far I think it could be related to missing dependencies at runtime; try identifying where the program is in your computer, ie which chessx If it says something like there is not chessx, then it is possibly not correctly installed, let us know. Let's say it responds /usr/bin/chessx (this is very common, but not the only possible...
Hi @xyndrirth, I use chessx in linux, and this does not seem to be a problem for me. I can try to help; but I'd need some more information to begin to understand the problem. So far I think it could be related to missing dependencies at runtime; try identifying where the program is in your computer, ie which chessx If it says something like there is not chessx, then it is possibly not correctly installed, let us know. Let's say it responds /usr/bin/chessx (this is very common, but not the only possible...
@all, I still can't figure out or solve this bug, and to be honest, I am unaware if it is reproducible to anyone else, but it is for me, on two different Linux computers. I was able to collect a little more information, in case it helps anyone to grasp the origins of this issue: If I remove chessx.ini file, and start ChessX completely new, I can log in FICS with a guest user. The system works. If I enter the Preferences menu and add username + password, for FICS, then I cannot play the white pieces...
Hi All, A workaround that fixed this for me in : https://github.com/IAHM-COL/chessx/tree/fics-whitepieces-bugfix Regards,
Hi @danilo-josue , 1 Which language specifically? Spanish? (or other?) I just sent a pull request with Spanish Translation but it will take a few days before the maintainer gets to look at it, If you want to look at the Spanish file specifically, here is the source code, with my current version: https://github.com/IAHM-COL/chessx/blob/spanish-i18n/i18n/chessx_es.ts Translation source code is better edited with QtLinguist, which comes with the QtCreator. The TS file can be open with the Linguist,...