Re: Update JavaFX libraries (was: Re: [NOTICE] Last PRs for Apache NetBeans 12.4 Beta)

2021-04-05 Thread Bläsing , Matthias
Hi, Am 05.04.2021 um 21:49 schrieb Eric Bresie: Does the bump of JavaFx 16 cause any newer java dependencies (i.e. for 16 does that now mean Java 16 also is needed)? no - OpenJFX is still build for Java 11 (there is talk about bumping requirements, but it has not happened yet). My manual

Re: NSString on M1 Mac

2021-04-02 Thread Bläsing , Matthias
Please ignore this - I'm still try to align my fingers with Thunderbird. Am 02.04.2021 um 19:53 schrieb Bläsing, Matthias: Hi Tres, Am 02.04.2021 um 17:20 schrieb Tres Finocchiaro: I'm working with Dyorgio on https://github.com/dyorgio/macos-tray-icon-fixer/issues/5 <https://github.

Re: NSString on M1 Mac

2021-04-02 Thread Bläsing , Matthias
Hi Tres, Am 02.04.2021 um 17:20 schrieb Tres Finocchiaro: I'm working with Dyorgio on https://github.com/dyorgio/macos-tray-icon-fixer/issues/5 and although the code works on Intel, we cannot get it to run on M1 Macs. The library

Re: Profiler crash on Windows (was: [NOTICE] Last PRs for Apache NetBeans 12.4 Beta)

2021-04-01 Thread Bläsing , Matthias
Hi Lars, Am 01.04.2021 um 20:29 schrieb Lars Bruun-Hansen: Who can upload to OSUOSL ? (instructions on what to do are in the PR-2700) here you are: http://netbeans.osuosl.org/binaries/B1C1B951F79716EFFAB9BEC96A611844B038E2E2-profiler-external-binaries-ASF.zip

Re: Profiler crash on Windows (was: [NOTICE] Last PRs for Apache NetBeans 12.4 Beta)

2021-04-01 Thread Bläsing , Matthias
[Resend to mailinglist] Hi, Am 01.04.2021 um 19:44 schrieb Neil C Smith: On Thu, 1 Apr 2021 at 18:14, Bläsing, Matthias wrote: we can go down the apache way of life and discuss this ad inifinitum, Apache way of life means - ASF releases, ASF release policy. The rules change when it's

Re: Profiler crash on Windows (was: [NOTICE] Last PRs for Apache NetBeans 12.4 Beta)

2021-04-01 Thread Bläsing , Matthias
Hi, Am 01.04.2021 um 18:51 schrieb Neil C Smith: On Thu, 1 Apr 2021 at 16:19, Lars Bruun-Hansen wrote: In any case, merging PR-2700 will not make the bug fix into the IDE distribution. After merge of PR-2700 someone with permission will need to take the ZIP artifact it produces and upload the

Re: Update JavaFX libraries (was: Re: [NOTICE] Last PRs for Apache NetBeans 12.4 Beta)

2021-04-01 Thread Bläsing , Matthias
Hi Neil, Am 01.04.2021 um 16:15 schrieb Neil C Smith: On Thu, 1 Apr 2021 at 14:58, Bläsing, Matthias wrote: I intent to merge PR: https://github.com/apache/netbeans/pull/2849 tonight. It bumps the JavaFX version to 16 to fix a crasher bug. If anyone wants to object, it would be great to do

Update JavaFX libraries (was: Re: [NOTICE] Last PRs for Apache NetBeans 12.4 Beta)

2021-04-01 Thread Bläsing , Matthias
Hi, I intent to merge PR: https://github.com/apache/netbeans/pull/2849 tonight. It bumps the JavaFX version to 16 to fix a crasher bug. If anyone wants to object, it would be great to do so now. Greetings Matthias Am 01.04.2021 um 11:45 schrieb Geertjan Wielenga: Hi all, Your brave

Re: Error opening project - prime command

2021-03-30 Thread Bläsing , Matthias
[Resend to mailinglist (at some point I'll remeber to use the right option in thunderbird)] Hi, these PRs might be related: https://github.com/apache/netbeans/pull/2795 https://github.com/apache/netbeans/pull/2816 https://github.com/apache/netbeans/pull/2822 Greetings Matthias Am

Re: WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread"

2021-03-29 Thread Bläsing , Matthias
Hi Patrik, Am 29.03.2021 um 19:02 schrieb Patrik Karlström: Ok, so I tested with -J--add-opens=java.desktop/sun.awt=ALL-UNNAMED, but the result is still WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread". sorry, the package was wrong. Could you please retest with

Re: Using an Exception class to get call trace information?

2021-03-29 Thread Bläsing , Matthias
[Resend to mailinglist] Hi Laszlo, Am 29.03.2021 um 04:12 schrieb Laszlo Kishalmi: I would like to ask your wisdom. I would like to trace the calls to the Gradle project loading infrastructure, as some reloads are happening without a reason (at least for me). So in the Gradle project

Re: KeyringProvider for new versions of Gnome [NETBEANS-4150]

2021-03-29 Thread Bläsing , Matthias
[Resend to mailinglist] Hi, Am 28.03.2021 um 01:47 schrieb Přemysl Vyhnal: I looked a bit into why keyring is not used on new versions of Gnome (see the email below), there is also Jira for it: NETBEANS-4150 - On Gnome 'gnome-keyring' library was used which is no longer present in new

Re: WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread"

2021-03-28 Thread Bläsing , Matthias
[Resend to mailinglist] Hi Jan, Am 28.03.2021 um 19:50 schrieb Jan Lahoda: If we need to get access to something like this, using something more specific like "--add-opens java.desktop/sun.awt=ALL-UNNAMED" is AFAIK a much better way. good idea. I don't see the swing implementation for X11

Re: WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread"

2021-03-28 Thread Bläsing , Matthias
Hi Patrik, Am 28.03.2021 um 13:01 schrieb Patrik Karlström: I noticed that kwin did not apply my window rules any more, not for NetBeans nor for my platform application. pata@xps:~/tmp$ xprop WM_CLASS WM_CLASS(STRING) = "java-lang-Thread", "java-lang-Thread" That was with 16.0.0.fx-zulu,