-
-
Notifications
You must be signed in to change notification settings - Fork 10.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
Apps that need to be in /Applications
to work
#12858
Comments
Removed caveats from casks in this list (when there was one). So I think this issue can also be closed 🎉 |
This can’t be closed, as users can still pick a custom directory for installing. In #13201, these are the cases that will need a |
Sorry, forgot about that. 😐 |
Not to worry. Added |
Hi, while |
@allanchau That’s a good point, but the list is focused on the application itself breaking. |
Edited the list to remove casks we no longer have. |
Hi, is this an issue I can work on? I'm very new to open source contribution, but I would love to help. |
Hi! Sure! No one’s working on it and it’s low priority, so please go ahead. Though looking at it now, it might benefit from a simpler approach: Add Pseudo-code for
That’s way simpler and doesn’t surprise the user by installing somewhere unexpected by default. Note that APPDIR_DESTINATION is either the default when it’s unset ( Bonus points if the feature is versatile enough to be repurposed to Thank you for offering! |
Hey @vitorgalvao is there any way to run tests on where the application downloads? I've been trying to get a lay of the land. I noticed some documentation that recommends:
but that gives me an error: " undefined method `cask' for main:Object " ( also, I've run brew upgrade and brew update to see if that would fix it, but to no avail ) Also, for clarity. All of the items listed on the original post are the ones that need the change? ( asking because I can't find, cdock, cmpl, and gnubg. I assume they no longer exist, because this post is incredibly old. ) |
I don’t understand the question. Are you looking for
That command doesn’t make sense, because after
The ones we know about, yes.
You are correct. That’s also why I said this is low priority. But it should also be simple enough to get a feel for the codebase if you plan on contributing larger changes later on. If you’d prefer something more challenging or that would make a larger impact, I can point you to something as well! |
I think so, I'll play around with it more. ( I'm still incredibly lost on how everything works, but I'll figure it out. )
I might be in the wrong here, but the link is: https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/hacking.md
I'd love to, but I'd like to get a handle of working within homebrew first, and being able to tackle problems without having anyone hold my hand throughout the process. |
@vitorgalvao Hey, I can't figure out how to create a new stanza. |
Thank you. Notice that in that case it’s calling a subcommand through its path, and you were invoking a cask. Different thing. But ignore that file because it’s outdated. Any documentation you look at for changing the core should be in https://github.com/Homebrew/brew.
You don’t want to create a new stanza, but rather a new parameter of an existing stanza. You want |
I apologize for asking so many questions, but I have more. If there's any resource I can go to ask simple questions like these please let me know so that I don't take up all of your time. When it comes to adding If that's the case, I have a follow up question because I know this will be a problem I'll stumble upon. How would I be able to invoke the method of 'required_location' to make sure that it's doing the right thing. I'm accustomed to using byebug, and then invoking the file. Thank you. |
@vitorgalvao If you have a chance. |
https://github.com/Homebrew/discussions might work. |
I just opened this which is similar: Homebrew/brew#14517. |
Not apps that ask to be moved, but the ones that are broken if not there (even if a symlink works, it should still be included). Maintainers should feel free to edit and add to the list.
caveat
)The text was updated successfully, but these errors were encountered: