Skip to content

Try fixing OSX Sierra menus #6749

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
wants to merge 2 commits into from
Closed

Conversation

facchinm
Copy link
Member

Could fix #6548
We need the collaboration of every affected user to check if the issue is fixed.

Relevant info:

Solution backported from https://git.eclipse.org/r/#/c/105553/

Patch for appbundler (not yet committed)

diff -r 97eb6c13cf33 appbundler/src/com/oracle/appbundler/AppBundlerTask.java
--- a/appbundler/src/com/oracle/appbundler/AppBundlerTask.java  Wed Aug 02 12:06:27 2017 +0200
+++ b/appbundler/src/com/oracle/appbundler/AppBundlerTask.java  Thu Sep 21 16:13:04 2017 +0200
@@ -601,7 +601,7 @@
             xout.writeCharacters("\n");

             // Write bundle properties
-            writeProperty(xout, "CFBundleDevelopmentRegion", "English");
+            writeProperty(xout, "CFBundleDevelopmentRegion", "en");
             writeProperty(xout, "CFBundleExecutable", executableName);
             writeProperty(xout, "CFBundleIconFile", (icon == null) ? DEFAULT_ICON_NAME : icon.getName());
             writeProperty(xout, "CFBundleIdentifier", identifier);

Solution backported from https://git.eclipse.org/r/#/c/105553/

Patch for appbundler (not yet committed)

```patch
diff -r 97eb6c13cf33 appbundler/src/com/oracle/appbundler/AppBundlerTask.java
--- a/appbundler/src/com/oracle/appbundler/AppBundlerTask.java  Wed Aug 02 12:06:27 2017 +0200
+++ b/appbundler/src/com/oracle/appbundler/AppBundlerTask.java  Thu Sep 21 16:13:04 2017 +0200
@@ -601,7 +601,7 @@
             xout.writeCharacters("\n");

             // Write bundle properties
-            writeProperty(xout, "CFBundleDevelopmentRegion", "English");
+            writeProperty(xout, "CFBundleDevelopmentRegion", "en");
             writeProperty(xout, "CFBundleExecutable", executableName);
             writeProperty(xout, "CFBundleIconFile", (icon == null) ? DEFAULT_ICON_NAME : icon.getName());
             writeProperty(xout, "CFBundleIdentifier", identifier);
```
@facchinm
Copy link
Member Author

@xDuk3x
Copy link

xDuk3x commented Sep 21, 2017

@facchinm Tests with 144, no menu Bar.

The Solution backported from https://git.eclipse.org/r/#/c/105553/ works fine.

@facchinm
Copy link
Member Author

@xDuk3x I don't understand, did you manually modify the plist? Or did you test the attached IDE build?

@xDuk3x
Copy link

xDuk3x commented Sep 21, 2017

@facchinm Sorry for my bad english, i'am from Germany. But i have good news for you.
(The Post below was for Eclipse. -Eclipse is working fine with edited info.Plist)

With the arduino-PR-6749-BUILD-726-macosx.zip

With preferred language "german" there are no menubar.
After is switch my system to english and reboot there are all there :)
screen shot 2017-09-21 at 6 38 13 pm

screen shot 2017-09-21 at 6 37 15 pm

@facchinm
Copy link
Member Author

Closing as cantfix, discussion continues in #6749

@facchinm facchinm closed this Sep 22, 2017
@facchinm facchinm added the Type: Wontfix Arduino has decided that it will not resolve the reported issue or implement the requested feature label Sep 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Wontfix Arduino has decided that it will not resolve the reported issue or implement the requested feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Menu don't show up in OSX High Sierra Menubar
3 participants