question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't start Dbeaver by desktop icon.

See original GitHub issue

I was unable to start Dbeaver by desktop icon when I updated to 5.1.4. It’s always no problem starting from the terminal. Today, I updated to 5.1.5.201808122132, but I still can’t start.

My OS is Ubuntu 16.04. dbeaver.desktop is as follow

  1 [Desktop Entry]                                                                                                                                                
  2 Version=1.0
  3 Type=Application
  4 Terminal=false
  5 Name=DBeaver Community
  6 GenericName=UniversaL Database Manager
  7 Comment=Universal Database Manager and SQL Client.
  8 Path=/usr/share/dbeaver/
  9 Exec=/usr/share/dbeaver/dbeaver
 10 Icon=/usr/share/dbeaver/dbeaver.png
 11 Categories=IDE;Development
 12 WM_CLASS=DBeaver Community
 13 StartupWMClass=DBeaver Community
 14 StartupNotify=true
 15 Keywords=Database;SQL;IDE;JDBC;ODBC;MySQL;PostgreSQL
 16 MimeType=application/sql

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
webjoelcommented, Sep 10, 2018

@serge-rider Solved my problem, I remove “dbeaver.desktop” from “~/.local/share/applications”, the content was:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=DBeaver 5.1.4
Icon=dbeaver
Path=/usr/share/dbeaver
Exec=/usr/bin/java -XX:+IgnoreUnrecognizedVMOptions -Xms64m -Xmx1024m -jar /usr/share/dbeaver//plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /$
StartupNotify=false
StartupWMClass=DBeaver
OnlyShowIn=Unity;
X-UnityGenerated=true
1reaction
serge-ridercommented, Aug 13, 2018

5.1.5 was already released, display glitch issue was fixed there. You always can downgrade using deb installer (archives are here: https://dbeaver.io/files/ or in GitHub releases).

Any logs/traces would be very welcome. Unfortunately I don’t know where Gnome keeps them. Something is wrong with binaries, I guess. At the moment I don’t have a clue how to fix this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

DBeaver not launching - DBeaver Forum • View topic
Guys, I have installed "dbeaver-3.1.3-ee-x86_64-setup.exe" with the JRE built in on my Windows 7 and this is not working.
Read more >
[SOLVED] How To Fix Dbeaver.exe Errors - Solvusoft
EXE problems with dbeaver.exe most often stem from a corrupt or missing executable file, which often occur duing the startup of Third-Party Application....
Read more >
DBeaver user guide
To order data by several columns, go column by column, setting the order with the Ordering icon, starting from the column by which...
Read more >
4 SQL and Database Tools | UC Davis DataLab Install Guides
Note that DBeaver does not create a database, it only allows you to view and ... Desktop will place icons on your desktop,...
Read more >
Dbeaver - Ovio
Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports any database which has JDBC driver (which ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found