flathub / com.makemkv.MakeMKV

https://flathub.org/apps/details/com.makemkv.MakeMKV
9 stars 20 forks source link

Add Wayland socket permission #67

Open joshua-stone opened 8 months ago

joshua-stone commented 8 months ago

It appears that MakeMKV comes with a native Wayland backend. Like most Qt applications, it will automatically use Wayland instead of Xwayland if possible:

$ flatpak run --socket=wayland com.makemkv.MakeMKV
MatMaul commented 8 months ago

bot, build

flathubbot commented 8 months ago

Queued test build for com.makemkv.MakeMKV.

MatMaul commented 8 months ago

bot, build

flathubbot commented 8 months ago

Queued test build for com.makemkv.MakeMKV.

MatMaul commented 8 months ago

bot, build

flathubbot commented 8 months ago

Queued test build for com.makemkv.MakeMKV.

flathubbot commented 8 months ago

Started test build 82688

flathubbot commented 8 months ago

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

flatpak install --user https://dl.flathub.org/build-repo/65318/com.makemkv.MakeMKV.flatpakref
michaelkuhn commented 8 months ago

I just noticed that when I start MakeMKV using Wayland and 3x scaling on GNOME, the icons appear much too large, making the UI practically unusable. I'll have to check whether the same happens with 2x scaling. @joshua-stone Have you noticed anything like this as well?

joshua-stone commented 8 months ago

@michaelkuhn Can you show a screenshot of what this looks like? I don't have a large monitor, so I only ever use 100% scaling.

flathubbot commented 8 months ago

Started test build 82748

flathubbot commented 8 months ago

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

flatpak install --user https://dl.flathub.org/build-repo/65382/com.makemkv.MakeMKV.flatpakref
MatMaul commented 8 months ago

I think Qt 5.15 is not great with Wayland in general, a lot of fixes happened on Qt 6. I just tried and currently MakeMKV is not compatible with Qt 6.

We may want to wait for that to enable Wayland backend by default.

joshua-stone commented 8 months ago

When can we expect MakeMKV to be ported to Qt 6?