neo4j-devtools / neo4j-desktop

The Neo4j Graph Platform, on your desktop OS.
19 stars 1 forks source link

Exception is thrown in KDE distribution Kubuntu OS #83

Closed aaramg closed 4 years ago

aaramg commented 4 years ago

image I cannot start the desktop program. I have tried it in Ubuntu before and it was working. But don't know why it throws exceptions in Kubuntu. Maybe there is some conflict with KDE Plasma? Please test it in one of the KDE distributions. Here is my system info: image

aaramg commented 4 years ago

I found the solution. sudo apt install keyutils This resolved the issue. But I guess this should be tested and somehow included or documented. I guess normal Ubuntu has this by default. So maybe during the tests, this issue was not triggered.

nglgzz commented 4 years ago

Thank you for your report @aaramg.

Neo4j Desktop uses gnome-keyring as the default keyring in Linux, and it falls back to the keyctl utility when gnome-keyring is not available. Keyctl is built into the Linux kernel, so I'm not sure why it's not available by default in Kubuntu.

I will add this to the docs in case someone else comes across this issue. Thank you for sharing your solution.

nglgzz commented 4 years ago

I added this case to the troubleshooting section, you can see it here: https://github.com/neo4j-apps/neo4j-desktop/wiki/Troubleshooting-(Linux)#solution-2