Results 97 comments of Sungjoon Moon

That bug occurs when it's moving from one monitor (scale 1) to other monitor (scale 2) for me. Tested with fcitx5

https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3527 wlroots 0.17 is coming

You can fix CI like this. Change xwayland alpine package to xwayland-dev https://github.com/OctopusET/cage/pull/2/commits/850dcd6be85c948f269d4c58d294eb4181149703 But there's other compile errors

https://github.com/OctopusET/cage/actions/runs/6953804611/job/18919514519 Here are the compile error logs. I changed CI config to continue other jobs even one job fails. #291

This sway patch will be helpful for fixing this compile error. wlroots changed `map/unmap` behaviors. https://github.com/swaywm/sway/pull/7498/files It's also included on their breaking changes of 0.17.0 release (https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.0) wlroots MR: `compositor:...

I'm building hangover on my visionfive2 (riscv64) now. I changed arm to riscv32 when I build qemu. Build works for now but the problem is llvm-mingw. It doesn't support riscv64,...

설치하신 방법을 남겨주세요 AUR을 사용하셨나요?

It works with Weston 13.0.0 To use kime on weston, you need to add this to weston.ini ``` [input-method] path=/usr/bin/kime ```

It's pretty messed up, but there is a way to get the compositor name without using the`XDG_CURRENT_DESKTOP` env. https://stackoverflow.com/questions/69302630/wayland-client-get-compositor-name

And even in sway, there's no guarantee sway session always have the `XDG_CURRENT_DESKTOP` env. https://github.com/swaywm/sway/pull/4876