Something went wrong while setting issue due date.
If StateChangeAction path contains a space, the script will not trigger
Log error:
NoMAD[3265:45970] launch path not accessible
Designs
An error occurred while loading designs. Please try again.
- Show closed items
GraphQL error: The resource that you are attempting to access does not exist or you don't have permission to perform this action
No child items are currently open.
Link issues together to show that they're related.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- username-removed-522051 added Bug label
added Bug label
- username-removed-522051 changed milestone to %v. 1.0.3
changed milestone to %v. 1.0.3
- Owner
If you escape the spaces with a \ does it work?
- Author
Here's what I found after some more experimentation:
defaults write com.trusourcelabs.NoMAD StateChangeAction /Users/jcuozzo/OneDrive\ -\ Company/Scripts/script.sh
doesn't work.
defaults write com.trusourcelabs.NoMAD StateChangeAction "/Users/jcuozzo/OneDrive\ -\ Company/Scripts/script.sh"
doesn't work.
defaults write com.trusourcelabs.NoMAD StateChangeAction -string "/Users/jcuozzo/OneDrive\ -\ Company/Scripts/script.sh"
works! I will leave it up to you whether this should stay open, but I'm happy with the workaround.
Thanks for this great tool BTW!
Edited by username-removed-967942 - username-removed-522051 added Documentation and removed Bug labels
added Documentation and removed Bug labels
- Owner
This is similar to how you need to do path strings for other actions.
Glad you have it working, I'll keep this open to remind me to add this to do the docs.
1 - Owner
Preference key documentation updated.
https://www.nomad.menu/help-center/preferences-and-what-they-do/
- username-removed-522051 closed
closed
Please register or sign in to reply