-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Jitouch not launching automatically due to lack of permissions #67
Comments
Can you check if the folder Also, the latest versions of macOS put extra restrictions on LaunchAgents. Do you see "Aaron Kollasch > 1 item" in General > Login Items and is it enabled? |
Both Giving the write access with
Here's the result of
UpdateAfter giving the write permissions, reinstalling Jitouch with official package does seem to resolve the issue. Although I still wonder why this became an issue for Jitouch, I think you can close this issue. Thank you for the help! |
Ok, great! I was going to suggest manually loading and unloading the plist with
Perhaps reinstallation ended up doing something similar, and the difference from the first try is that you have the login item enabled this time? Anyway, thanks for reporting! |
Also, feel free to put write permissions for the LaunchAgents folder back to their original state - the plist shouldn't need to be changed now. It is odd that you had to change the permissions to get it to write the file. Do you know if enabling the launch agent in System Settings was involved? |
Before reinstalling, I deleted the launch agent (plist) so I believe it's not the case.
What do you mean by "enabling the launch agent in System Settings"? I didn't try to manually load launch agents via terminal, nor to toggle on/off in Settings. All I did was giving the write permission to LaunchAgents folder. One difference I noticed when reinstalling with official package was, the package installer now prompted me to select which user(i.e. global or user) to install Jitouch for. Before giving the permission, I tried reinstalling numerous times, but I had never encountered such a step. That being said, I don't understand how it's relevant in this case. |
Which version of macOS are you using? Monterey adds an on/off permission switch for each launch agent in General > Login Items. |
I'm using Ventura 13.2, and yes I have the toggle switches in Login Items. But I didn't manually enable the launch agent. It was enabled from the beginning. |
Hello,
These days I've been experiencing some issues where Jitouch would not launch on start up in my new m1 macbook.
I had to manually run the app via terminal with the following command:
Reading through the readme, issues, and all the troubleshooting guide you provided, I found that this is because LaunchAgents are not set up correctly. All these command gave me no results related to Jitouch:
Interestingly, even if I run Jitouch manually and set the log level to Debug, I was not able to find any logs at
~/Library/Logs/com.jitouch.Jitouch.prefpane.log
and/Library/Logs/com.jitouch.Jitouch.prefpane.log
So I built the app from the source, ran it, and was able to create the log:
The error message in Korean can be translated into
You don't have permissions to save 'com.jitouch.Jitouch.plist' file in 'LaunchAgents' folder.
. Note that I have Jitouch enabled in my Settings > Privacy > Accessibility list.Now I'm stuck here. Can you help me trace down the issue?
Thanks.
The text was updated successfully, but these errors were encountered: