Skip to content

docs: fix macOS install (Finder Merge silently skips files; use rsync)#212

Open
mvanhorn wants to merge 1 commit into
Diolinux:masterfrom
mvanhorn:fix/169-docs-macos-rsync-install
Open

docs: fix macOS install (Finder Merge silently skips files; use rsync)#212
mvanhorn wants to merge 1 commit into
Diolinux:masterfrom
mvanhorn:fix/169-docs-macos-rsync-install

Conversation

@mvanhorn

@mvanhorn mvanhorn commented Jul 9, 2026

Copy link
Copy Markdown

Summary

Fix macOS install (Finder Merge silently skips files; use rsync).

Why this matters

On macOS (reported on Tahoe with GIMP 3.2, confirmed on Sonoma), following the README's macOS Install steps produces only a changed splash screen and none of the other PhotoGIMP customizations. The root cause, established in the thread by the reporter and three other users, is that macOS Finder's "Merge" of the extracted 3.0 folder into ~/Library/Application Support/GIMP silently skips most existing files, so the shortcuts, tool layout, and prefs never get replaced. The reporter found that rsync -av --ignore-times <src>/ <dest>/ from the Terminal reliably copies the contents, and multiple commenters explicitly asked for the rsync method to be added to the README's macOS instructions. T

Testing

Changes are scoped to the files named in the fix; added or updated tests where the project has a suite, and matched existing conventions.

Fixes #169

@gabrielalmir

Copy link
Copy Markdown
Collaborator

Would it be possible to invert the order of the installation guide, please? Although installing PhotoGIMP via the terminal is more convenient, I think it may make things more confusing for most people.

Ty for helping PhotoGIMP @mvanhorn

@gabrielalmir gabrielalmir self-requested a review July 9, 2026 14:20

@gabrielalmir gabrielalmir left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As mentioned before, consider making the terminal guide an alternative installation method.

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

Successfully merging this pull request may close these issues.

All that changes is the splash (3.2, macOS Tahoe)

2 participants