Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gestures triggered twice #46

Closed
Nomad347 opened this issue Nov 5, 2022 · 7 comments · Fixed by #49
Closed

Gestures triggered twice #46

Nomad347 opened this issue Nov 5, 2022 · 7 comments · Fixed by #49

Comments

@Nomad347
Copy link

Nomad347 commented Nov 5, 2022

Mainly for tip tap gestures and swipe. Two finders/3finger clicks work fine. Checked to make sure only one process running

https://justpaste.it/2mcsx

@aaronkollasch
Copy link
Collaborator

What version of Jitouch and macOS are you using? Also, how did you check that only one process was running?

The log you sent is a bit long, could you clear the logs and restart Jitouch, then reproduce the issue. And set the logging mode to Debug temporarily.

Thanks

@Nomad347
Copy link
Author

Nomad347 commented Nov 11, 2022

Running macOS Ventura and jitouch 2.82.0. Using Magic Mouse gen 1
launchctl list | grep Jitouch
1252 0 com.jitouch.Jitouch.agent

log below
https://justpaste.it/8obmi

thanks for getting back

@aaronkollasch
Copy link
Collaborator

aaronkollasch commented Nov 11, 2022

Are you also using a Magic Trackpad?
Device 112 should be your Magic Mouse, and device 129 should be a Magic Trackpad 2.

Then again, the repeated gestures are both on device 1 (magic mouse) so I don't think it's a case of registering the callback twice for the same device.

Had you seen this issue before macOS Ventura?

@aaronkollasch
Copy link
Collaborator

Hey, I've made a pull request that might fix this issue, if the problem is that Jitouch adds a callback twice for the same device. Can you try out the debug build below and let me know how it goes? I don't have a Magic Mouse to test with, so If you can send similar logs as before, that would be great.

Install-Jitouch.pkg.zip

@Nomad347
Copy link
Author

Issue seems to have gone. I'll keep testing over the weekend and close ticket
log attached
https://justpaste.it/cbbkg

Can't thank you enough for keeping this project alive
have a nice weekend

@aaronkollasch
Copy link
Collaborator

Great! I've linked the pull request to this issue, so this issue will close automatically when I merge the changes.

Does everything work as expected if you turn the magic mouse off and on again? Or restart Jitouch with the mouse off and then turn it on?

Thanks for reporting.

@Nomad347
Copy link
Author

restarted machine a few times. App works correctly now. Enabling and disabling in pref pane works correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants