linuxmint / hypnotix

An M3U IPTV Player
1.26k stars 169 forks source link

Is it intentional that mpv video window is shown separately, not nested into Hypnotix main window? #198

Open N0rbert opened 2 years ago

N0rbert commented 2 years ago

I see the following behavior inside virtualbox 6.1:

hypnotix-20 3

Host is the Ubuntu MATE 18.04.6. Guest is the latest LinuxMint MATE 20.3 installed with all updates.

Axel-Erfurt commented 2 years ago

If you're using Wayland go the Hypnotix preferences and add the following to the list of MPV options:

vo=x11

Run Hypnotix with:

GDK_BACKEND=x11 hypnotix

N0rbert commented 2 years ago

It is default fresh installation, so it is already using X11. But adding vo=x11 helped. Very good UX.

LinuxOnTheDesktop commented 2 years ago

@N0rbert

Do you mean that running Hypnotix via GDK_BACKEND=x11 hypnotix entirely solved the problem?

clefebvre commented 2 years ago

@N0rbert

Do you mean that running Hypnotix via GDK_BACKEND=x11 hypnotix entirely solved the problem?

I think he means to put vo=x11 in the MPV settings:

image

LinuxOnTheDesktop commented 2 years ago

Ah, OK - and, I take, so doing solves the problem.