This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Signal Desktop

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
This article is a stub. You can help by expanding it.
Resources

Signal Desktop is a messaging application geared towards privacy. It is endorsed by Edward Snowden.

Installation

Emerge

Install net-im/signal-desktop-bin:

root #emerge --ask net-im/signal-desktop-bin

Troubleshooting

Failed to map segment from shared object

It is possible to get the following error when starting signal-desktop if /tmp has been mounted with the noexec mount option:

Uncaught error or unhandled promise rejection: Error: /tmp/.org.chromium.Chromium.xxxxxx: failed to map segment from shared object

To solve the issue remount /tmp without the execution restriction:

root #mount -o remount,exec /tmp

In order to make the change persist across reboots, it will also be needed to remove the option from /etc/fstab.

Removal

Uninstall Signal Desktop by issuing:

root #emerge --ask --depclean net-im/signal-desktop-bin