mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2048] Evince can't open annotations #1386
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#1386
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 @schferbe on GitHub (Jul 19, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2048
I'm on ArchLinux trying to run evince on a PDF with annotations. However the annotations appear empty. When running
firejail --noprofile evinceeverything works as expected. When saving a document when viewing it with the evince.profile existing annotations are lost.Output when opening a PDF with one annotation:
Versions:
@SkewedZeppelin commented on GitHub (Jul 19, 2018):
If you comment
private-libin/etc/firejail/evince.profilewill the annotation work again?@schferbe commented on GitHub (Jul 20, 2018):
Changing
to
in
/etc/firejail/evince.profileindeed does the trick.@chiraag-nataraj commented on GitHub (Jul 30, 2018):
This suggests some library is missing from the
private-libpredicate. Does anyone know which librariesevinceuses for reading annotations?@chiraag-nataraj commented on GitHub (Sep 18, 2018):
@schferbe For now, you can also put
ignore private-libin/etc/firejail/evince.localso that upgrades won't rewrite your changes.@chiraag-nataraj commented on GitHub (Oct 3, 2018):
Should be fixed. @schferbe, please re-open if the updated profile doesn't work for you.
@reinerh commented on GitHub (Oct 3, 2018):
@chiraag-nataraj I reopen it, because your fix only fixes it for glibc-based x86_64 systems.
I don't think we should hardcode that in profiles (some distributions might even have different library paths).
Can you please try to solve it in a generic way?
@chiraag-nataraj commented on GitHub (Oct 3, 2018):
@reinerh Welp. Lemme fix that (thanks for the catch...I basically only exclusively use x86_64 systems).
@chiraag-nataraj commented on GitHub (Oct 3, 2018):
Adding
gconvtoprivate-libseems to fix things. If there are problems on platforms wheregconvis not used, we will address those then, but I have no way of testing those at the moment.@reinerh commented on GitHub (Oct 3, 2018):
@chiraag-nataraj Thank you for fixing it! 👍