dbeaver community version is installed without Icon.
See original GitHub issueEnglish:
system version :Linux version 5.4.70-amd64-desktop (deepin@deepin-PC) (gcc version 8.3.0 (Uos 8.3.0.3-3+rebuild)) #1 SMP Wed Oct 14 15:24:23 CST 2020.
dbeaver community version is installed without Icon.
Modify /usr/share/applications/dbeaver.desktop File, remove WM_ Class
After modification
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Name=DBeaver Community
GenericName=UniversaL Database Manager
Comment=Universal Database Manager and SQL Client.
Path=/usr/share/dbeaver/
Exec=/usr/share/dbeaver/dbeaver
Icon=/usr/share/dbeaver/dbeaver.png
Categories=IDE;Development
StartupWMClass=DBeaver
StartupNotify=true
Keywords=Database;SQL;IDE;JDBC;ODBC;MySQL;PostgreSQL;Oracle;DB2;MariaDB
MimeType=application/sql
中文: 操作系统版本 :Linux version 5.4.70-amd64-desktop (deepin@deepin-PC) (gcc version 8.3.0 (Uos 8.3.0.3-3+rebuild)) #1 SMP Wed Oct 14 15:24:23 CST 2020. [deepin][linux][DBeaver]DBeaver社区版安装好没有图标 修改 /usr/share/applications/dbeaver.desktop 文件,去掉 WM_CLASS 一行 修改以后
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Name=DBeaver Community
GenericName=UniversaL Database Manager
Comment=Universal Database Manager and SQL Client.
Path=/usr/share/dbeaver/
Exec=/usr/share/dbeaver/dbeaver
Icon=/usr/share/dbeaver/dbeaver.png
Categories=IDE;Development
StartupWMClass=DBeaver
StartupNotify=true
Keywords=Database;SQL;IDE;JDBC;ODBC;MySQL;PostgreSQL;Oracle;DB2;MariaDB
MimeType=application/sql
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
BUG: Application icon missing in Linux 64bit deb package
There is no icon in the current Linux 64bit deb package. I took it from previous version and manually added to where desktop...
Read more >How to install DBeaver Community Edition - Saplearners.com
1. Please select the relevant edition based on the operating system on which you are working. Here, I download the latest version 7.3.1...
Read more >DBeaver user guide
When installing DBeaver manually, without using an installer: 1. Extract the contents of the archive. NOTE: Do not unzip the archive over a...
Read more >dbeaver icon is missing Ubuntu 20.04 - mysql - Stack Overflow
my dbeaver icon is missing. my OS ubuntu 20.04 || can only be opened with terminal by running this command : dbeaver-ce.
Read more >Creating and Managing Database Connections with DBeaver
Select the database connection type, and click Next. If the driver for the connection type you selected has not been installed, you will...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Fixed.
verified