Skip to content
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

Closed
LanceHaverkamp opened this issue Feb 7, 2019 · 4 comments
Closed

--start-in-tray option fails #4

LanceHaverkamp opened this issue Feb 7, 2019 · 4 comments

Comments

@LanceHaverkamp
Copy link

The --start-in-tray option fails in the snap version. It does work in FlatPak & on the official Windows version.

@popey
Copy link
Contributor

popey commented Feb 13, 2019

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.

@marmarek
Copy link

marmarek commented Apr 3, 2019

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 command.sh ignore all the arguments. It should either have "$@" at the end, or the command should be put into snap.yaml directly.

I'm not sure what part is responsible for producing this files.

@popey
Copy link
Contributor

popey commented Apr 3, 2019

@marmarek it comes from electron-builder I believe.

@flexiondotorg
Copy link
Member

Fixed since 0bd9b9d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants