-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
System information
Neo4j Desktop Version: 2.0.2
Operating System: Arch Linux
GNOME Version: 48
Steps to reproduce
- Run the Neo4j Desktop using command:
$ ./neo4j-desktop-2.0.2-x86_64.AppImage
- Neo4j Desktop is not started, and throw error message
Expected behavior
Neo4j Desktop should start normally
Actual behavior
Neo4j Desktop is not started, the following error message is display:
(process:xxxxx): Gtk-ERROR **: xx:xx:xx.xxx: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported
There is a workaround by add argument to run command --gtk-version=3
:
./neo4j-desktop-2.0.2-x86_64.AppImage --gtk-version=3
Maybe the problem is with electron: electron/electron#46538