搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

I am having trouble dating to version 3.6.14. I am running Linux/Ubutu OS and I get this error message:/tmp/p7x3vko2.part could not be saved, because the source file could not be read. Please help. Thank you , Deb

  • 1 个回答
  • 10 人有此问题
  • 2 次查看
  • 最后回复者为 notte

more options

I am having trouble dating to version 3.6.14 or updating to the Beta testing. I am running Linux/Ubutu OS and I get this error message:/tmp/p7x3vko2.part could not be saved, because the source file could not be read. Please help. Thank you , Deb

I am having trouble dating to version 3.6.14 or updating to the Beta testing. I am running Linux/Ubutu OS and I get this error message:/tmp/p7x3vko2.part could not be saved, because the source file could not be read. Please help. Thank you , Deb

所有回复 (1)

more options

Solved for me. I set the owner/permissions of my profile's mozilla folder's (and all the files in it) to read/write access, and the problem disappeared.

in linux:

  • cd /home/myusername/.mozilla
  • chown -cR myusername:mygroup ./
  • chmod -cR +rw ./

Never do that with root privs (nor with sudo)

由notte于修改