mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5198] mupdf: Error getpwuid: main.c:243 init_cfg: No such file or directory #2911
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#2911
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 @kiasoc5 on GitHub (Jun 13, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5198
Description
Firejailed mupdf fails to start
Steps to Reproduce
firejail mupdfExpected behavior
mupdf starts normally
Actual behavior
mupdf does not start
Behavior without a profile
mupdf starts normally
Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)Log
Output of
LC_ALL=C firejail mupdf@ghost commented on GitHub (Jun 13, 2022):
That error is usually seen when a profile misses something in
private-etc. Does it work when you addignore private-etcORprivate-etc group,passwdto a mupdf.local?For the record, I'm on Arch Linux too and I use the mupdf package from community. I cannot reproduce this here.
@rusty-snake commented on GitHub (Jun 13, 2022):
The template says
LC_ALL=C firejail /path/to/program. Please runLC_ALL=C firejail /usr/bin/mupdfor wherever mupdf is installed on your system.