carrot69

Results 10 comments of carrot69

Hi @nkuttler, I like this; I'm gonna take a look at the docs, if I need some help I'm gonna tell you! Thanks!!!

Indeed, keep-presence uses pynput who is currently having issues as well with Wayland. Once they fix it, we should be fine! Anyway, if someone finds a bugfix, please create a...

Until this is updated into the Gnome Extensions website, you can install it in gnome 42 by doing it manually: https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock/wiki/Installation

For those who can't make this or another solution work, I just made this simple program, the only thing that it does is to move the mouse cursor if it...

> an update. We'll have to wait for this to be closed [moses-palmer/pynput#331](https://github.com/moses-palmer/pynput/issues/331) @suncoastkid keep-presence uses the pynput library, we have to wait for pynput to fix the problem. https://pynput.readthedocs.io/en/latest/limitations.html?highlight=wayland#linux

@nkuttler just added this, check if it's working correctly for you, as it's my first time with pypi: https://github.com/carrot69/keep-presence/tree/master#install-from-pypi

Hey @m-jonas! I'm happy that you're enjoying this tool! Unfortunately, I don't have Windows at the moment. However, [I've just created a pull request](https://github.com/carrot69/keep-presence/pull/22) that I believe addresses your issue....

Hey @m-jonas! Sorry, I made a mistake with the variable name. I guess I'll need to refactor since I have two variables that are called the same but one with...

Based on what you say and on this link: https://github.com/moses-palmer/pynput/issues/81 My best guess is that pynput returns the mouse position as None because the screen is locked. I'm going to...

Yeah :D I'm glad it worked! I'm going to do a little refactoring and improve this pull request so I can push the fix to master. Thanks for reporting this...