-
Notifications
You must be signed in to change notification settings - Fork 43
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
btsync-gui: Process left running #132
Comments
I know about this behaviour. It affects not only
When Perhaps I'm doing something wrong: I tried both POSIX signal handling as DBUS signal handling (See https://github.com/tuxpoldo/btsync-deb/blob/master/btsync-gui/btsyncguiapp.py#L51) but nothing worked. Any idea? |
p.S.: Since it does not really affect the functionality of the system, I would consider it a minor bug. As Product Manager of a commercial company I would define it as a feature ;-) |
I would say minor as well, but having that process remain running locks the users home directory(can't umount), keeps them logged in, etc... |
This is correct. And therefore I will fix it as soon as I understand how I can do it. Perhaps anybody here has any idea? |
If I have any time, I'll try to dig in. btw, your work porting this and the gui, rocks! Thanks. |
I asked the question in one public ask/answer site: http://superuser.com/questions/764043/how-to-let-linux-python-application-know-that-the-user-is-about-to-be-logged-out Hope to get some suggestion. |
Currently using Ubuntu 14.04, btsync-common 1.3.105-1 and btsync-gui 0.8.3-1.
After logging out a btsync-core process(/usr/lib/btsync-common/btsync-core --config /home/USER/.config/btsync/btsync-agent.conf) is left running. I assume this should be kill on logout.
The text was updated successfully, but these errors were encountered: