-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--start-in-tray
option fails
#4
Comments
Thanks for the bug report. We believe this is an issue with electron builder truncating the command as passed in from outside. We'll file a bug upstream to get this fixed. |
snap.yaml name: signal-desktop
version: 1.23.1
summary: Signal
description: Private messaging from your desktop
architectures:
- amd64
confinement: strict
grade: stable
apps:
signal-desktop:
command: command.sh
(...) command.sh #!/bin/bash
exec $SNAP/bin/desktop-launch "$SNAP/app/signal-desktop" The I'm not sure what part is responsible for producing this files. |
@marmarek it comes from electron-builder I believe. |
Fixed since 0bd9b9d |
The
--start-in-tray
option fails in the snap version. It does work in FlatPak & on the official Windows version.The text was updated successfully, but these errors were encountered: