-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Brackets does not launch when Ubuntu/Gentoo OS locale set to "C" instead of real locale #8788
Comments
|
Here's what I see: |
|
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. |
|
Thanks |
Sunday Nov 09, 2014 at 10:51 GMT
Originally opened as adobe/brackets#9883
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: