Re: JPackage and ask for microphone permissions broken on OSX...

2021-08-28 Thread Ben S
Putting the information how to do this together. Trying to get an existing jpackaged app, that is not signed and is not distributed in the app store, to ask for mike permissions. Does not ever ask for permissions. Not sure how this differs from IntelliJ (which does successfully ask for permissions

Re: [External] : Re: JPackage and ask for microphone permissions broken on OSX...

2021-08-25 Thread Alan Snyder
Good to hear! > On Aug 25, 2021, at 7:35 AM, Andy Herrick wrote: > > > On 8/25/2021 9:40 AM, Alan Snyder wrote: >> >> >>> On Aug 24, 2021, at 6:52 AM, Andy Herrick >> > wrote: >>> >>> One final thing to note, MacOS keeps track of what you have ever previously

Re: [External] : Re: JPackage and ask for microphone permissions broken on OSX...

2021-08-25 Thread Andy Herrick
On 8/25/2021 9:40 AM, Alan Snyder wrote: On Aug 24, 2021, at 6:52 AM, Andy Herrick > wrote: One final thing to note, MacOS keeps track of what you have ever previously granted microphone permission to (and will never ask again) based on the mac package iden

Re: JPackage and ask for microphone permissions broken on OSX...

2021-08-25 Thread Michael Hall
> On Aug 25, 2021, at 8:40 AM, Alan Snyder wrote: > > > >> On Aug 24, 2021, at 6:52 AM, Andy Herrick wrote: >> >> One final thing to note, MacOS keeps track of what you have ever previously >> granted microphone permission to (and will never ask again) based on the mac >> package identif

Re: JPackage and ask for microphone permissions broken on OSX...

2021-08-25 Thread Alan Snyder
> On Aug 24, 2021, at 6:52 AM, Andy Herrick wrote: > > One final thing to note, MacOS keeps track of what you have ever previously > granted microphone permission to (and will never ask again) based on the mac > package identifier (which defaults to the main class name), so I explicitly > s

Re: JPackage and ask for microphone permissions broken on OSX...

2021-08-24 Thread Andy Herrick
been removed. /Andy Thank You, Ben S. Date: Wed, 18 Aug 2021 08:43:08 -0400 From: Andy Herrick To: core-libs-dev@openjdk.java.net Subject: Re: JPackage and ask for microphone permissions broken on OSX... Message-ID: <1534b02b-262a-f338-aae5-d1693d007...@oracle.com> Content-Type: text/p

Re: JPackage and ask for microphone permissions broken on OSX...

2021-08-24 Thread Filteredaccount1
cancelled? (seems setup so the general public cannot). Thank You, Ben S. > Date: Wed, 18 Aug 2021 08:43:08 -0400 > From: Andy Herrick > To: core-libs-dev@openjdk.java.net > Subject: Re: JPackage and ask for microphone permissions broken on >OSX... > Message-ID: <15

Re: JPackage and ask for microphone permissions broken on OSX...

2021-08-18 Thread Andy Herrick
OK - I have reproduced this problem, filed an issue, and found the fix. You can see the issue in https://bugs.openjdk.java.net/browse/JDK-8272639. Basically another key is needed in application plist to cause application to ask for microphone access. It is far to late to get any fix into JDK1