应用商店不支持软件升级吗?
Tofloor
poster avatar
byrt
deepin
2020-05-15 16:17
Author
应用商店不支持软件升级吗?有些软件提示升级,如Firefox浏览器,下载后不会按照,建议应用商店直接升级。
Reply Favorite View the author
All Replies
avatar
pzm9012
Moderator
2020-05-15 17:02
#1
本帖最后由 pzm9012 于 2020-5-15 09:05 编辑

支持的,软件的更新一般在系统的控制中心>更新可以看到(有时软件更新会被显示为系统补丁),但应用商店里的很多应用都不是最新版的,firefox是其中之一,所以无法通过应用商店更新
这里有某位大佬已经打包好的firefox中国版,直接下载,使用深度软件包管理器安装即可:http://share.shenmo.tech/index.php?share/file&user=1&sid=bYyIsMB9
Reply View the author
avatar
Playhi
deepin
2020-05-15 18:33
#2
FireFox可以直接下 https://www.firefox.com.cn/ https://www.mozilla.org 里的linux对应版本的压缩包,解压以后运行 firefox 就可以用了,自带的自动更新也能正常用

桌面图标可以丢一个 firefox.desktop ,然后用 编辑器 打开,改下内容就行了(exec 和 icon 路径要改成自己的)
  1. [Desktop Entry]
  2. Categories=Network;WebBrowser;
  3. Comment=Firefox
  4. Exec="/home/playhi/Documents/firefox/firefox-bin"
  5. // v15 用这个 Exec=env MOZ_GTK_TITLEBAR_DECORATION=client "/home/playhi/Documents/firefox/firefox-bin" 就能关最顶上的标题栏了
  6. Icon=/home/playhi/Documents/firefox/browser/chrome/icons/default/default128.png
  7. Name=Firefox
  8. Terminal=false
  9. Type=Application
  10. Version=1.0
  11. X-Deepin-Vendor=user-custom
Copy the Code
Reply View the author