Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adding a link from Chrome doesn't work if Chrome is not installed in /Applications #34

Closed
danielma opened this issue Feb 28, 2017 · 2 comments

Comments

@danielma
Copy link
Contributor

danielma commented Feb 28, 2017

I've installed Chrome using brew cask, so it's installed at /usr/local/Caskroom/google-chrome/latest.

pocket_save.py assumes that Chrome will always be installed at /Applications/Chrome.app.

In order to save links to pocket, I have to copy the link from Chrome, then focus on a different app and use the add-pocket workflow to use the contents of the clipboard

@fniephaus
Copy link
Owner

Thanks for opening the issue.
Is there a good way to identify Chrome's installation path other than trying out different default directories? Does it work when you change the path to /usr/local/Caskroom/google-chrome/latest in your pocket_save.py?

@danielma
Copy link
Contributor Author

danielma commented Mar 1, 2017

I tried it out locally, and everything worked properly when I identified Chrome only by the app name and not by the path. I've submitted a PR for that change

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants