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

JDownloader: cannot execute web browser #2336

Closed
Tanath opened this issue Jan 11, 2019 · 11 comments
Closed

JDownloader: cannot execute web browser #2336

Tanath opened this issue Jan 11, 2019 · 11 comments
Labels
sandbox-ipc Opening links and talking to programs outside of the sandbox (see #6462) stale Closed due to inactivity

Comments

@Tanath
Copy link

Tanath commented Jan 11, 2019

When I get a manual captcha and click 'open in web browser' I get an I/O error.

@SkewedZeppelin
Copy link
Collaborator

This is expected behaviour.
See #1718 (comment)

@Tanath
Copy link
Author

Tanath commented Jan 12, 2019

Is there a workaround? You can't copy & paste a URL in this case, so I'm forced to not use firejail.

@rusty-snake
Copy link
Collaborator

I'm not sure if its work:echo "include chromium.profile" >> ~/.config/firejail/JDownloader.local

Note that this will reduce the security.

@SkewedZeppelin
Copy link
Collaborator

You might also be able to run from terminal, it might log the URL there too.

@chiraag-nataraj
Copy link
Collaborator

I don't know about chrome, but firefox detects when it's already running, so one way to get around this is to leave firefox running (ideally in its own sandbox) before starting jdownloader. That way, when it goes to open firefox (which you can set according to this), firefox will already be open and you'll be able to solve it.

@chiraag-nataraj
Copy link
Collaborator

@Tanath Did any of the suggestions work?

@Tanath
Copy link
Author

Tanath commented May 23, 2019

@chiraag-nataraj Unfortunately not. Still not using firejail with JDownloader.

@rusty-snake
Copy link
Collaborator

Try creating ~/.config/firejail/JDownloader.profile:

noblacklist ${HOME}/.jd

# Allow java (blacklisted by disable-devel.inc)
include allow-java.inc

mkdir ${HOME}/.jd
whitelist ${HOME}/.jd

include chromium.profile

@Micha-Btz
Copy link

Make sure, firejail is using your right profile. Mine was always startet through the desktop file and was using the default profile. Test it on your shell.

@rusty-snake rusty-snake added the information_old (Deprecated; use "doc-todo" or "needinfo" instead) Information was/is required label Oct 13, 2019
@rusty-snake
Copy link
Collaborator

I'm closing here due to inactivity, please fell free to reopen if you have more questions.

@Tanath
Copy link
Author

Tanath commented Oct 13, 2019

Apologies for the delay. The solution offered by @rusty-snake here works for me:
#2336 (comment)

@kmk3 kmk3 added stale Closed due to inactivity and removed information_old (Deprecated; use "doc-todo" or "needinfo" instead) Information was/is required labels Sep 4, 2024
@kmk3 kmk3 changed the title JDownloader can't execute web browser JDownloader: cannot execute web browser Sep 4, 2024
@kmk3 kmk3 added the sandbox-ipc Opening links and talking to programs outside of the sandbox (see #6462) label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sandbox-ipc Opening links and talking to programs outside of the sandbox (see #6462) stale Closed due to inactivity
Projects
None yet
Development

No branches or pull requests

6 participants