saalfeldlab / paintera

GNU General Public License v2.0
95 stars 17 forks source link

Splash screen and paintera icon do not display properly Mac #455

Open GenevieveBuckley opened 2 years ago

GenevieveBuckley commented 2 years ago

On Mac the splash screen and icon are not displayed properly.

Details:

What we saw:

What we expected to see:

axtimwalde commented 2 years ago

Ugh! Could you report what you see when you call:

java -version

?

GenevieveBuckley commented 2 years ago

EDIT: Oops, I responded here with details from my M1 macbook, and not the Intel mac we used originally to test this on. Apologies for the confusion.

java -version

I see this output:

(paintera-dev) genevieb@192-168-1-103 ~ % java -version openjdk version "18.0.1.1" 2022-04-22 OpenJDK Runtime Environment (build 18.0.1.1+2-6) OpenJDK 64-Bit Server VM (build 18.0.1.1+2-6, mixed mode, sharing)

I'm' using SDKMAN so I could switch it to another version pretty easily to check things, if that's useful. We're pretty sure it needs to be Java 18 of some sort. Currently I have the Java.net 18.0.1.1-open version selected.

GenevieveBuckley commented 2 years ago

Oh, hang on - I forgot we used a different laptop! The comment above is about my M1 Mac laptop.

@DragaDoncila - can you run java -version on your Mac laptop (the one Caleb and I borrowed at Janelia) and tell us what it says?

DragaDoncila commented 2 years ago

Hello @axtimwalde @GenevieveBuckley, sorry for the delay on this reply!

(paintera) ddoncilapop@CZIMACOS3399 napari % java -version
openjdk version "11.0.9.1" 2020-11-04 LTS
OpenJDK Runtime Environment Zulu11.43+55-CA (build 11.0.9.1+1-LTS)
OpenJDK 64-Bit Server VM Zulu11.43+55-CA (build 11.0.9.1+1-LTS, mixed mode)