"Error: no suitable executable found" for executable in $HOME #4130
-
I've downloaded an Electron-based video editing app (LosslessCut) and I'm trying to run it with existing profiles from video players, but I get "Error: no suitable executable found", even though the executable exists and has the $ firejail --profile=vlc ./losslesscut
Reading profile /etc/firejail/vlc.profile
Reading profile /etc/firejail/disable-common.inc
[...]
Parent pid 3506228, child pid 3506229
21 programs installed in 40.69 ms
Warning: cleaning all supplementary groups
Child process initialized in 154.33 ms
Error: no suitable ./losslesscut executable found
Parent is shutting down, bye...
$ firejail ./losslesscut
Reading profile /etc/firejail/default.profile
[...]
** Note: you can use --noprofile to disable default.profile **
Parent pid 3506191, child pid 3506192
Warning: cleaning all supplementary groups
Child process initialized in 59.45 ms
Parent is shutting down, bye...
$ file ./losslesscut
./losslesscut: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=cbfaeba665f2fd7acdfb55da58780d895731df17, stripped |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That's a bad idea and can not work well. Leave it and write a own profile for it (maybe based on that other) or use the default profile (with some extra arguments).
Outside of the sandbox yes, but also inside the sandbox? (rhetorical question)
The most common reasons for this error:
vlc.profile is a
Use |
Beta Was this translation helpful? Give feedback.
That's a bad idea and can not work well. Leave it and write a own profile for it (maybe based on that other) or use the default profile (with some extra arguments).
Outside of the sandbox yes, but also inside the sandbox? (rhetorical question)
You can check this with
firejail --ignore=private-bin --profile=PROFILE ls -l ./losslesscut
The most common reasons for this error:
blacklist
ed.whitelist
ed directory but is not…