neo4j-devtools / neo4j-desktop

The Neo4j Graph Platform, on your desktop OS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open configuration folder does not work

tomasonjo opened this issue · comments

I am running Neo4j Desktop 1.2.7, set up a database of Neo4j 4.0.3. Running on Ubuntu 16.04. Now I want to open the configuration folder through the dropdown:

import

And it doesn't work.I get the message saying it is trying to open but has no success.

Trying to open /home/tomaz/.config/Neo4j Desktop/Application/neo4jDatabases/database-513acffc-a9a3-475e-aadc-aa54c249ee46/installation-4.0.3/configuration directory

The other folders(plugin, logs,...) work as intended

Hey @tomasonjo thanks for the report, seems indeed like Desktop is pointing to the wrong directory for that button.

In the meantime, you can find that folder using conf instead of configuration in the path that it's showing you. So for that example it would be /home/tomaz/.config/Neo4j Desktop/Application/neo4jDatabases/database-513acffc-a9a3-475e-aadc-aa54c249ee46/installation-4.0.3/conf

@tomasonjo Could you confirm that the recently released Desktop 1.2.9 fixes the issue?

Works as intended. Thanks!