Closed darkpal closed 6 years ago
The only working solution I've found is to add LC_ALL=ru_RU.UTF-8
to .bash_profile
.
Or you can create wrapper/launch from CLI like this export LC_ALL=ru_RU.UTF-8 & open /Applications/Winbox-mac.app/
I set up .bash_profile. When I run the app from terminal it's ok but when I run it from Launchpad the problem remains. Tried to create a wrapper with Platypus - the same.
You are right. I've tested it only from CLI. Anyway its more like wine problem. I suggest asking on their forums.
@darkpal I've found solution for you if you still need it.
It seems applications in macOS
don't have access to .bash_profile
environment variables.
But you can set them using launchctl
.
launchctl setenv LC_ALL ru_RU.UTF-8
should fix your issue.
See the screenshot https://goo.gl/2hehZ1