Skip to content

Unusable UI: flickering with huge blurred avatar image #449

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

Open
plata opened this issue May 18, 2024 · 1 comment
Open

Unusable UI: flickering with huge blurred avatar image #449

plata opened this issue May 18, 2024 · 1 comment

Comments

@plata
Copy link

plata commented May 18, 2024

screenshot

The UI flickers between the normal UI and the screenshot above (which seems to be huge blurred avatar image on the left and the background on the right). Apparently, the flickering is triggered by mouse movement, i.e. if the mouse doesn't move, there's no flickering.

Also, it happened only after I logged in. When I viewed some room as a guest, it seemed to be fine.

I've delete ~/.var/app/im.riot.Riot to ensure that it's not an issue with caches but that didn't help.

No idea if this is specific to the Flatpak or an upstream issue.

Used system: Fedora 40 Kinoite

@AlanLatte
Copy link

Hi, @plata, I encountered the same issue. Here's what helped me:

  1. Removed im.riot.Riot.
  2. Cleared app data with the following commands:
    flatpak uninstall --delete-data
    flatpak uninstall --delete-data --user
    
  3. Reinstalled Element.
  4. Set permissions in Flatseal as shown in the screenshots below.
  5. Disabled Preferences > Enable hardware acceleration in Element (restart Element to apply changes).
  6. Added the following environment variable in Flatseal:
    ELECTRON_OZONE_PLATFORM_HINT=x11
    

Image

Image

After these steps, Element stopped flickering.
Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants