[GH-ISSUE #3260] systray icon and dialog window (discord) but maybe others. #2044

Closed
opened 2026-05-05 08:43:02 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @arrowgent on GitHub (Mar 1, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3260

since i started using firejail the systray icon has not displayed

so ive added the following lines to the ~/.config/firejail/discord.local profile to add them

noblacklist ${HOME}/.config/discord
whitelist ${HOME}/.config/discord
noblacklist /usr/share/icons
whitelist /usr/share/icons
read-only /usr/share/icons
noblacklist /usr/share/mime
whitelist /usr/share/mime
read-only /usr/share/mime
noblacklist /usr/share/glib-2.0/
whitelist /usr/share/glib-2.0/
read-only /usr/share/glib-2.0/
noblacklist /usr/share/fonts
whitelist /usr/share/fonts
read-only /usr/share/fonts
noblacklist /usr/share/discord
whitelist /usr/share/discord
read-only /usr/share/discord

now the systray opens and is seen correctly

this also fixes a crash when opening a dialog window
more specifically its
/usr/share/glib-2.0/schemas

yes i have heavily restricted what discord can do.

this is just informational since ive fixed the issue
but a note for the developer and others searching how to fix "systray icon" or "crashes with open dialog"

Originally created by @arrowgent on GitHub (Mar 1, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3260 since i started using firejail the systray icon has not displayed so ive added the following lines to the `~/.config/firejail/discord.local` profile to add them ``` noblacklist ${HOME}/.config/discord whitelist ${HOME}/.config/discord noblacklist /usr/share/icons whitelist /usr/share/icons read-only /usr/share/icons noblacklist /usr/share/mime whitelist /usr/share/mime read-only /usr/share/mime noblacklist /usr/share/glib-2.0/ whitelist /usr/share/glib-2.0/ read-only /usr/share/glib-2.0/ noblacklist /usr/share/fonts whitelist /usr/share/fonts read-only /usr/share/fonts noblacklist /usr/share/discord whitelist /usr/share/discord read-only /usr/share/discord ``` now the systray opens and is seen correctly this also fixes a crash when opening a dialog window more specifically its `/usr/share/glib-2.0/schemas` yes i have heavily restricted what discord can do. this is just informational since ive fixed the issue but a note for the developer and others searching how to fix "systray icon" or "crashes with open dialog"
gitea-mirror 2026-05-05 08:43:02 -06:00
Author
Owner

@arrowgent commented on GitHub (Mar 1, 2020):

informational -- issue was resolved

<!-- gh-comment-id:593129784 --> @arrowgent commented on GitHub (Mar 1, 2020): informational -- issue was resolved
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2044
No description provided.