[GH-ISSUE #3578] Error: no suitable /path/JDownloader2 executable found #2244

Closed
opened 2026-05-05 08:56:10 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @ihasaquesion on GitHub (Aug 9, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3578

When I run firejail --profile=~/.config/firejail/JDownloader.profile /path/JDownloader2/JDownloader2 I get this error:

Error: no suitable /path/JDownloader2/JDownloader2 executable found

The JDownloader.profile didn't work so for testing I copied its contents into ~/.config/firejail/JDownloader.profile and also added:

noblacklist /path/JDownloader2
whitelist /path/JDownloader2

(to the other noblacklist and whitelist in the profile.)

It only worked somewhere else when I ran firejail --profile=~/.config/firejail/JDownloader.profile bash from within /path/JDownloader2/JDownloader2 and then ran ./JDownloader2 as well as with the default.profile. I also tried it with the latest JDownloader.profile.

  • How to get it running properly with the JDownloader profile?
  • Isn't the JDownloader.profile incomplete or broken?

Environment
firejail version 0.9.62

Originally created by @ihasaquesion on GitHub (Aug 9, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3578 When I run `firejail --profile=~/.config/firejail/JDownloader.profile /path/JDownloader2/JDownloader2` I get this error: ``` Error: no suitable /path/JDownloader2/JDownloader2 executable found ``` The JDownloader.profile didn't work so for testing I copied its contents into ~/.config/firejail/JDownloader.profile and also added: ``` noblacklist /path/JDownloader2 whitelist /path/JDownloader2 ``` (to the other noblacklist and whitelist in the profile.) It only worked somewhere else when I ran `firejail --profile=~/.config/firejail/JDownloader.profile bash` from within /path/JDownloader2/JDownloader2 and then ran `./JDownloader2` as well as with the default.profile. I also tried it with the [latest JDownloader.profile](https://github.com/netblue30/firejail/blob/018d75775eab4a0f045949a9d069c57686ca2686/etc/profile-a-l/JDownloader.profile). * How to get it running properly with the JDownloader profile? * Isn't the JDownloader.profile incomplete or broken? **Environment** firejail version 0.9.62
Author
Owner

@ihasaquesion commented on GitHub (Aug 9, 2020):

Solution was firejail --profile=~/.config/firejail/JDownloader.profile bash /path/JDownloader2/JDownloader2

Could this be deleted?

<!-- gh-comment-id:671082601 --> @ihasaquesion commented on GitHub (Aug 9, 2020): Solution was `firejail --profile=~/.config/firejail/JDownloader.profile bash /path/JDownloader2/JDownloader2` Could this be deleted?
Author
Owner

@rusty-snake commented on GitHub (Aug 9, 2020):

Could this be deleted?

No, GitHub does not support to delete issue.

firejail --profile=~/.config/firejail/JDownloader.profile bash /path/JDownloader2/JDownloader2

If it need a shell, can you try firejail "--ignore=shell none" --profile=JDownloader /path/JDownloader2/JDownloader2.

<!-- gh-comment-id:671082881 --> @rusty-snake commented on GitHub (Aug 9, 2020): > Could this be deleted? No, GitHub does not support to delete issue. > firejail --profile=~/.config/firejail/JDownloader.profile bash /path/JDownloader2/JDownloader2 If it need a shell, can you try `firejail "--ignore=shell none" --profile=JDownloader /path/JDownloader2/JDownloader2`.
Author
Owner

@ihasaquesion commented on GitHub (Aug 9, 2020):

If it need a shell, can you try firejail "--ignore=shell none" --profile=JDownloader /path/JDownloader2/JDownloader2.

I get:
/bin/bash: /path/JDownloader2/JDownloader2: no permissions

<!-- gh-comment-id:671084786 --> @ihasaquesion commented on GitHub (Aug 9, 2020): > If it need a shell, can you try `firejail "--ignore=shell none" --profile=JDownloader /path/JDownloader2/JDownloader2`. I get: `/bin/bash: /path/JDownloader2/JDownloader2: no permissions`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2244
No description provided.