kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.61k stars 265 forks source link

KSE can't seem to find the `cacerts` file #184

Open GrayCatCode opened 4 years ago

GrayCatCode commented 4 years ago

ALCON,

I'm trying to open a cacerts file on a Linux (RHEL v8) server. I select the Open entry in the File menua and when the Open KeyStore window pops up I don't actually see the cacerts file listed in the directory:

image

I would expect to see the cacerts file in the directory along with all of the other files. It seems to not be picking up files with no extensions, as the blacklist file isn't seen there either.

I am getting the following error message when I start KSE:

Gtk-Message: 12:27:43.074: Failed to load module "canberra-gtk-module"

(java:16184): GVFS-RemoteVolumeMonitor-WARNING : 12:27:43.144: remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported

I'm running KSE v5.4.1 installed as an RPM on RHEL v8.

Thank you in advance!

kaikramer commented 4 years ago

Thanks for reporting!

kaikramer commented 6 months ago

This happens only with the native (JavaFX) file chooser, the Swing file chooser shows the cacerts file. So it currently depends on the used JRE.