商店火狐浏览器 每次升级后 数据丢失
Tofloor
poster avatar
无名
deepin
2020-09-29 04:13
Author
在系统升级时, 商店里安装的火狐浏览器跟着升级后,火狐浏览器的数据都会丢失(历史、Cookie等)

从 79 升至 80,以及今天的 80 至 81,都丢失了


Reply Favorite View the author
All Replies
jingle
deepin
2020-09-29 17:31
#1
Reply View the author
Hello
deepin
2020-09-29 18:40
#2
这几次更新打包目录变了,忍一下吧
Reply View the author
Hello
deepin
2020-09-29 18:46
#3
前面维护的人打包不规范,然后上一个接手的人打包也乱打包,然后安装位置也发生了一些变化,我整理了一下。天知道火狐存储数据位置为啥和安装位置有关
Reply View the author
Ziggy
deepin
2020-09-29 21:39
#4
数据盘或者/home的路径有没有变化?最近有提出更新后相关信息变了
Reply View the author
另一端
deepin
2020-09-30 04:43
#5
firefox官网下载,解压后可以直接使用,大不了在桌面再建个快捷方式文件firefox.desktop,把文件所在位置修改成自己的解压目录就好了
[Desktop Entry]
Comment=Firefox
Encoding=UTF-8
Exec=/home/user/Downloads/firefox/firefox
Icon=/home/user/Downloads/firefox/browser/chrome/icons/default/default64.png
Name=火狐浏览器中国版
StartupNotify=true
Terminal=false
Type=Application
Version=1.0
X-Deepin-AppID=火狐浏览器中国版
X-Deepin-CreatedBy=com.deepin.dde.daemon.Launcher
X-Deepin-Vendor=user-custom
Reply View the author
无名
deepin
2020-09-30 05:53
#6
https://bbs.deepin.org/post/203049
数据盘或者/home的路径有没有变化?最近有提出更新后相关信息变了

没有变化噢
Reply View the author
无名
deepin
2020-09-30 05:54
#7
https://bbs.deepin.org/post/203049
firefox官网下载,解压后可以直接使用,大不了在桌面再建个快捷方式文件firefox.desktop,把文件所在位置修改 ...

这样可以用的。只是想让商店自动管理
Reply View the author
leapzh
deepin
2020-09-30 06:13
#8
官网下载Firefox
下载后解压
新增Desktop链接
cd /usr/share/applications
sudo touch firefox.desktop
sudo dedit firefox.desktop
内容为:
[Desktop Entry]
Comment=
Exec=/home/user/Downloads/firefox/firefox
Icon=/home/user/Downloads/firefox/browser/chrome/icons/default/default128.png
Name=Firefox
Terminal=false
Type=Application
X-Deepin-Vendor=user-custom
注:Exec和Icon的路径因人而异,前者是二进制文件”firefox“的路径,后者是icon图标的路径。
保存后即可看到生成桌面快捷方式。
Reply View the author