软件商店的软件版本低,自行安装的高级版本不在软件库
Tofloor
poster avatar
pho
deepin
2018-12-10 09:23
Author
不得不说,软件商店里面的某些软件版本不高。我就自行下载了最新版本,比如firefox,但是安装最新版本后,这个最新版本在软件商店的卸载目录里面并没有。如果以后想卸载更新怎么办?
Reply Favorite View the author
All Replies
avatar
翻过山峰看见云
deepin
2018-12-10 16:08
#1
firefox应该是下载下来解压就用的,想卸载了直接删除目录就好了。
Reply View the author
avatar
pho
deepin
2018-12-11 07:03
#2
https://bbs.deepin.org/post/172207
firefox应该是下载下来解压就用的,想卸载了直接删除目录就好了。

可知道如何把快捷方式放到开始菜单里面?
Reply View the author
avatar
ylxdxx
deepin
2018-12-11 15:00
#3
写个desktop文件可以了,搜一下,有模版
Reply View the author
avatar
JesseyLawson
deepin
2018-12-11 15:35
#4
坛子里就有专门用于制作启动菜单图标的工具软件,
Reply View the author
avatar
JesseyLawson
deepin
2018-12-11 15:39
#5
https://bbs.deepin.org/post/155444#%E5%88%9B%E5%BB%BA#2
Reply View the author
avatar
翻过山峰看见云
deepin
2018-12-11 17:08
#6
本帖最后由 winter110 于 2018-12-11 09:13 编辑
https://bbs.deepin.org/post/172207
可知道如何把快捷方式放到开始菜单里面?
  1. [Desktop Entry]
  2. Name=Firefox(在lanucher中显示的名称)
  3. Comment=this is firefox
  4. Exec=/opt/firefox/firefox
  5. Icon=/opt/firefox/browser/icons/mozicon128.png
  6. StartupNotify=true
  7. Terminal=false
  8. Type=Application
  9. Categories=Application;
Copy the Code


/usr/share/applications/目录下新建个.desktop文件,把这段复制进去,路径改成自己的
Reply View the author
avatar
pho
deepin
2018-12-12 23:14
#7
https://bbs.deepin.org/post/172207
/usr/share/applications/目录下新建个.desktop文件,把这段复制进去,路径改成自己的
...

谢谢,用起来很有趣,很高级
Reply View the author
avatar
pho
deepin
2018-12-12 23:17
#8
https://bbs.deepin.org/post/172207
https://bbs.deepin.org/post/155444#%E5%88%9B%E5%BB%BA#2

感谢指导
Reply View the author