[已解决]Firefox报错 Failed to create /home/bryan/.cache for shade

你新建一个 profile 看看能不能复现呢?这样:

mkdir tmp
firefox -no-remote -profile tmp

我刚刚把 ~/.mozilla ~/.cache/mozilla 都删了,重新配置一下火狐,这个报错依然存在。

我用
mkdir tmp
firefox -no-remote -profile tmp
创建了一个空profile,然后就无法复现了。

我目前排查到一个可疑的情况是跟VA-API有关,我在about:config里面把media.ffmpeg.vaapi.enabled设置成false以后,不管再怎么播放视频,都不会有这样的错误信息。

目前找不到这个报错的具体原因,我先暂时使用systemd-run --user -p StandardOutput=null -p StandardError=null firefox 的方式来将这个报错给屏蔽掉。