Firefox图标异常
Tofloor
poster avatar
fun66
deepin
2020-07-11 08:03
Author
所用版本deepin v20 beta ,商店自带的firefox版本太低,安装以后老是提醒升级,于是官网上直接下载包,然后通过包直接打开firefox浏览器,正常使用的时候任务栏图标是正常的。为了方便下次使用,把图标直接固定在了任务栏上,但是退出浏览器以后,发现任务栏图标异常,请问这是啥情况啊?有什么办法解决吗?
还有就是在plank上显示的图标也是异常的(显示一个齿轮状)!请教下大家有什么办法能解决吗?



Reply Favorite View the author
All Replies
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-07-11 08:10
#1
星火商店获取打包好的
Reply View the author
avatar
bfhxt
deepin
2020-07-11 08:17
#2
1、创建图标文件
sudo vim /usr/share/applications/firefox.desktop

2、进入vim编辑器
进入 vim 之后,输入以下内容:

[Desktop Entry]
Name=Firefox
Exec=/opt/firefox/firefox
Icon=/opt/firefox/browser/icons/mozicon128.png      #(这里换成你自己的图标文件路径)
Terminal=false
Type=Application
Categories=Application;Network;

:wq 保存退出。
Reply View the author
avatar
ltree
deepin
2020-07-11 09:10
#3
https://wiki.deepin.org/wiki/Desktop_Entry_%E6%96%87%E4%BB%B6
有时间自己学学创建桌面图标 ,没时间直接看一楼星火商店
Reply View the author
avatar
fun66
deepin
2020-07-11 18:57
#4
解决!!谢谢各位,刚接触linux,不知道有桌面图标这东西
Reply View the author