matthiasblaesing commented on issue #3702: URL: https://github.com/apache/netbeans/issues/3702#issuecomment-1059973300
@AlohaWebSolutions NetBeans has multiple keyring implementations and it depends on the runtime enviroment which is used. At this time I would expect the libsecret based implementation, but that is speculation. Please run NetBeans with the following command line argument: `-J-Dorg.netbeans.modules.keyring.level=FINE`. This enabled logging from the keyring provider and it will create a logging output like this: ``` FINE [org.netbeans.modules.keyring]: Using provider: org.netbeans.modules.keyring.gnome.libsecret.GnomeLibSecretProvider@63edd129 ``` In the sample the `GnomeLibSecretProvider` is used. Please post the output here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
