-
Notifications
You must be signed in to change notification settings - Fork 567
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
Add a profile for prismlauncher #6381
Comments
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread
with firejail enabled.
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. |
This is the same.
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 consistentoutput 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 aterminal?
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
was compiled (
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 of
LC_ALL=C firejail --debug /path/to/program
The text was updated successfully, but these errors were encountered: