[X] I have searched the issue tracker for a bug report that matches the one I want to file, without success.
[X] I have searched the features list for this feature, and I couldn't find it.
[X] I have checked that I'm using the latest stable version of the app.
Problem Description
Right now, I can't launch the miru in native wayland mode.
I tried launch it using the --enable-features=UseOzonePlatform --ozone-platform=wayland flag, but the window does appear.
Here's the output:
❯ miru --enable-features=UseOzonePlatform --ozone-platform=wayland
Checking for beta autoupdate feature for deb/rpm distributions
Found package-type: deb
Checking for update
23:08:33.298 › Update for version 5.5.6 is not available (latest version: 5.5.6, downgrade is disallowed).
23:08:33.300 › checkForUpdatesAndNotify called, downloadPromise is null
23:08:34.557 › JASSUB: setting total libass memory limits to: glyph=80000 MiB, bitmap cache=1024 MiB
23:08:34.558 › [object ProgressEvent]
Proposed Solution
Tweak the electron somehow, so it launches in wayland.
I tried --in-process-gpu flag, but it doesn't work too. It launches, but in xwayland mode, and I think that app working natively in wayland is much better.
Preflight checklist
Problem Description
Right now, I can't launch the miru in native wayland mode. I tried launch it using the
--enable-features=UseOzonePlatform --ozone-platform=wayland
flag, but the window does appear. Here's the output:Proposed Solution
Tweak the electron somehow, so it launches in wayland.