The latest Linux builds (as of Release 1.0), are practically at feature parity with the the Mac and Windows builds. However, there are notable features (e.g. Native Menus) that are in various stages of planning and development. To be clear though, Brackets features going forward that only rely on features in the browser can be developed in lock-step on all 3 platforms.
This table lists features that appear in the Linux build but do not function as expected. Please see the Linux Development For Contributors for progress on these features.
| Issue/Feature | Description | Workaround |
|---|---|---|
| App Doesn't Quit on First Attempt | Brackets doesn't close the first time you click the window close button | Click on close again |
| Native Menus | Native OS menus | N/A. Brackets falls back to HTML menus on Linux |
/usr/bin/google-chrome to the chromium executable which is normally located at /usr/bin/chromium-browser. All it should take is sudo ln -s /usr/bin/chromium-browser /usr/bin/google-chrome.