netblue30 / firejail

Linux namespaces and seccomp-bpf sandbox
https://firejail.wordpress.com
GNU General Public License v2.0
5.83k stars 568 forks source link

Add a profile for prismlauncher #6381

Closed ipaqmaster closed 2 months ago

ipaqmaster commented 5 months ago

Description

Prismlauncher - OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread with firejail enabled.

Steps to Reproduce

Steps to reproduce the behavior

  1. Run in bash LC_ALL=C firejail PROGRAM (LC_ALL=C to get a consistent output in English that can be understood by everybody)
  2. Click on '....'
  3. Scroll down to '....'
  4. See error 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 0.9.72

Checklist

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 ```

kmk3 commented 5 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.

kmk3 commented 2 months ago

Duplicate of #1139

ipaqmaster commented 2 months ago

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.

rusty-snake commented 2 months ago

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.

kmk3 commented 2 months ago

If you manage to make it work, feel free to open a PR.

See also profile.template and the wiki:

ipaqmaster commented 2 months ago

Yeah ok