From ooo_saturn7 at mail.ru Fri May 27 16:50:02 2022 From: ooo_saturn7 at mail.ru (=?UTF-8?B?QWxleCBPcmxvdg==?=) Date: Fri, 27 May 2022 19:50:02 +0300 Subject: =?UTF-8?B?SG93IHRvIHNldCBXTV9DTEFTUyBmb3IgR05PTUU/?= Message-ID: <1653670202.456699186@f543.i.mail.ru> Hello, ? I develop a JavaFX application for Linux. And on my Ubuntu 20 I have a problem. I do `stage.setTitle("Foo");` and I have a window with title `Foo`, but in Ubuntu top bar I see the name of the class `com.foo.bar.FooApplication`. ? As I understand I should set correctly WM_CLASS. The only solution I found is this one https://stackoverflow.com/a/54467323/5057736? ? However, I work in JPMS and I can?t access com.sun.glass.ui.Application. Could anyone say how I can make my JavaFx application show "Foo" instead of class name in Ubuntu top bar? ? -- Best regards, Alex Orlov