-
Notifications
You must be signed in to change notification settings - Fork 32
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
public.command not working #63
Comments
Hello Can you paste the example you are talking about here? |
functionIdentifier public.command settings title Sample Command programArguments /usr/bin/say -v Alex Hello, I'm a Mac! |
Can you show me your final plist? Please, use code formatting in GitHub to keep things readable. |
Below is my working preference file. If I paste your example code, from https://github.com/ygini/Hello-IT/wiki/public.command, into it, and do a defaults read on the preferences file, and then select reload from the app menu. Hello IT will not relaunch. ` content
|
Well the github code formatting is either doing something weird with my plist or it is highlighting some error that I was unaware of. It is not displaying the the plist correctly in my previous comment. The plist does however function as expected. |
"Maybe I will test with a simplified plist" I definitely found this approach to be helpful when I built out my Hello-IT profile (which is 562 lines long at this point). I just went step by step adding a section at a time and making sure I didn't break anything before adding the next part. |
Your sample miss the plist headers. Be sure to have something that look like the preference shown here https://github.com/ygini/Hello-IT/wiki/Preferences#content |
What you are showing us here is not a complete plist. Did you read the preference documentation? The link I’ve shared on my previous message? |
The example had a spelling error on: I have edited the example in the Wiki. Now my plist will load. However, HelloIT will still not do the example command successfully and I have not been able to find the issue using Console. |
I concur, will load with case fix. Wont do the example. I also tried doing a touch on a file in /Users/Shared. Did not work either. |
I'm probably doing something wrong
but if i paste the example from the wiki into my preference plist and reload the app it never reloads. Meaning hello it disappears from the menu bar and wont come back until i remove the public.commmand section.
I am running HelloIT v1.6
The text was updated successfully, but these errors were encountered: