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

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

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

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 >

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

2021-08-24 Thread Andy Herrick
On 8/24/2021 6:08 AM, Filteredaccount1 wrote: Hi Andy, During the wait for JDK 18, would it be possible to describe on the bug ticket what manual workaround steps are required to apply to an existing jPackaged app for distribution both inside and outside the app store? The instructions

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

2021-08-24 Thread Filteredaccount1
Hi Andy, During the wait for JDK 18, would it be possible to describe on the bug ticket what manual workaround steps are required to apply to an existing jPackaged app for distribution both inside and outside the app store? There are two info.plist files inside a jPackaged app. In my

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

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

2021-08-16 Thread Filteredaccount1
Hi Core-libs-dev, I’m trying to report an issue with JPackage on recent versions of OSX. Problem is, the microphone permissions aren’t granted to applications created by jpackage. The resulting recorded 16 bit PCM line in samples files are the correct duration, but don’t have any sound