cmauri / eviacam

webcam based mouse emulator
GNU General Public License v3.0
145 stars 38 forks source link

Change language -> "locale 'en_GB' cannot be set." #7

Closed chb9 closed 6 years ago

chb9 commented 7 years ago

If I change the language of eViacam via settings for example to "English" and restart eViacam the error message

locale 'en_GB' cannot be set.

appears. (See attached Screenshot) locale_error

eViacam starts in the changed language but this error appears on every start until I changed the language back to "system default".

Happened with Debian 9, eViacam installed via Debian repository and also with the latest master branch.

cmauri commented 7 years ago

Do you have the locale 'en_GB' installed on your system?

chb9 commented 7 years ago

Thank you, now the error message is gone.

I added "en_GB.utf8" in "/etc/locale.gen" and run "sudo locale-gen".