Max Baz
Max Baz
Thanks for the ping! I can confirm that it doesn't seem to have any significant effect anymore, CPU usage seems similar, sites that heavily use animations, Google Maps, video playback,...
Hello! Before talking about implementation details, I want to highlight a big caveat: it looks like xcap will get the screenshot out, which you can then process. When I tried...
See also https://github.com/maximbaz/wluma/issues/5 for a quite promising alternative
A few weeks later, I'm curious if you still use wluma with your patch, even though it consumes an entire CPU core? I suppose it's less noticeable on desktop than...
The code uses dbus to send those notifications, interesting that you don't get e.g. this error message: https://github.com/maximbaz/yubikey-touch-detector/blob/d1bd5f9fe6be08b0c74d38a52a6f48ca37e190ba/notifier/libnotify.go#L66-L70 Could it be that suspend breaks dbus itself for you somehow? Can...
And if it works with plain `gdbus`, maybe this connection drops somehow after suspend? https://github.com/maximbaz/yubikey-touch-detector/blob/d1bd5f9fe6be08b0c74d38a52a6f48ca37e190ba/notifier/libnotify.go#L17-L22 If "Cannot show notification" error doesn't show up, I'm not sure if we can programmatically...
Thanks for the details, great to know that there is a workaround. If it's not too difficult, could you try the code from latest main, to see if that automatically...
I can see it's coming from a dependency we use: https://github.com/esiqveland/notify/blob/22b3f2d84ae32850a2e642dc7966443e4c8eeb4f/notification.go#L390 It would be great if you could ask in their repo whether this is meant to be an actionable...
Thanks for sharing, didn't know about this at all! It looks like anyone may submit packages (doesn't have to be the original author), and I believe it's better if this...
Thanks for writing up the details! Could you share a bit more info on how exactly the "bad state" looks like when you restart the app and trigger the issue?...