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

Apps not properly installed #391

Closed
Ninerian opened this issue May 30, 2013 · 8 comments
Closed

Apps not properly installed #391

Ninerian opened this issue May 30, 2013 · 8 comments

Comments

@Ninerian
Copy link

When I try to install some apps with cask I don't find them in the Application Folder. The bash output is as follows:

brew cask install tunewiki
==> Downloading http://www.tunewiki.com/download/desktop/TuneWiki_Installer.dmg

################################################################## 100,0%

==> Success! tunewiki installed to /opt/homebrew-cask/Caskroom/tunewiki/2.1.0

No linking is done.

After
brew cask linkapps

the Application folder was linked into every app folder in /opt/homebrew-cask/Caskroom/

How does cask handle already installed apps?

@vitorgalvao
Copy link
Member

Are you sure /Applications was linked after brew cask linkapps? I ask because a lot of apps have a link to it inside the .dmg, so that may be what you’re seeing. Also, don’t forget apps are linked, by default, to ~/Applications, not /Applications.

Having said that, you should see the message of them being linked. Please run brew update && brew upgrade brew-cask, and try installing something else. Does that work?

@Ninerian
Copy link
Author

I had my brew and cask updated today.

I just tried another app and worked:

==> Downloading https://s3.amazonaws.com/static.getcloak.com/osx/updates/Release/Cloak-1.2.dmg
######################################################################## 100,0%
==> Success! cloak installed to /opt/homebrew-cask/Caskroom/cloak/1.2
==> Linking Cloak.app to /Users/goda/Applications/Cloak.app

then I uninstalled all apps, I previously installed. But reinstalling weren't successful:
brew cask install rdio
==> Downloading http://www.rdio.com/media/static/desktop/mac/Rdio.dmg
Already downloaded: /Library/Caches/Homebrew/rdio-latest.dmg
==> Success! rdio installed to /opt/homebrew-cask/Caskroom/rdio/latest

Also I noticed, uninstalled apps leaves empty folders.

It's a bit confusing, installing apps with cask when I already installed them in /Applications, there should be a way to exchange them.

Daniel Große

Am Donnerstag, 30. Mai 2013 um 13:24 schrieb Vítor Galvão:

Are you sure /Applications was linked after brew cask linkapps? I ask because a lot of apps have a link to it, inside its .dmg, so that may be what you’re seeing. Also, don’t forget apps are linked, by default, to ~/Applications, not /Applications.
Having said that, you should see the message of them being linked. Please run brew update && brew upgrade brew-cask, and try installing something else. Does that work?


Reply to this email directly or view it on GitHub (#391 (comment)).

@vitorgalvao
Copy link
Member

From the apps you mentioned, the issue is clear. Homebrew-cask now has a mandatory link line (whose syntax is now being revamped). Those casks that you’re having trouble with are the ones that still don’t have that line, as we’re in a transitioning period.

I agree, regarding the empty directories.

As for a way to exchange them with the apps in /Applications, the whole point of the project is that you’ll let it manage all your apps. The reason they’re installed to their specific directory is due to a liking of homebrew’s methodology.

I’ll go ahead and close this, as it’s something known and being worked on. If you want to help with contributions or suggestions, they’re certainly welcome.

@wamatt
Copy link
Contributor

wamatt commented Oct 2, 2014

Th new URL is https://github.com/caskroom/homebrew-cask/blob/master/doc/FAQ.md#why-use-homebrews-cellar-why-not-just-manage-apps-directly-in-applications (the project moved)

@vitorgalvao
How easy is it to just change the path back to /Applications? Will it cause issues? I get that you're trying to be idiomatic, but in this case I'm leaning towards keeping it more Apple centric.

@vitorgalvao
Copy link
Member

@wamatt Moving apps instead of linking them is planned, but not yet implemented. You should be able to do it manually without issue, though. At one point I had a script (probably wouldn’t be able to find it now) that would simply look at the links created by homebrew-cask and move the apps based on that.

@wamatt
Copy link
Contributor

wamatt commented Oct 2, 2014

@vitorgalvao thanks. good to know. I tried reading the thread yesterday but got owned by the tldr. I figured moving might cause problems, if you were storing some extra metadata there.

Once it's moved though, will upgrade and uninstall still work?

@vitorgalvao
Copy link
Member

They should still work, yes, that’s the plan.

@wamatt
Copy link
Contributor

wamatt commented Oct 3, 2014

great!

@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants