mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #101] Firefox profile: should whitelist ~/.gtkrc-2.0 #62
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#62
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 @blueyed on GitHub (Oct 27, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/101
Commit
5a52191865breaks the theming in Firefox for me.Adding
~/.gtkrc-2.0to the whitelist fixes it.There should be an
includefor GTK applications probably, which should be used for Firefox then, too.@netblue30 commented on GitHub (Oct 27, 2015):
Fixed, thanks!
@0nse commented on GitHub (Nov 9, 2015):
Shouldn't there also be a whitelist entry for
~/.config/gtk-3.0/settings.ini? I would follow the idea of @blueyed and put all GTK related files into a separateincludefor all GTK applications.@netblue30 commented on GitHub (Nov 9, 2015):
Yes, I will have to whitelist also ~/.config/gtk-3.0 directory. I could move them in a separate include file, but there are only two of them in this moment: ~/.config/gtk-3.0 and ~/.gtkrc-2.0
@netblue30 commented on GitHub (Nov 9, 2015):
fixed!