-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
After logout or restart: Albert has not been quit graciously! #182
Comments
Are you sure you used the logout button when this happened? This might hint that the application really crashed. Is /var/crash empty? If yes, try to find out how lxde terminates it applications. Linux distributions and desktop sessions are one of the most annoying things I had to handle since I develop albert. Most of them kill applications by SIGKILL, when you dont use the session process to terminate itself. SIGKILL does not allow to react on the termination of the process. This is ridiculous. Think of resource management. Try to find out the graceful way to stop the lxde session and please report it, for use in the system extension. For gnome e.g. this is |
Thanks for the quick reply.
I hope this helps to track down the issue. |
I can also confirm this happening. Restarting on Ubuntu/Unity also makes albert complain about this and it doesn't save any changed settings. It doesn't seem to be crashing. Contents of my
|
Ok, nevermind, I tested with I don't know if this has any influence, but one thing that I did differently between reboots was to add Albert to Startup Applications ( |
@wechsler42 Could you please check, if albert is a childprocess of the lxsession? |
Yes, it seems to me that albert is a child process of the lxsession: |
I can also confirm this happens under Ubuntu 14.04 and Unity. I'm seeing this behaviour when suspending the laptop. After resuming, the process is gone and after restarting Albert I get the same "has not quit graciously" message. Shutting down Ubuntu normally does not cause this issue. |
Environent
Operating system: Lubuntu 16.04 LTS
Desktop environment: standard Lubuntu DE
Albert version: 0.8.9
Source: ppa:nilarimogard/webupd8
Steps to reproduce
Expected behaviour
Albert behaves like it does when I kill the process in the terminal. Moreover changes in the Albert settings are saved.
Actual behaviour
The alert box appaers and changes in the Albert settings are not saved.
The text was updated successfully, but these errors were encountered: