chrome暂时无法在Fedora25/Wayland下运行的解决方法

最近新安装了fedora25,开始发现chrome/chromium无论怎么安装都无法运行起来,包括从yum/dnf安装或直接下rpm包,运行起来就一个黑框然后未响应。

解决方法是暂时关闭Wayland,在/etc/gdm/custom.conf文件中解除WaylandEnable=false的注释重启即可运行。

# GDM configuration storage

[daemon]
# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false

[security]
...


posted @ 2016-12-07 12:25  w12n  阅读(949)  评论(0编辑  收藏  举报