tlecomte / friture

Real-time audio visualizations (spectrum, spectrogram, etc.)
http://friture.org
GNU General Public License v3.0
936 stars 161 forks source link

Issue with meters in Wayland on KDE #249

Open silentsonata opened 1 year ago

silentsonata commented 1 year ago

When launching Friture on KDE running wayland meters do not render to the window.

Expected Behavior

Meters should show in the different views.

Current Behavior

The meters seam to be missing on the scope, fft spectrum, octave spectrum, and long-time levels.

Additional Troubleshooting

When running the app in x11 instead of wayland the meters are visible under kde. In gnome on wayland it seams to function normally. This only affect when launched in KDE under wayland.

Steps to Reproduce

  1. Start KDE in wayland
  2. Launch Friture
  3. Choose any of the views from above.

Screenshot_20230326_182012

Tavlor commented 1 year ago

I am experiencing the same issue. I was able to get it to work in KDE by launching with QT_QPA_PLATFORM=xcb ./friture-VERSION.AppImage . Not perfect, but functional

https://wiki.archlinux.org/title/Wayland#Qt