Use Cases:
Requirement:
I also need this feature.
Currently we can only add the option --use-tray-icon to the signal-desktop.desktop file. However I think it would more user-friendly to put it in the settings menu.
(see te Exec line bellow)
$ cat /usr/share/applications/signal-desktop.desktop
[Desktop Entry]
Name=Signal
Exec=/opt/Signal/signal-desktop --no-sandbox --use-tray-icon %U
Terminal=false
Type=Application
Icon=signal-desktop
StartupWMClass=Signal
Comment=Private messaging from your desktop
MimeType=x-scheme-handler/sgnl;
Categories=Network;InstantMessaging;Chat;
You can also pass the --start-in-tray flag instead to start Signal minimized to its tray. This might be handy if you plan to start the app on boot.
I also need this feature.
Currently we can only add the option
--use-tray-iconto thesignal-desktop.desktopfile. However I think it would more user-friendly to put it in the settings menu.(see te Exec line bellow)
$ cat /usr/share/applications/signal-desktop.desktop [Desktop Entry] Name=Signal Exec=/opt/Signal/signal-desktop --no-sandbox --use-tray-icon %U Terminal=false Type=Application Icon=signal-desktop StartupWMClass=Signal Comment=Private messaging from your desktop MimeType=x-scheme-handler/sgnl; Categories=Network;InstantMessaging;Chat;
Also .desktop file is being overwritten after an update, removing user tweaks..
I also need this feature.
Currently we can only add the option
--use-tray-iconto thesignal-desktop.desktopfile. However I think it would more user-friendly to put it in the settings menu.(see te Exec line bellow)
$ cat /usr/share/applications/signal-desktop.desktop [Desktop Entry] Name=Signal Exec=/opt/Signal/signal-desktop --no-sandbox --use-tray-icon %U Terminal=false Type=Application Icon=signal-desktop StartupWMClass=Signal Comment=Private messaging from your desktop MimeType=x-scheme-handler/sgnl; Categories=Network;InstantMessaging;Chat;Also .desktop file is being overwritten after an update, removing user tweaks..
I also noticed that after last update. A temporary solution is to create your own desktop file(I just copy/paste) and update the command
GH issues are meant for bugs not for feature requests, for these you'll have a better chance on the community forum: https://community.signalusers.org/
Most helpful comment
You can also pass the
--start-in-trayflag instead to start Signal minimized to its tray. This might be handy if you plan to start the app on boot.