greedist Posted May 22 Share Posted May 22 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   Link to comment
vitor Posted May 22 Share Posted May 22 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. Link to comment
greedist Posted May 22 Author Share Posted May 22 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?   Link to comment
vitor Posted May 22 Share Posted May 22 Yes, screencapture is there three times. It should always be at the start of line (ignoring spaces). Link to comment
greedist Posted May 22 Author Share Posted May 22 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" 😠Link to comment
vitor Posted May 22 Share Posted May 22 After screencapture. In the first line, it would become screencapture -u -is "$filenamepath" >/dev/null 1>&2. Link to comment
greedist Posted May 23 Author Share Posted May 23 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!! Link to comment
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