Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native wayland Chromium broken after latest update #385

Comments

@pizzadude
Copy link

pizzadude commented Apr 19, 2024

On Fedora 40 KDE, the latest update to the Chromium flatpak broke native wayland, it just launches a transparent window where my cursor trails everywhere like the old Windows XP days. I had to switch the "ozone" back to default in another chromium build and copy my config back.

CPU:    Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz
        4 cores/threads
        3500.00 MHz
GPU:    Mesa Intel(R) HD Graphics 620 (KBL GT2)
        OpenGL 4.6 (Compatibility Profile) Mesa 24.0.5
        GLSL 4.60
@regulator-g
Copy link

same issue on Fedora 39 using flatpak image, rolled back to previous version:

sudo flatpak update --commit=d8cc53624b3a8569d93af57ff587bfdb316cf295802a7ea5374fea22ac3ba2fc org.chromium.Chromium

@refi64
Copy link
Collaborator

refi64 commented Apr 19, 2024

This is an upstream bug and specifically applies if you set the "Preferred Ozone platform" / ozone-platform-hint option. You should be able to run Chromium with --ozone-platform=wayland to work around it.

@refi64
Copy link
Collaborator

refi64 commented Apr 19, 2024

If you're specifically using the --ozone-platform-hint command-line option (i.e. not setting in chrome://flags), please try #386, it may fix that issue.

refi64 added a commit that referenced this issue Apr 23, 2024
Partially fixes #385.

Signed-off-by: Ryan Gonzalez <[email protected]>
rany2 pushed a commit to flathub/io.github.ungoogled_software.ungoogled_chromium that referenced this issue Apr 24, 2024
rany2 pushed a commit to flathub/io.github.ungoogled_software.ungoogled_chromium that referenced this issue Apr 24, 2024
rany2 pushed a commit to flathub/com.github.Eloston.UngoogledChromium that referenced this issue Apr 24, 2024
rany2 pushed a commit to flathub/io.github.ungoogled_software.ungoogled_chromium that referenced this issue Apr 24, 2024
rany2 pushed a commit to flathub/com.github.Eloston.UngoogledChromium that referenced this issue Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment