greedist Posted May 22, 2023 Posted May 22, 2023 https://drive.google.com/file/d/1kj26LAGybPXoHwrjsA4qX70X1riQuJak/view?usp=sharing  It's a workflow that I downloaded and used a long time ago, but after the Monterey upgrade, I can't see the preview image at the bottom right 😠 Is it possible to modify it so that I can see the preview again like before?  Below is the picture I uploaded to explain  Â
vitor Posted May 22, 2023 Posted May 22, 2023 You’ll need to go into each Run Script, find each instance of screencapture, and add -u right after it, so it becomes screencapture -u <WHATEVER ELSE IS THERE>. That has two consequences:Files are only saved after the preview disappears.Files are saved with the macOS default settings.
greedist Posted May 22, 2023 Author Posted May 22, 2023 50 minutes ago, vitor said: You’ll need to go into each Run Script, find each instance of screencapture, and add -u right after it, so it becomes screencapture -u <WHATEVER ELSE IS THERE>. That has two consequences: Files are only saved after the preview disappears. Files are saved with the macOS default settings.   Thank you for your answer 🙂  Is the instance you mentioned in the picture below?  Â
vitor Posted May 22, 2023 Posted May 22, 2023 Yes, screencapture is there three times. It should always be at the start of line (ignoring spaces).
greedist Posted May 22, 2023 Author Posted May 22, 2023 3 minutes ago, vitor said: Yes, screencapture is there three times. It should always be at the start of line (ignoring spaces).  I don't know exactly where to write "-u" ðŸ˜
vitor Posted May 22, 2023 Posted May 22, 2023 After screencapture. In the first line, it would become screencapture -u -is "$filenamepath" >/dev/null 1>&2.
greedist Posted May 23, 2023 Author Posted May 23, 2023 20 hours ago, vitor said: After screencapture. In the first line, it would become screencapture -u -is "$filenamepath" >/dev/null 1>&2.  Sorry for the late reply 😠I tried it as you explained, and it really works!! Thank you so much!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now