在使用分数缩放时,电子应用程序是模糊的。为了解决这个问题,我使用了以下标志
$code --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-features=WaylandWindowDecorations
arch wiki 上有一篇文章建议制作 electron-config 文件。我跟着它,但 vs code 仍然启动模糊。我想,我在向配置文件添加标志时犯了一些错误。请告诉我如何解决这个问题。
在使用分数缩放时,电子应用程序是模糊的。为了解决这个问题,我使用了以下标志
$code --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-features=WaylandWindowDecorations
arch wiki 上有一篇文章建议制作 electron-config 文件。我跟着它,但 vs code 仍然启动模糊。我想,我在向配置文件添加标志时犯了一些错误。请告诉我如何解决这个问题。
那些 *-flags.conf 文件是对 Arch 的修改,我认为 Ubuntu 不会这样做。
您可以将应用程序的 .desktop 文件复制到 ~/.local/share/applications 并编辑 Exec= 行以添加标志。那里的任何内容都会覆盖 /usr/share/applications 中的内容。