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

gimp: fix trashed paths #192359

Merged
merged 1 commit into from
Nov 17, 2024
Merged

gimp: fix trashed paths #192359

merged 1 commit into from
Nov 17, 2024

Conversation

gromgit
Copy link
Member

@gromgit gromgit commented Nov 17, 2024

The actual paths don't have embedded colons:

% /bin/ls -ld Library/Preferences/*gimp* Library/Saved\ Application\ State/*gimp*
-rw-------@ 1 aho  staff  126 Nov 17 22:46 Library/Preferences/org.gimp.gimp-2.10.plist
drwx------@ 4 aho  staff  128 Nov 17 22:46 Library/Saved Application State/org.gimp.gimp-2.10.savedState

Addresses https://github.com/orgs/Homebrew/discussions/5740#discussioncomment-11283702.

Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.

In the following questions <cask> is the token of the cask you're submitting.

After making any changes to a cask, existing or new, verify:

Additionally, if adding a new cask:

  • Named the cask according to the token reference.
  • Checked the cask was not already refused (add your cask's name to the end of the search field).
  • brew audit --cask --new <cask> worked successfully.
  • HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask> worked successfully.
  • brew uninstall --cask <cask> worked successfully.

The actual paths don't have embedded colons:
```
% /bin/ls -ld Library/Preferences/*gimp* Library/Saved\ Application\ State/*gimp*
-rw-------@ 1 aho  staff  126 Nov 17 22:46 Library/Preferences/org.gimp.gimp-2.10.plist
drwx------@ 4 aho  staff  128 Nov 17 22:46 Library/Saved Application State/org.gimp.gimp-2.10.savedState
```

Addresses https://github.com/orgs/Homebrew/discussions/5740#discussioncomment-11283702.
@krehel krehel merged commit 8f035e7 into Homebrew:master Nov 17, 2024
11 checks passed
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.

2 participants