换v20后安装deb无icon
Tofloor
poster avatar
chenbo
deepin
2020-08-11 22:47
Author
换了v20后,以deb格式安装DBeaver, 安装后在开始菜单中找不到这个软件,在命令行中启动这个软件后,显示不了这个软件本身的icon,只显示缺省的齿轮icon。以前用15.11的时候都没问题的啊。
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2020-08-11 23:20
#1
killall dde-launcher
  试试
Reply View the author
avatar
kinggochj
deepin
2020-08-12 17:42
#2
https://bbs.deepin.org/post/198969
killall dde-launcher
  试试

这个命令也没啥用
Reply View the author
avatar
观摩
deepin
2020-08-12 18:00
#3
  1. cat /usr/share/applications/dbeaver.desktop | \
  2.     sed -e 's/^WM_CLASS=/#WM_CLASS=/g' \
  3.     -e 's/^StartupWMClass=/#StartupWMClass=/g' | sudo tee /usr/share/applications/dbeaver.desktop
Copy the Code
Reply View the author
avatar
chenbo
deepin
2020-08-12 21:45
#4

这个可以!谢谢。这是什么原理呢?
Reply View the author