Posts: 3
Threads: 1
Joined: Nov 2016
Adobe DNG Converter pop-ups are out of control
Every time LRTimelapse starts to calculate changes to my timelapse (visual previews, etc), it creates hundreds and hundreds of pop up icons in the dock on my Mac that bounce and bounce - it's driving me insane. My timelapse is roughly 1000 frames long so any time I need to render new previews I have to watch 1000 dock icons get created and then disappear, for upwards of 10 straight minutes. It's so distracting it makes it hard to use my computer. Is there any way to get rid of all the popups?
Posts: 11,390
Threads: 198
Joined: Feb 2011
Please see this faq post: http://forum.lrtimelapse.com/Thread-eye-...ng-in-dock
Posts: 11,390
Threads: 198
Joined: Feb 2011
I've updated the link: https://www.cnet.com/news/prevent-an-app...g-in-os-x/
Posts: 2
Threads: 1
Joined: Nov 2019
Posts: 2
Threads: 1
Joined: Nov 2019
Hello, I have tried to edit the PLIST folder as the article suggested but it says it's locked and can only edit a duplicate. Not sure what to do here. The DNG icons in the dock is excruciatingly annoying.
Posts: 11,390
Threads: 198
Joined: Feb 2011
Unfortunately on MacOS there is no official way to have a program not to open an icon in the dock. Since LRTimelapse uses heavy multithreading for performance reasons, as many DNG Converters as you have parallel threads configured in the settings will open up. But they will close again, after the task is finished.
Important: Just make sure to have MacOS System Preferences / Dock / Show recent applications in Dock set to off!!
If you want less icons popping up, set the number of threads to a lower value (LRTimelapse Settings / Expert Settings) - but this of course will slow things down.
Important: Just make sure to have MacOS System Preferences / Dock / Show recent applications in Dock set to off!!
If you want less icons popping up, set the number of threads to a lower value (LRTimelapse Settings / Expert Settings) - but this of course will slow things down.
Posts: 20
Threads: 11
Joined: Dec 2019
Posts: 20
Threads: 11
Joined: Dec 2019
Rehashing this one, Gunther.
I was able to edit the plist in the DNG converter contents. I did not see the LSUIElement line in there, so I just added it at the very bottom of the code. Now no DNG apps pop up... BUT with the added bonus that the visual previews isn't working. lol.
Is there a certain place to put that line of code in order for it to work?
This is where I put it:
<string>YES</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2023 Adobe Systems Incorporated</string>
<key>LSUIElement</key>
<true/>
</dict>
</plist>
I was able to edit the plist in the DNG converter contents. I did not see the LSUIElement line in there, so I just added it at the very bottom of the code. Now no DNG apps pop up... BUT with the added bonus that the visual previews isn't working. lol.
Is there a certain place to put that line of code in order for it to work?
This is where I put it:
<string>YES</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2023 Adobe Systems Incorporated</string>
<key>LSUIElement</key>
<true/>
</dict>
</plist>
Posts: 11,390
Threads: 198
Joined: Feb 2011
This is not gonna work on newer MacOS versions since you are breaking the integrity (signature) of the Mac App when you edit the .plist file.
You would have to sign the components and the app again to make it work, this is just not worth the effort.
If there was any solution to this, I've already had it documented.
But personally, I just don't care about those icons. I set my dock to be hidden and only show when I hover over it, so most of the time those icons are not visible. Launching apps from the dock can be a bit tricky, while the DNG tasks are running, but you can use spotlight then.
You would have to sign the components and the app again to make it work, this is just not worth the effort.
If there was any solution to this, I've already had it documented.
But personally, I just don't care about those icons. I set my dock to be hidden and only show when I hover over it, so most of the time those icons are not visible. Launching apps from the dock can be a bit tricky, while the DNG tasks are running, but you can use spotlight then.
Posts: 20
Threads: 11
Joined: Dec 2019
Posts: 20
Threads: 11
Joined: Dec 2019
Ok thanks for clarifying! Yes I have the same setup to hide unless I hover over it.
Appreciate ya!
Appreciate ya!