WarmUpTill

Results 243 comments of WarmUpTill

I now implemented the support for specifying the desired message type. The requested button to listen for input to make the message selection easier has also been added. I also...

Thanks a lot for the tests! I really do appreciate it! :) Regarding the crashes: Do you still have the crash report as well? (Not sure if / where they...

@mishakim Thanks a lot for your extensive tests! If should find any indication that the plugin is somehow related to the issues you are facing please to let me know!...

The changes in the linked PR might be able to resolve the issue, as instead of relying on the `XQueryPointer()` function the Qt function `QCursor::pos()` is used. I would appreciate...

Huh, that is strange - not sure why it would segfault in some Qt paint function. I would appreciate it if you can share the core file. > Looks like...

Thanks for sharing the core file! I added additional error handling for non X11 windowing systems. A build should be available here in a few minutes: https://github.com/WarmUpTill/SceneSwitcher/actions/runs/3584941397 Seems to work...

> Give the nature of this, I wonder if it's a security problem. Is Wayland not sending cursor updates on purpose? As far as I understood X11 and Wayland are...

A build with the requested functionality will be available here in a few minutes: https://github.com/WarmUpTill/SceneSwitcher/actions/runs/7435086918?pr=977 ![image](https://github.com/WarmUpTill/SceneSwitcher/assets/19472752/3d931352-ae9c-4359-a635-53827ce0b433) Let me know if you run into any issues with this build! :)

Yes it should be safe to use. Maybe [backup](https://github.com/WarmUpTill/SceneSwitcher/wiki/Saving-and-loading-settings#how-to-create-and-import-a-backup-of-your-settings) your advanced scene switcher settings just to be safe in case something goes wrong.

I will add it to the todo list but I cannot promise that I will get around to it soon.