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

Systray icon? #4

Open
colemickens opened this issue Jan 14, 2021 · 4 comments
Open

Systray icon? #4

colemickens opened this issue Jan 14, 2021 · 4 comments

Comments

@colemickens
Copy link
Contributor

Hi @BusyJay!

Would you be open to have a mode where gpg-bridge --systray causes it to launch in the background, with a systray icon to show it's running and allow stopping?

I'm not sure I have the Rust+Windows skills for it, but I might try it if you're interested.

@BusyJay
Copy link
Owner

BusyJay commented Jan 14, 2021

I thought about it, but couldn't think of what can do with a systray icon, though it was clearly more expressive than a silent background job.

That being said, I would be happy to merge it if you would like to contribute.

@colemickens
Copy link
Contributor Author

Hm, I looked at the code and realized you already have a --detach. It is kind of hard to justify a systray icon, other than a quick visual liveness check. I'm also worried about it bringing it a bunch of dependencies. I'll think about it more I guess.

@ethanhs
Copy link

ethanhs commented Aug 29, 2021

I was thinking it would be nice to make this a windows service via https://github.com/mullvad/windows-service-rs so that it will e.g. start with Windows. Adding a tray icon to control the service also seems nice.

@BusyJay
Copy link
Owner

BusyJay commented Aug 30, 2021

I agree tray icon is a good idea and now with https://github.com/microsoft/windows-rs, it should not be hard to implement.

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

3 participants