Re: master password

2021-03-26 Thread Glenn Holmer
On 3/25/21 5:11 AM, Boris Heithecker wrote: I don't have KWallet installed via package manager, too. But still "qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled" returns "true", and this is the native command NetBeans uses to determine if KWallet is present. As you can see

Re: master password

2021-03-25 Thread Boris Heithecker
I don't have KWallet installed via package manager, too. But still "qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled" returns "true", and this is the native command NetBeans uses to determine if KWallet is present. Check it in the sources at

Re: master password

2021-03-24 Thread Glenn Holmer
On 3/24/21 1:51 PM, Boris Heithecker wrote: Run qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled If it returns true, NetBeans will deem your wallet enabled. root@greyhand:~ # which qdbus root@greyhand:~ # dpkg -l | grep -i wallet root@greyhand:~ # -- Glenn Holmer (Linux

Re: master password

2021-03-24 Thread Boris Heithecker
Run qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled If it returns true, NetBeans will deem your wallet enabled. Boris On Mon, 22 Mar 2021 at 20:18, Glenn Holmer wrote: > > On 3/22/21 12:45 PM, Neil C Smith wrote: > > On Mon, 22 Mar 2021 at 17:05, Boris Heithecker > >

Re: master password

2021-03-24 Thread Glenn Holmer
On 3/23/21 4:00 PM, Eric Bresie wrote: Sounded like somethings were reinstalled ..but did some of it not get reinstalled fully or is missing? FINE [org.netbeans.modules.keyring.gnome.GnomeProvider] java.lang.UnsatisfiedLinkError: Unable to load library 'gnome-keyring': libgnome-keyring.so:

Re: master password

2021-03-23 Thread Laszlo Kishalmi
Well, if it is Gnome. Our JNA support Gnome 2 API only which is no longer available in recent Ubuntu (and probably other) distributions. There was an option to install that library 18.04, but that is no longer available. On 3/23/21 2:00 PM, Eric Bresie wrote: Sounded like somethings were 

Re: Re: master password

2021-03-23 Thread Eric Bresie
Sounded like somethings were reinstalled ..but did some of it not get reinstalled fully or is missing? FINE [org.netbeans.modules.keyring.gnome.GnomeProvider] java.lang.UnsatisfiedLinkError: Unable to load library 'gnome-keyring': libgnome-keyring.so: cannot open shared object file: No such

Re: master password

2021-03-22 Thread Glenn Holmer
On 3/22/21 12:45 PM, Neil C Smith wrote: On Mon, 22 Mar 2021 at 17:05, Boris Heithecker wrote: Unfortunately, no one (including myself) has yet found time to implement a simple switch, or system property to switch off either implementation on Linux. There is

Re: master password

2021-03-22 Thread Glenn Holmer
On 3/22/21 12:04 PM, Boris Heithecker wrote: This is because you use both Gnome and some modules of KDE on your Linux machine (including the KDT wallet), and it's caused by the Keyring API Implementations. The Keyring API is a (very nice) secure vault in NetBeans for storing passwords on

Re: master password

2021-03-22 Thread Glenn Holmer
On 3/22/21 11:45 AM, Oliver Rettig wrote: If I remember correct the password requests can come from proxy-configuration. No proxy set up on this machine; went to Options and changed from "Use System Proxy Settings" to "No Proxy", restarted NetBeans, did a git fetch, and got the master

Re: master password

2021-03-22 Thread Neil C Smith
On Mon, 22 Mar 2021 at 17:05, Boris Heithecker wrote: > Unfortunately, no one (including myself) has yet found time to > implement a simple switch, or system property to switch off either > implementation on Linux. There is -J-Dnetbeans.keyring.no.native=true ? Still at least shows the

Re: master password

2021-03-22 Thread Oliver Rettig
If I remember correct the password requests can come from proxy-configuration. > I recently switched from KDE to MATE (on Linux) and now I'm frequently > seeing the "enter master password" dialog. Mr Google has offered various > exotic manual methods to make it go away, but is there a way