This repo hosts the flatpak version of Signal-Desktop
Signal-Desktop is a Private Messenger that links with your installed Android/iOS version of Signal.
Note that this is an unofficial redistribution.
flatpak install flathub org.signal.SignalYou can set the following environment variables:
SIGNAL_DISABLE_GPU=1: Disables GPU accelerationSIGNAL_DISABLE_GPU_SANDBOX=1: Disables GPU sandboxSIGNAL_PASSWORD_STORE: Selects where the database key is stored. Valid options are:basicWrites the key in plaintext to config.json. This is the default.gnome-libsecretfor X-Cinnamon, Deepin, GNOME, Pantheon, XFCE, UKUI, unitykwalletfor kde4kwallet5for kde5kwallet6for kde6
GPU acceleration may be need to be disabled:
flatpak override --user --env=SIGNAL_DISABLE_GPU=1 org.signal.SignalAdditionally, Nvidia devices may need the GPU sandbox disabled:
flatpak override --user --env=SIGNAL_DISABLE_GPU_SANDBOX=1 org.signal.SignalPlease only report issues in this repo that are specific to the flatpak version.
Issues that can be replicated in a stable release should be reported in the upstream repo. Make sure, that the reported issue is not flatpak-related.