Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
昨天更新后firefox界面全黑了,无法使用(已经解决)
Experiences and Insight
625
views ·
2
replies ·
To
floor
Go
打击越
deepin
2017-08-29 18:12
Author
本帖最后由 imever 于 2017-8-29 10:34 编辑
昨天更新后,firefox打开变全黑白了,什么都看不见,就像狠久以前一次更新把thunderbird变全黑一样,现在还没有好。如图
终端运行,输出一堆错误信息的部分:
(/usr/lib/firefox/firefox:5496): Gtk-WARNING **: Theme parsing error: gtk.css:3977:16: not a number
(/usr/lib/firefox/firefox:5496): Gtk-WARNING **: Theme parsing error: gtk.css:3977:16: Expected a string.
(/usr/lib/firefox/firefox:5496): Gtk-WARNING **: Theme parsing error: gtk.css:4023:12: not a number
(/usr/lib/firefox/firefox:5496): Gtk-WARNING **: Theme parsing error: gtk.css:4023:12: Expected a string.
(/usr/lib/firefox/firefox:5496): Gtk-WARNING **: Theme parsing error: gtk.css:4026:66: Using one color stop with linear-gradient() is deprecated.
[GFX1-]: Failed 2 buffer db=0 dw=0 for 0, 0, 1502, 1048
(/usr/lib/firefox/firefox:5496): Gtk-WARNING **: Theme parsing error: gtk.css:4202:72: Using one color stop with linear-gradient() is deprecated.
(/usr/lib/firefox/firefox:5496): Gtk-WARNING **: Theme parsing error: gtk.css:4209:62: Using one color stop with linear-gradient() is deprecated.
(/usr/lib/firefox/firefox:5496): Gtk-WARNING **: Theme parsing error: gtk.css:4212:73: Using one color stop with linear-gradient() is deprecated.
[GFX1-]: Failed 2 buffer db=0 dw=0 for 0, 0, 1502, 1048
[GFX1-]: Failed 2 buffer db=0 dw=0 for 0, 0, 1502, 1048
[GFX1-]: Failed 2 buffer db=0 dw=0 for 0, 0, 1502, 1048
Copy the Code
thunderbird同样的问题 上次反馈地址:
https://bbs.deepin.org/post/142298
附件是终端运行时输出的日志
原因:
是我开了apparmor服务
解决方法:
终端运行命令
echo "/dev/shm/org.chromium.* rw," | sudo tee -a /etc/apparmor.d/local/usr.bin.firefox
sudo apparmor_parser -r /etc/apparmor.d/usr.bin.firefox
Copy the Code
再打开firefox就可以了
Reply
Like 0
Favorite
View the author
All Replies
jingle
deepin
2017-08-29 18:28
#1
https://bbs.deepin.org/user/30944
看看
Reply
Like 0
View the author
打击越
deepin
2017-08-29 18:32
#2
https://bbs.deepin.org/post/144798
@zhangshuang 看看
谢谢,已经解决,方法在上面
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
昨天更新后,firefox打开变全黑白了,什么都看不见,就像狠久以前一次更新把thunderbird变全黑一样,现在还没有好。如图
终端运行,输出一堆错误信息的部分:
thunderbird同样的问题 上次反馈地址:https://bbs.deepin.org/post/142298
附件是终端运行时输出的日志
原因:
是我开了apparmor服务
解决方法:
终端运行命令