flathub / org.mixxx.Mixxx

https://flathub.org/apps/details/org.mixxx.Mixxx
7 stars 6 forks source link

Added DRI permission #21

Closed hfiguiere closed 4 years ago

hfiguiere commented 4 years ago

It needs DRI since it uses GL. And I noticed glitches (with wayland at least) that are gone with DRI.

flathubbot commented 4 years ago

Started test build 20059

FakeShemp commented 4 years ago

- --device=all includes dri

flathubbot commented 4 years ago

Build 20059 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/19241/org.mixxx.Mixxx.flatpakref
hfiguiere commented 4 years ago

I was convinced that --device=all excluded the other explicit permissions since --device=shm is. I was wrong.

But then I forget why I thought this was needed (I had errors about rendering).

Let's close this. Sorry for the noise.