ThaUnknown / miru

Bittorrent streaming software for cats. Stream anime torrents, real-time with no waiting for downloads.
https://miru.watch
GNU General Public License v3.0
2.68k stars 143 forks source link

[Bug]: miru window doesn't show on hyprland #587

Closed UnoSee closed 1 week ago

UnoSee commented 1 week ago

Preflight checklist

What app version are you using?

5.5.8

What operating system version are you using?

Linux

Expected Behavior

when miru is executed through a terminal or a app launcher the window would show up

already tested on kde plasma 6 (wayland) it launch fine

Actual Behavior

when miru is executed the process starts but no window showing

tried flags: --enable-features=UseOzonePlatform --ozone-platform=wayland --in-process-gpu --no-sandbox

Screenshots

screenshot_19112024_075619

UnoSee commented 1 week ago

I found the fix!

If you're facing issues, try running: miru --ozone-platform=x11

If you still experience lag and are using a discrete GPU, use: miru --ozone-platform=x11 --in-process-gpu

The first solution worked perfectly for my Intel iGPU, while the second resolved the lag I encountered on my PC with an NVIDIA GPU.