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

Fails to open browser if running through torsocks #1

Open
hyperrealgopher opened this issue Dec 4, 2020 · 1 comment
Open

Fails to open browser if running through torsocks #1

hyperrealgopher opened this issue Dec 4, 2020 · 1 comment

Comments

@hyperrealgopher
Copy link

Steps to reproduce:

  1. torsocks cabal repl
  2. import Web.Browser
  3. openBrowser "http://haskell.org/" >>= print

The above only prints True, but nothing opens. The above works (Firefox opens haskell.org if not running through torsocks.

@hyperrealgopher
Copy link
Author

I just noticed that torsocks xdg-open "http://haskell.org" doesn't open on its own. So I guess this isn't necessarily a problem with your code, at all.

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

No branches or pull requests

1 participant