You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the game "Faster Than Light" I use the steam profile.
It mainly works. However text is unreadable. It looks like font letters are drawn over each other.
Steps to Reproduce
Steps to reproduce the behavior
Run the FTL games (from GOG) with (or without) steam profile
Expected behavior
Text should be readable in the same way like without firejail usage
Actual behavior
Text content is unreadable
Behavior without a profile
What changed calling LC_ALL=C firejail --noprofile /path/to/program in a
terminal?
The issue is the same.
So maybe it is not (only) a problem of the steam profile but firejail in general.
Additional context
Any other detail that may help to understand/debug the problem
Environment
MX-Linux MX-23
firejail version 0.9.72
Checklist
The issues is caused by firejail (i.e. running the program by path (e.g. /usr/bin/vlc) "fixes" it).
I can reproduce the issue without custom modifications (e.g. globals.local).
The program has a profile. (If not, request one in https://github.com/netblue30/firejail/issues/1139)
The profile (and redirect profile if exists) hasn't already been fixed upstream.
I have performed a short search for similar issues (to avoid opening a duplicate).
I'm aware of browser-allow-drm yes/browser-disable-u2f no in firejail.config to allow DRM/U2F in browsers.
I used --profile=PROFILENAME to set the right profile. (Only relevant for AppImages)
Log
Output of LC_ALL=C firejail --noprofile /path/to/program
Not being familiar with this game I'm wondering if that OPENGL ERROR: GL_OUT_OF_MEMORY is related. Do these font issues persist when using the noprofile.profile?
Indeed, the issue persist also when using the noprofile.profile
Sadly this means Firejail can't (reliably) sandbox this particular game. It might be worthwhile to look at other sandboxing tools like bubblejail or crablock.
Description
For the game "Faster Than Light" I use the steam profile.
It mainly works. However text is unreadable. It looks like font letters are drawn over each other.
Steps to Reproduce
Steps to reproduce the behavior
Expected behavior
Text should be readable in the same way like without firejail usage
Actual behavior
Text content is unreadable
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/program
in aterminal?
The issue is the same.
So maybe it is not (only) a problem of the steam profile but firejail in general.
Additional context
Any other detail that may help to understand/debug the problem
Environment
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 --noprofile /path/to/program
Output of
LC_ALL=C firejail --noprofile --debug /path/to/program
... I removed some path output.
The text was updated successfully, but these errors were encountered: