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

Cannot install DarkTable on M1 Mac. #17222

Closed
ReshV opened this issue Jul 29, 2024 · 6 comments
Closed

Cannot install DarkTable on M1 Mac. #17222

ReshV opened this issue Jul 29, 2024 · 6 comments
Labels
scope: macos support macos related issues and PR

Comments

@ReshV
Copy link

ReshV commented Jul 29, 2024

Describe the bug

Cannot install DarkTable on M1 Mac.

Steps to reproduce

  1. Installed the DMG.

  2. followed the fix instructions from the page "Fixing issues with macOS security settings"

  3. App pretends to load but in reality just sits on the dock not responding.

Expected behavior

No response

Logfile | Screenshot | Screencast

No response

Commit

No response

Where did you obtain darktable from?

downloaded from www.darktable.org

darktable version

darktable-4.8.1-arm64-macOS-13.5.dmg

What OS are you using?

Mac

What is the version of your OS?

MacOS 14.5 Sonoma

Describe your system?

MacBook Pro M1

Are you using OpenCL GPU in darktable?

None

If yes, what is the GPU card and driver?

No response

Please provide additional context if applicable. You can attach files too, but might need to rename to .txt or .zip

N/A

@zisoft
Copy link
Collaborator

zisoft commented Jul 29, 2024

Can you please try with darktable-4.8.1-arm64.dmg which is for macOS 14 and above.

@zisoft zisoft added the scope: macos support macos related issues and PR label Jul 29, 2024
@ReshV
Copy link
Author

ReshV commented Jul 30, 2024

Screenshot 2024-07-29 at 10 05 06 PM Screenshot 2024-07-29 at 10 08 19 PM Same issue.

It says MacOS can't verify the source

I ran the following command and it says permission denied-
xattr -dr com.apple.quarantine /Applications/darktable.app

I also ran -
xattr -d com.apple.quarantine ~/Downloads/darktable*.dmg

@MStraeten
Copy link
Collaborator

Please run darktable via terminal:
/Applications/darktable.app/Contents/MacOS/darktable -d common to see if there are messages indicating where it fails

@ReshV
Copy link
Author

ReshV commented Jul 30, 2024

Hi,
Tried it,

Pasting the screenshot below. trying to interprit it.

Screenshot 2024-07-30 at 12 13 33 AM

@zisoft
Copy link
Collaborator

zisoft commented Jul 30, 2024

Check the permissions of the ~/.config folder, it needs to be writeable for your user.

sudo chown <username> ~/.config
sudo chmod -R 755 ~/.config

Then try again to run darktable.

@ReshV
Copy link
Author

ReshV commented Aug 3, 2024

This worked.

Thanks a lot!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: macos support macos related issues and PR
Projects
None yet
Development

No branches or pull requests

4 participants