-
Notifications
You must be signed in to change notification settings - Fork 56
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
Comments
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. |
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? |
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. |
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 :
My request is similar to #1, but keeping the gui for a more friendly desktop usage.
The text was updated successfully, but these errors were encountered: