-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Brackets does not launch when Ubuntu/Gentoo OS locale set to "C" instead of real locale #9883
Comments
@stollar While Brackets is open, go to http://localhost:9234 in Chrome and click the Console tab. What errors are listed there? |
Here's what I see: |
@stollar A few more questions...
|
Sorry for the delay... |
I uninstalled Brackets, deleted ~/.config/Brackets and re-installed to have a clean install - same problems. |
I have the same problem with ubuntu gnome 14.10 I did some debugging and found that I couldn't find where that parameter was set, but changing that line of code solved the problem: main.js - line 58: replace "brackets.app.language" with "en-us" |
This is for gentoo, but it could be of help.
Since having custom locales can make the compilation fail, and harder to debug why ( In fact this was a setting from my first gentoo install 2004 or sooner that maybe now is not needed, but i just kept using it) I forgot to set a custom locale for my daily use in a new install and this issue was happening. A simple:
solved it. Just for completeness.
Weird that the fallback locale is not supported by brackets/v8 Cheers |
Replacing "brackets.app.language" with "en-us" got me going - thanks for the suggestion. |
I ran into this problem today. I managed to get Brackets working by following trompa's advice. I think the only thing I needed to do for English in the US was:
|
Closing as it is resolved now. |
For the sake of helping someone in the future who runs into this issue. Simply go to Debug-->Switch Language. change from system default to the language of interest and the issue should be resolved. |
@MathewLech it helped me, thank you! |
Thanks @epexa |
Ob Ubuntu 14.10 Brackets opens but the window does not initialize. The left-nav is just an empty grey area and there is a menu above the main window ares (File | Edit | Find | ... ) Ths icons at the right do not function.
Installed from: Brackets.Release.1.0.64-bit.deb
I need to kill -9 brackets - File -> Quit does nothing!
The text was updated successfully, but these errors were encountered: