红联Linux门户
Linux帮助

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

发布时间:2016-12-09 15:54:20来源:WesternHorizon作者:w12n
最近新安装了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]
...
chrome暂时无法在Fedora25/Wayland下运行的解决方法
 
本文永久更新地址:http://www.linuxdiyf.com/linux/26753.html