Chris Rizzitello
Chris Rizzitello
``` --- src/apps/CMakeLists.txt.orig 2025-04-07 12:24:27 UTC +++ src/apps/CMakeLists.txt @@ -19,6 +19,9 @@ function(generate_app_man TARGET) --no-info $ -o $/${target}.1 + COMMAND sed -i.bak -e \'s|$/||\' + -e \'s|$ENV{HOME}|$$HOME|\' + $/${target}.1 )...
not a bad idea would you like to draft a pr or should i ?
Have you tried this with the continuous release ? iirc Nick submitted some fixes for cursor hiding on windows.
I will consider this in my Redesign of the main window
Similar Issue #3665
Is this a bug ? Not really The gui and the core don't need one another at all. Can we handle this case better oh yeah .. When the gui...
@nbolton can you test this I can't repo this with my setup Tested the following by connecting the client and keeping the cursor on the screen while the machine turns...
Can you try to narrow it down i can't repo this using mac os / linux.
@coekfung can you make sure that you have given deskflow mac os (your server) the premission for "input sharing" I can not trigger this maybe related to windows client mode...
Yeah if its working normally then yes you permissions are correct. Looking forward to your findings