Colin Kinloch

Results 86 comments of Colin Kinloch

Okay, I think I've reproduced your issue with `flatpak run --env=LC_ALL=C.ANSI_X3.4-1968 --nosocket=wayland --command=celestia-qt6 space.celestiaproject.Celestia//test` So could you test it with: ``` flatpak run --env=LC_ALL=C.UTF-8 space.celestiaproject.Celestia//test ``` Testing it without the...

Hello. The flathub repo gets PRs automatically whenever there's a new tag on this repo. I test the PRs on mutter and take a quick look at the commits before...

One option might be to use `--filesystem=host-os:ro` to use the compositors gamescope version. That would be a per app permission, not a particularly convenient solution. Maybe a separate gamescope extension...

@Alvsar it needs to be installed to downgrade

Oh, I see. Its a user install. Add `--user` after `update` and remove the `sudo`.

The `22.08` version shouldn't have this issue. You want to downgrad `23.08`. Add `//23.08` after `.gamescope`

Oh well, I guess dark mode will have to wait for wxWidgets `3.2.3.x`. Rolling back, https://github.com/flathub/info.cemu.Cemu/pull/81

The rolled back flatpak is now published. You can close this or maybe rename it to something like "wxWidgets 3.2.3 crash"

I just noticed, NVIDIA + wayland. Are you are forcing Cemu to use x11 with `--nosocket=wayland`?

That's what I meant. XWayland is an x11 implementation on top of wayland. Setting `--nosocket=wayland` will make it seem from Cemus point of view that it's using x11. Otherwise the...