[opensuse-kde3] User session tracking patch needed for pure systemd (no consolekit)
Ilya, All Do you have a patch yet to fix the user session tracking problem in KDE3 in a pure systemd environment (no ConsoleKit)? I'm trying to work out the problem of TDE leaving kdeio_file/sftp/http processes running after the connection is closed. This has to do with the freedesktop migration to systemd requirements listed here: http://www.freedesktop.org/wiki/Software/systemd/writing-display-managers/ http://www.freedesktop.org/wiki/Software/systemd/writing-desktop-environment... Right now this is being work as TDE bug 1902 - http://bugs.pearsoncomputing.net/bugzilla/show_bug.cgi?id=1902 If you know of a patch that does this for kde3, please let me know. I have the kde4 patch that implements a multi-seat solution, but the current approach is to implement a single-seat fix, then work on the multi-seat solution. The kde4 patch for this is in kde 4.11. The patch is named: kde-workspace-4.11.1-kdm-logind-multiseat.patch I don't have the url handy, but if you need it, I'll track it down. Let me know. Thanks. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
On 02/19/2014 11:27 PM, David C. Rankin wrote:
Ilya, All
Do you have a patch yet to fix the user session tracking problem in KDE3 in a pure systemd environment (no ConsoleKit)? I'm trying to work out the problem of TDE leaving kdeio_file/sftp/http processes running after the connection is closed. This has to do with the freedesktop migration to systemd requirements listed here:
http://www.freedesktop.org/wiki/Software/systemd/writing-display-managers/
http://www.freedesktop.org/wiki/Software/systemd/writing-desktop-environment...
Right now this is being work as TDE bug 1902 - http://bugs.pearsoncomputing.net/bugzilla/show_bug.cgi?id=1902
If you know of a patch that does this for kde3, please let me know. I have the kde4 patch that implements a multi-seat solution, but the current approach is to implement a single-seat fix, then work on the multi-seat solution.
The kde4 patch for this is in kde 4.11. The patch is named:
kde-workspace-4.11.1-kdm-logind-multiseat.patch
I don't have the url handy, but if you need it, I'll track it down. Let me know. Thanks.
Ilya, I have ported the kde-workspace-logind-multiseat patch from kde4 to TDE. The patch should be a drop-in to kdebase (maybe only the dir names will need changing, tdebase -> kdebase. The patch is here: http://bugs.pearsoncomputing.net/attachment.cgi?id=1957 It builds and is in testing. If you would like to incorporate it and test, feel free. Let me know if you find any issues. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
On Wednesday 26 February 2014 11:24:25 David C. Rankin wrote:
I have ported the kde-workspace-logind-multiseat patch from kde4 to TDE. The patch should be a drop-in to kdebase (maybe only the dir names will need changing, tdebase -> kdebase. The patch is here:
http://bugs.pearsoncomputing.net/attachment.cgi?id=1957
It builds and is in testing. If you would like to incorporate it and test, feel free. Let me know if you find any issues.
Serghei, what do you think about this patch? -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
On Wednesday 26 February 2014 09:48:59 Ilya Chernykh wrote:
On Wednesday 26 February 2014 11:24:25 David C. Rankin wrote:
I have ported the kde-workspace-logind-multiseat patch from kde4 to TDE. The patch should be a drop-in to kdebase (maybe only the dir names will need changing, tdebase -> kdebase. The patch is here:
http://bugs.pearsoncomputing.net/attachment.cgi?id=1957
It builds and is in testing. If you would like to incorporate it and test, feel free. Let me know if you find any issues.
Serghei, what do you think about this patch?
Not sure. I'm not familiar with session tracking. I will check. -- Serghei -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
On 02/26/2014 02:40 AM, Serghei Amelian wrote:
On Wednesday 26 February 2014 09:48:59 Ilya Chernykh wrote:
On Wednesday 26 February 2014 11:24:25 David C. Rankin wrote:
I have ported the kde-workspace-logind-multiseat patch from kde4 to TDE. The patch should be a drop-in to kdebase (maybe only the dir names will need changing, tdebase -> kdebase. The patch is here:
http://bugs.pearsoncomputing.net/attachment.cgi?id=1957
It builds and is in testing. If you would like to incorporate it and test, feel free. Let me know if you find any issues.
Serghei, what do you think about this patch?
Not sure. I'm not familiar with session tracking. I will check.
New patch that sets WITH_SYSTEMD preprocessor flag: http://bugs.pearsoncomputing.net/attachment.cgi?id=1962&action=edit -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
On Wednesday 26 February 2014 11:24:25 David C. Rankin wrote:
I have ported the kde-workspace-logind-multiseat patch from kde4 to TDE. The patch should be a drop-in to kdebase (maybe only the dir names will need changing, tdebase -> kdebase. The patch is here:
http://bugs.pearsoncomputing.net/attachment.cgi?id=1957
It builds and is in testing. If you would like to incorporate it and test, feel free. Let me know if you find any issues.
It uses cmake, I cannot apply it. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
On 03/03/2014 05:38 PM, Ilya Chernykh wrote:
On Wednesday 26 February 2014 11:24:25 David C. Rankin wrote:
I have ported the kde-workspace-logind-multiseat patch from kde4 to TDE. The patch should be a drop-in to kdebase (maybe only the dir names will need changing, tdebase -> kdebase. The patch is here:
http://bugs.pearsoncomputing.net/attachment.cgi?id=1957
It builds and is in testing. If you would like to incorporate it and test, feel free. Let me know if you find any issues.
It uses cmake, I cannot apply it.
Just set the Systemd preprocessor flag WITH_SYSTEMD, also see http://bugs.pearsoncomputing.net/show_bug.cgi?id=1998 -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse-kde3+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kde3+owner@opensuse.org
participants (3)
-
David C. Rankin
-
Ilya Chernykh
-
Serghei Amelian