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 background #2

Closed
uggla opened this issue Feb 12, 2016 · 3 comments
Closed

Start in background #2

uggla opened this issue Feb 12, 2016 · 3 comments
Assignees

Comments

@uggla
Copy link

uggla commented Feb 12, 2016

First of all, congratulation for your work, gosync is a good job !

I would like to add gosync into my session startup.
My expectations would be to have it :

  • authenticate silently
  • run in the background
  • having a tray icon. A click on it would open the current gui.

My request is similar to #1, but keeping the gui for a more friendly desktop usage.

@hschauhan
Copy link
Owner

Thanks!

I had authenticate silently earlier. Its a simple thing to do. Running in background is a request I have from many people mainly server guys. I will see what can be done. Tray icon is problematic with wxPython. It doesn't work with Ubuntu.

@hschauhan
Copy link
Owner

Hi,

Tray icon has been added. And I have tested it on Ubuntu (Gnone, xfce) and Apple mac book. I have test it on KDE systems.

Authentication is not required now on every load. But first time you have to do authentication. So it can't be silent when running first time.

I a working on running it in background

All this will be available in 0.5

Could you please create separate issues for each of them?

@hschauhan hschauhan self-assigned this Jul 9, 2016
@hschauhan
Copy link
Owner

The tray icon is a messy thing and doesn't work on all systems the same. We have done away with that. Silent authentication can't be supported. First time authentication has to be interactive. Post that the authentication is silent. Need to add daemon mode.

hschauhan pushed a commit that referenced this issue May 21, 2020
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

2 participants