-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Conversation
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); ```
✅ Build completed. Please test this code using one of the following: ⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-6749-BUILD-726-linux32.tar.xz ℹ️ The |
@guidefreitas @naturfenomen @cstatz @jaxxon33 @vgiffin @Surroot @xDuk3x would you mind testing http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-6749-BUILD-726-macosx.zip and report if the issue is fixed? Thanks |
@facchinm Tests with 144, no menu Bar. The Solution backported from https://git.eclipse.org/r/#/c/105553/ works fine. |
@xDuk3x I don't understand, did you manually modify the plist? Or did you test the attached IDE build? |
@facchinm Sorry for my bad english, i'am from Germany. But i have good news for you. With the arduino-PR-6749-BUILD-726-macosx.zip With preferred language "german" there are no menubar. |
Closing as cantfix, discussion continues in #6749 |
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)