Created
February 7, 2023 10:28
-
-
Save tsjk/ec7db454916efd5e67e0e312d1bcd768 to your computer and use it in GitHub Desktop.
Local profile for signal-desktop that enables its tray icon to work with firejail v0.9.72 (Tested on Gentoo) [~/.config/firejail/signal-desktop.local]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ipc-namespace | |
dbus-user.talk org.freedesktop.portal.Fcitx | |
dbus-user.talk org.freedesktop.portal.Background | |
dbus-user.talk org.freedesktop.Notifications | |
dbus-user.talk org.kde.StatusNotifierWatcher | |
dbus-user.own org.kde.* | |
env SIGNAL_DISABLE_GPU=0 | |
env SIGNAL_DISABLE_GPU_SANDBOX=0 | |
env SIGNAL_START_IN_TRAY=1 | |
env SIGNAL_USE_TRAY_ICON=1 | |
env SIGNAL_USE_WAYLAND=0 | |
mkdir /tmp/${USER}--signal-desktop | |
whitelist /tmp/${USER}--signal-desktop | |
env TMP=/tmp/${USER}--signal-desktop | |
env TMPDIR=/tmp/${USER}--signal-desktop | |
noblacklist ${HOME}/.xsession-errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment