Closed ipaqmaster closed 2 months ago
Basic debugging information is missing.
What are the commands used and the profile used?
Where are the logs?
Note that there is currently no profile for this program.
Duplicate of #1139
Why was the title changed on me? I didn't ask for a profile, I was having an issue making that software work with firejail.
I didn't ask for a profile, I was having an issue making that software work with firejail.
This is the same.
- [x] The program has a profile. (If not, request one in https://github.com/netblue30/firejail/issues/1139)
It does not has a profile.
If you manage to make it work, feel free to open a PR.
See also profile.template and the wiki:
Yeah ok
Description
Prismlauncher -
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread
with firejail enabled.Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C firejail PROGRAM
(LC_ALL=C
to get a consistent output in English that can be understood by everybody)ERROR
Expected behavior
What you expected to happen
Launch game
Actual behavior
What actually happened
Did not
Behavior without a profile
_What changed calling
LC_ALL=C firejail --noprofile /path/to/program
in a terminal?_Does not
Additional context
Any other detail that may help to understand/debug the problem
Environment
Arch Linux
firejail --version
).firejail version 0.9.72
git rev-parse HEAD
).Checklist
/usr/bin/vlc
) "fixes" it).https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/program
``` output goes here ```
Output of
LC_ALL=C firejail --debug /path/to/program
``` output goes here ```