developersu / ns-usbloader

Awoo Installer and GoldLeaf uploader of the NSPs (and other files), RCM payload injector, application for split/merge files.
GNU General Public License v3.0
1.87k stars 127 forks source link

Can't click anything #97

Closed alexgleason closed 3 years ago

alexgleason commented 3 years ago

Describe the bug (mandatory) I launched the software and I straight up can't click anything. It goes straight through to whatever is behind it.

https://user-images.githubusercontent.com/3639540/124373635-90888c00-dc59-11eb-95e6-f2fe4042eed5.mp4

Information about environment (mandatory):

developersu commented 3 years ago

Hi Alex!

Thank you for reporting this.

I've never seen anything like this before and have no idea how to fix this.. Looks like an issue with windows manager and if so it should impact all JavaFX applications. Could you please try to run any other JavaFX based application to compare results? And here I should leave some examples of JavaFX applications.. so.. let's say konogonka, Quark

alexgleason commented 3 years ago

I tried konogonka and experienced the exact same thing (it clicks through to the window behind it). You think I should open an issue with my window manager?

alexgleason commented 3 years ago

I opened an issue with elementary OS: https://github.com/elementary/gala/issues/1174

developersu commented 3 years ago

Oh, well.. I don't know. Maybe it's java-world problem or something. Anyway, let's see what would they say.

alexgleason commented 3 years ago

Someone in the other thread commented it's because of GTK_CSD=1. Running it like this totally fixed it:

GTK_CSD=0 java -jar ./ns-usbloader-5.0.jar

Screenshot from 2021-07-08 21 52 16

Seems it's an OS issue, so I'll close it.