Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX error: libX11.6.dylib is damaged and can't be opened - after security allow #9

Open
securingmom opened this issue Jan 1, 2021 · 5 comments

Comments

@securingmom
Copy link

securingmom commented Jan 1, 2021

This is on MacBook Pro 16" i9 64gigs ram, 5600 GPU, Catalina. (BigSurBlocker until kinks fade)

For an app I can click a function key prior to opening an app.

I am able to fix the first gmic_gimp_qt hurdle

Screen Shot 2021-01-01 at 3 31 45 PM

Now I can use security and privacy to add an exception HOWEVER the next item it takes issue with I cannot solve

Screen Shot 2021-01-01 at 3 35 44 PM

Screen Shot 2021-01-01 at 3 35 47 PM

Screen Shot 2021-01-01 at 3 36 09 PM

Screen Shot 2021-01-01 at 3 37 01 PM

Stuck on

libX11.6.dylib

Screen Shot 2021-01-01 at 3 47 38 PM

MD5 hash of that file:
3b63f02e0121cb0b9225add694fcade8

edit: added mac specific details atop issue

@securingmom securingmom changed the title OSX error: libX11.6.dylib cannot be opened ... developer cannot be verified OSX error: libX11.6.dylib is damaged Jan 1, 2021
@securingmom securingmom changed the title OSX error: libX11.6.dylib is damaged OSX error: libX11.6.dylib is damaged and can't be opened - after security allow Jan 1, 2021
@securingmom
Copy link
Author

similar to
#7

@karo11
Copy link

karo11 commented Jan 2, 2021

I don't have Catalina nor Big Sur.
I can only imagine a gatekeeper problem with XQuartz! Try to (re-)install XQuartz and open it with right click open. Try also to start xlogo or xterm from XQuartz!

@myduyenn218
Copy link

I found that it will run if we remove com.apple.quarantine attribute from libX11.6.dylib like this:

xattr -d -r com.apple.quarantine /path/to/file

@securingmom
Copy link
Author

securingmom commented Apr 10, 2021

Thank you, @myduyenn218

cd $HOME/Library/Application\ Support/GIMP/2.10/plug-ins/GMIC/lib
sudo xattr -d -r com.apple.quarantine ./lib*.dylib

I took the next extreme; I removed the attribute from all the files in that directory.

@arimus
Copy link

arimus commented Apr 9, 2024

Just to confirm that running

cd "~/Library/Application Support/GIMP/2.10/plug-ins"
xattr -d -r com.apple.quarantine .//GMIC/lib/libX11.6.dylib

got past the issue and another set of approvals required. Just have open the osx security panel and cancel dialog + approve in security panel each entry. The extreme xattr command above may have the same effect.

So no more errors, but the tool is still not showing up under filters for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants