Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Capture One unlocks locked image files

Comments

4 comments

  • Thomas Kyhn
    Top Commenter

    I contacted support about this, and it's reproducible, but the company has "chosen not to prioritize resources into a fix at this point in time" – i.e. they've introduced a very inconvenient bug and aren't going to waste resources fixing it.

    Any suggestions for an alternative workaround?

    1
  • Marcin Mrzygłocki
    Top Commenter

    Maybe take permissions away? Lock, chmod and chown using the same script pattern.

    Edit: I don't know if "locking" is somehow related to "setting immutable flag", but you may look the other one up. Speaking as a Linux user, so there is a risk this feature won't be available to you.

    Edit 2: Google tells me that

    chattr +i

    is equivalent to the following on Mac

    chflags schg

    So you should pull permissions out and show who is the boss...

    1
  • Thomas Kyhn
    Top Commenter

    Marcin Mrzygłocki

    Thanks for the suggestion. I'll give that a try and see if it works.

    1
  • Thomas Kyhn
    Top Commenter

    With "sudo" it works:

    sudo chflags schg

    I just tried with one file so far. When I try to rename it in Capture One, I get this:

    Thanks for your help!

    1

Please sign in to leave a comment.