-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Add non_relocatable:
key for the app stanza
#14517
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Sounds like a |
@gromgit Agreed. @Homebrew/cask any thoughts? |
Excellent idea. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
non_relocatable:
key for the app stanza
Let's track this in Homebrew/homebrew-cask#12858 instead |
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
I was trying to install Postgres.app.
What happened (include all command output)?
When attempting to run it, I see a dialog with the following:
"Postgres.app can't be launched
Please move Postgres.app to your Applications folder.
OK"
What did you expect to happen?
I would think that if an app refuses to run if not in
/Applications
(and there are others,megasync
being another) that a formula should know this and allow for an automatic exception if a flag is set. I may refuse to allow for such an exception I suppose. If there is otherwise no necessity for apps to be installed in/Applications
and it will refuse to run otherwise that's an app developer issue, but at least we should be able to manage as well as are able at the installer level. I believe that some apps really can't run unless in /Applications due to some constraint on certain kinds of apps imposed by Apple. The suggested flag is--app-dir-strict=false
as the default. If I set it to--app-dir-strict=true
, then it will refuse to install in/Applications
and install as per--app-dir
anyway or refuse to install anything, since there's no point I suppose.Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: