Closed robiot closed 1 year ago
Yup this seems to have fixed the issue, at least for me. @UrsoTriangularo or @Shringe, could you test if it works on your machine, then I can merge and release?
I can test later today and verify.
@robiot how do I build the nightly with this commit? I have cloned the fix/g_idle_add_once branch and ran make release
, but the following executable in ./build/release/src/xclicker
still crashes when setting hotkey. I assume that was the stable branch and there is some way to build nightly with the commit in place, akin to some form of make nightly
?
@Shringe Hmm very strange, make sure to clone, run git checkout fix/g_idle_add_once
then make all
. Let me know if that worked.
Yep, make all
was it not make release
, seems to work completely fine now.
Ok perfect! Thanks for testing it out!
Closes #83 possibly also closes #82, #68 I am not on a linux system rn so I cant test but I will try to remember to check when I can.