Comment 7 for bug 1213139

Revision history for this message
Lonnie Lee Best (launchpad-startport) wrote :

The deb installer is located here:
http://dbeaver.jkiss.org/download/

There is only one modification that must be made to the installer, and it is discussed here:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1218687

Basically, the launcher icon must indicate UBUNTU_MENUPROXY=0:

Skeewiff (marcelo-pm) wrote 12 hours ago: #12

A workaround:

sudo gedit /usr/share/applications/dbeaver.desktop

Replace:
Exec=/usr/share/dbeaver/dbeaver

With:
Exec=env UBUNTU_MENUPROXY=0 /usr/share/dbeaver/dbeaver