brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] No menubar in linux #4483

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by nogo Wednesday Aug 21, 2013 at 06:41 GMT Originally opened as https://github.com/adobe/brackets/issues/4852


The menubar does not show up in linux anymore.

Details: Linux: Arch Brackets Version aecaa1c0509562b98922bd442c082a1d62978e17 Shell Version: 914e5e32e8bfbff40087865886e68dbf8b4be84c

bildschirmfoto vom 2013-08-21 08 40 54

core-ai-bot commented 3 years ago

Comment by redmunds Wednesday Aug 21, 2013 at 15:25 GMT


Can you take a look in src/utils/Global.js and see if line 72 is this:

    global.brackets.nativeMenus = (!global.brackets.inBrowser && (global.brackets.platform !== "linux"));

If so, try moving that line down below the following block where global.brackets.platform is actually set. :) Does that fix it?

core-ai-bot commented 3 years ago

Comment by redmunds Wednesday Aug 21, 2013 at 15:58 GMT


This fix has been merged (https://github.com/adobe/brackets/pull/4859), so you can just pull the latest code from master. Let us know if this fixes it or not. Thanks.

core-ai-bot commented 3 years ago

Comment by jasonsanjose Wednesday Aug 21, 2013 at 16:44 GMT


Also, thanks@nogo for catching this bug and filing it quickly. We appreciate the help.

core-ai-bot commented 3 years ago

Comment by nogo Thursday Aug 22, 2013 at 06:50 GMT


Great menubar is working.