[Github-comments] [geany/geany] Error: Unable to read environment locale: exit now. (#1886)

Jiří Techet notifications at xxxxx
Tue Jun 19 19:21:08 UTC 2018


Would you try just

```
defaults read .GlobalPreferences AppleLanguages
```

to see what you get? Even with the same settings as yours, I get

```
(
    "de-DE",
    "en-DE",
    "zh-Hant-TW"
)
```

and filtering this through the sed seems to do the right thing (Do you use the system `sed` or some other `sed`, e.g. from homebrew? What does `which sed` show?).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1886#issuecomment-398514764
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180619/343edd92/attachment.html>


More information about the Github-comments mailing list