最近新安装了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下运行的解决方法

相关文章:

  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2022-02-04
  • 2022-01-30
  • 2022-01-24
猜你喜欢
  • 2021-04-24
  • 2021-11-26
  • 2022-01-02
  • 2022-03-04
  • 2021-11-03
  • 2021-06-26
  • 2021-06-16
相关资源
相似解决方案