mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6276] Game "Faster Than Light" with font issues (--noprofile) #3230
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#3230
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @charun80 on GitHub (Mar 16, 2024).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6276
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/programin 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 noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail --noprofile /path/to/programOutput of
LC_ALL=C firejail --noprofile --debug /path/to/program... I removed some path output.
@ghost commented on GitHub (Mar 16, 2024):
Not being familiar with this game I'm wondering if that
OPENGL ERROR: GL_OUT_OF_MEMORYis related. Do these font issues persist when using thenoprofile.profile?@charun80 commented on GitHub (Mar 16, 2024):
Indeed, the issue persist also when using the noprofile.profile .
@ghost commented on GitHub (Mar 17, 2024):
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.