-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Tools submenu selected item is unreadable. #1540
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
Comments
Note, this is on a Linux Mint 13 64 bit system, running 1.0.5. |
Same behavior with the Serial Port selection. |
I believe this is a bug in the Java "look and feel" themes shipped with Linux Mint, not a bug in Arduino's software. The "arduino" command that you use to run the IDE is actually a shell script. If you edit it, you'll see the last line is: java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base "$@" You can remove the GTKLookAndFeel stuff. Like this: java processing.app.Base "$@" These themes are part of your Linux distro, not the Arduino software. You probably need to report this bug to the Linux Mint folks. |
Hi Paul, You seem to pop up everywhere. Thanks for the tip. That worked great. |
In the enclosed image you can see that the "Board" in the sub menu, "Arduino Uno" does not show up. The space it should be is blank. It's like someone decided to highlight it by changing the text to white. On a white background, that makes it hard to read. The image doesn't appear to be uploading so if it doesn't then it can be seen at http://fdcga.com/images/arduino.png

The text was updated successfully, but these errors were encountered: