-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: add snap config item for tray-icon; disable by default #200
feat: add snap config item for tray-icon; disable by default #200
Conversation
@merlijn-sebrechts can you take a look at this? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not convinced what the default should be. I'm expecting 99% of our userbase wants this turned on, so it might be better to default to "enabled".
I'm pinging some people out of band to get more points of view here.
On second thought, I think it should be disabled by default since upstream is getting a bunch of weird bug reports from our users complaining about broken systray support. Let's follow upstream on this to keep the peace. So just address my one request and we can merge this, thanks @jnsgruk ! |
@merlijn-sebrechts good to go! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This PR introduces a new snap configuration option
tray-icon
. Whentray-icon
is set totrue
, thesignal-desktop
binary is launched with the--use-tray-icon
flag.The option is set to
false
by default.Fixes #143
Fixes #153
Related: #195