mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4145] firejail doesn't work automatically with gnome-books #2550
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#2550
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 @Tus1688 on GitHub (Mar 27, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4145
OS: Ubuntu 20.04.2 LTS
I am sorry if you found this question funny. I have been using firejail for a month, and I have never found any issue with app from apt repository. Today, I install gnome-books then do sudo firecfg to reconfigure, then relog.
I open gnome-books, I did
firejail --listand gnome-books didn't show up. but when I dofirejail gnome-booksit's work like usual. Before I open an issue here, I have read firejail wiki. Unfortunately, I don't understand what is symlink is. Thanks in advance for your kindly help@rusty-snake commented on GitHub (Mar 27, 2021):
If the symlink is properly configured, you should get something like
then it's likely duplicated of #2624.
EDIT: workaround like in
bd97615082@Tus1688 commented on GitHub (Mar 27, 2021):
Thank you for your reply. I tried it, it show same as your previous reply.
@rusty-snake commented on GitHub (Mar 27, 2021):
Then try to create
/etc/firejail/Books.profile:and add
Bookstofirecfg.config(find it withshopt -s globstar && ls /usr/lib*/**/firecfg.config).After running
sudo firecfgagain, it hopefully works (and we can add it).@Tus1688 commented on GitHub (Mar 28, 2021):
it is working, thank you very much!