trackball gestures stopped working
In my mx ergo trackball, I have mapped the wheel "right click" and "left click" to "desktop right" and "desktop left" respectively. It has been working just fine for long time. But now, it has just stopped working. I opened logi options+, and there is the warning "secure input for loginwindow may prevent your device from functioning properly". I have followed the instructions from the suggested web page. I get the following:
bash-3.2$ ioreg -l -d 1 -w 0 | grep SecureInput
"IOConsoleUsers" = ({"kCGSSessionOnConsoleKey"=Yes,"kSCSecuritySessionID"=100020,"kCGSSessionSystemSafeBoot"=No,"kCGSessionLoginDoneKey"=Yes,"kCGSSessionIDKey"=257,"kCGSSessionUserNameKey"="rlopezlopez","kCGSSessionGroupIDKey"=20,"CGSSessionUniqueSessionUUID"="49543CF4-9CD5-42FE-93C7-C5E496547FEC","kCGSSessionSecureInputPID"=396,"kCGSessionLongUserNameKey"="rlopezlo","kCGSSessionAuditIDKey"=100020,"kCGSSessionLoginwindowSafeLogin"=No,"kCGSSessionUserIDKey"=501})
bash-3.2$ ps aux | grep 100020
rlopezlopez 45711 0.0 0.0 410733376 1616 s000 S+ 7:06PM 0:00.01 grep 100020
bash-3.2$ ps aux | grep 396
root 543 10.8 0.5 412396160 177488 ?? Rs 6:00PM 5:42.27 /Applications/Cisco Secure Endpoint/Secure Endpoint Service.app/Contents/MacOS/ampdaemon
root 7299 0.0 0.0 411433968 8896 ?? SN 6:07PM 0:03.77 /opt/cisco/secureclient/bin/dnscryptproxy --deviceId=010165F894C66F50 --noConsole --allowlist=/opt/cisco/secureclient/umbrella/data/mergedlocaldomains --resolvConf=/opt/cisco/secureclient/umbrella/resolv.conf --listenAddress=127.0.0.1 --encryption=standard --resolverAddress=208.67.222.222
rlopezlopez 6675 0.0 0.3 1865383728 127072 ?? S 6:07PM 0:00.42 /Applications/Google Chrome.app/Contents/Frameworks/Google Chrome Framework.framework/Versions/134.0.6998.166/Helpers/Google Chrome Helper (Renderer).app/Contents/MacOS/Google Chrome Helper (Renderer) --type=renderer --string-annotations=enrollment-domain=splunk.com --enable-dinosaur-easter-egg-alt-images --lang=en-US --num-raster-threads=4 --enable-zero-copy --enable-gpu-memory-buffer-compositor-resources --enable-main-frame-before-activation --renderer-client-id=47 --time-ticks-at-unix-epoch=-1743609580704528 --launch-time-ticks=463963817 --shared-files --field-trial-handle=1718379636,r,1086694544148961242,10347786041506155503,262144 --variations-seed-version=20250402-050119.386000 --seatbelt-client=218
rlopezlopez 3414 0.0 0.0 426982432 3968 ?? S 6:01PM 0:00.47 /Library/Apple/System/Library/CoreServices/XProtect.app/Contents/XPCServices/XProtectPluginService.xpc/Contents/MacOS/XProtectPluginService
rlopezlopez 1396 0.0 0.0 426982768 9200 ?? S 6:00PM 0:00.14 /System/Library/CoreServices/ScopedBookmarkAgent
rlopezlopez 879 0.0 0.4 417222944 153968 ?? S 6:00PM 2:43.37 /System/Applications/Mail.app/Contents/MacOS/Mail
rlopezlopez 396 0.0 0.2 412729536 84752 ?? Ss 6:00PM 0:04.39 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow console
rlopezlopez 46086 0.0 0.0 410733376 1616 s000 S+ 7:06PM 0:00.01 grep 396
bash-3.2$
unfortunately killing the process with the process 396 (loginwindow) blocks my session and I need to restart mac. After restarting, I have the same problem. it does not work.
