JManch
JManch
Deleting these two lines fixes it for me. https://github.com/janeczku/calibre-web/blob/fcc95bd8953c0b1c00c7af1dfd2f3bb3b3c9dbd0/cps/helper.py#L920 https://github.com/janeczku/calibre-web/blob/fcc95bd8953c0b1c00c7af1dfd2f3bb3b3c9dbd0/cps/cover.py#L38
I've bisected and 513a9f53d07a4ef5bafabde2d629c4801b12fc52 is the first commit with the issue
I'm using Hyprland on NixOS and building Supersonic with the wayland tag. I haven't experienced these issues on the x11 build. The UI freeze doesn't happen immediately; it happens randomly...
> Does this one also only happen with the `-tags wayland` build? Yes both of the issues only happen with `-tags wayland`
> Are you able to use the X11 build via xwayland? Wayland support in Fyne is still buggy/experimental which is why I don't offer "official" Wayland builds. Yeah I'll switch...
I’ve been trying to solve this and found that if I replace https://github.com/hyprwm/hyprlock/blob/71691634e4ba32017325d92eb1870b32f63d9189/src/renderer/Renderer.cpp#L620 with `g_pHyprlock->releaseSessionLock()`, I can simply run `hyprctl dispatch dpms on` in a post-unlock script to turn on...
> [@JManch](https://github.com/JManch) ?? then just `hyprlock && hyprctl dispatch dpms on`. @PaideiaDilemma this doesn't work because Hyprlock does not unlock if you authenticate with the screen off (probably due to...
> Yeah but you proposed change is equivalent to that. Not sure I follow. To be clear this is the behavior I want: when Hyprlock is running and DPMS is...