Siduction Forum

Siduction Forum => Software - Support => Topic started by: ralul on 2016/02/14, 02:25:28

Title: Beim runterfahren: Lxqt does not quit all
Post by: ralul on 2016/02/14, 02:25:28
EN: When running Lxqt and logout, rebooting etc
a thread called "menu-cache" does not stop.
And some "systemd --user" threads also.
----
DE: Wenn man Lxqt als Desktop benutzt, dann hat man nach
dem ausloggen noch menu-cache am Laufen,
was leider auch die ganzen systemd --user
Sachen am Quitieren hindert.
Title: Re: Beim runterfahren: Lxqt does not quit all
Post by: melmarker on 2016/02/14, 13:32:41
Kann ich erst mal so nicht bestätigen - eventuell ein Problem der Session bei der Zusammenarbeit mit kwin - welches ungeahnte Grade der Komplexität zu LXQt zufügt. Beobachten, eventuell mit xfwm4 checken und einen Bug gegen lxqt-session malen - Aber bitte, bitte nicht im debian bug-tracker sondern gleich bei LXQt.
Title: Re: Beim runterfahren: Lxqt does not quit all
Post by: paxmark2 on 2016/02/14, 16:36:29
EN:  I am not an expert.  Just noticed this. 


https://github.com/systemd/systemd/issues/2537


and


https://github.com/systemd/systemd/commit/36c16a7cdd6c33d7980efc2cd6a2211941f302b4#commitcomment-16077748


cut and paste from #debian-systemd


DE: Ich bin kein Experte. Nur bemerkte dies



https://github.com/systemd/systemd/issues/2537
https://github.com/systemd/systemd/commit/36c16a7cdd6c33d7980efc2cd6a2211941f302b4#commitcomment-16077748

Ausschneiden und Einfügen von # debian-systemd



Title: Re: Beim runterfahren: Lxqt does not quit all
Post by: ralul on 2016/02/17, 12:42:26
- I am not using any initrd with my own not modularized but builtin kernel.
- I did change the TimeOut as suggested
- I changed window manager to xfwm4 as Melmarker suggested
----
Nothing changed the logout behavior: menu-cached does not end but with kill,
which immediately turns off the systemd --user taks also.

Isn't it, that
menu-cached is something brought in unchanged from the old LxDE environment?
May be it is not yet adapted to LxQT ...
Title: Re: Beim runterfahren: Lxqt does not quit all
Post by: ralul on 2016/03/19, 10:07:18
solves:
# /etc/systemd/logind.conf
[Login]
KillUserProcesses=yes

@melmarker Auch systemd kann Probleme eines Softwarstack verstecken