mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2621] Evince crashes when 2-page side-by-side is chosen #1662
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#1662
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 @pianoslum on GitHub (Mar 27, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2621
Arch Linux x64
firejail 0.9.58.2
evince 3.32.0
STR:
Works as intended with
--no-profile@SkewedZeppelin commented on GitHub (Mar 27, 2019):
Can you try using the latest profile from here
https://github.com/netblue30/firejail/blob/master/etc/evince.profile
there were some fixes recently
@pianoslum commented on GitHub (Mar 27, 2019):
I tried and unfortunately, the problem persists.
@ghost commented on GitHub (Mar 27, 2019):
What happens when you run without nodbus? It might help to see evince output too (if any) when it crashes. Please post output of:
$ firejail --ignore=quiet --ignore=nodbus /usr/bin/evince@rusty-snake commented on GitHub (Mar 28, 2019):
Just as an note:
with this strict profile it works.
@pianoslum commented on GitHub (Mar 28, 2019):
Yes
--ignore=nodbusdoes the trick. But it does not seem to be a problem for everybody.I have NVidia drivers (proprietary), maybe that's the reason?
@ghost commented on GitHub (Mar 30, 2019):
@pianoslum I can't explain why using NVidia's drivers would need D-Bus for Evince to work properly, but I've seen it before. You can add
ignore nodbusto a evince.local override file if you haven't already. And receive bonus points for making Evince's settings stick, which (at least for me) is also something nodbus messes with. If you feel your issue is solved, you can close this (and reopen whenever things change). All the best!@pianoslum commented on GitHub (Mar 30, 2019):
Thank you very much @glitsj16 !