DBeaver社区版安装好没有图标
Tofloor
poster avatar
HoneyGIFT
deepin
2020-09-03 01:34
Author
DBeaver社区版安装好没有图标,当前最新版本*.deb,安装后没有图标。V15.11版本有的。

另外,商店里没有社区版本,只有企业版本,希望加上社版本


Reply Favorite View the author
All Replies
avatar
ttou
deepin
2020-09-03 03:13
#1
修改 /usr/share/applications/dbeaver.desktop 文件,去掉 WM_CLASS 一行
Reply View the author
avatar
HoneyGIFT
deepin
2020-09-04 17:12
#2
https://bbs.deepin.org/post/201200
修改 /usr/share/applications/dbeaver.desktop 文件,去掉 WM_CLASS 一行

修改后,图标显示出来了。感谢

❯ cat /usr/share/applications/dbeaver.desktop
[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
# WM_CLASS=DBeaver
StartupWMClass=DBeaver
StartupNotify=true
Keywords=Database;SQL;IDE;JDBC;ODBC;MySQLostgreSQL;Oracle;DB2;MariaDB
MimeType=application/sql
Reply View the author