sketchpad

A collection of personal and technical notes.

View the Project on GitHub arantebw/sketchpad

How to fix Google Chrome’s freezing issue with Fedora Linux on Wayland?

Update the google-chrome.desktop files.

sudo nvim /usr/share/applications/google-chrome.desktop
Exec=/usr/bin/google-chrome-stable --enable-features=UseOzonePlatform --ozone-platform=wayland %U

Copy the file on the user’s account.

sudo cp -v /usr/share/applications/google-chrome.desktop ~/.local/share/applications/google-chrome.desktop