Francios, Slavek,
I have ported the kde-workspace-4.11.0-kdm-logind-multiseat.patch to tdebase. The code fit like a glove showing that there had been very little change to kdm in kde4. I was able to find the exact context for each hunk and I manually applied the hunks to the relevant tdebase files. I need you to look over the patch and make sure it looks sane. Let me know if you see anything out of place.
I will attempt a tdebase build, test if successful and will report back. Patch attached.
On 02/25/2014 10:47 PM, David C. Rankin wrote:
Francios, Slavek,
I have ported the kde-workspace-4.11.0-kdm-logind-multiseat.patch to tdebase. The code fit like a glove showing that there had been very little change to kdm in kde4. I was able to find the exact context for each hunk and I manually applied the hunks to the relevant tdebase files. I need you to look over the patch and make sure it looks sane. Let me know if you see anything out of place.
I will attempt a tdebase build, test if successful and will report back. Patch attached.
One error:
CMake Error at CMakeLists.txt:303 (set_package_properties): Unknown CMake command "set_package_properties".
How is that possible? From the cmake manual:
Example for setting the info for a package:
find_package(LibXml2) set_package_properties(LibXml2 PROPERTIES DESCRIPTION "A XML processing library." URL "http://xmlsoft.org/")
I guess that is a macro that TDE hasn't included?
On 02/25/2014 11:18 PM, David C. Rankin wrote:
On 02/25/2014 10:47 PM, David C. Rankin wrote:
Francios, Slavek,
I have ported the kde-workspace-4.11.0-kdm-logind-multiseat.patch to tdebase. The code fit like a glove showing that there had been very little change to kdm in kde4. I was able to find the exact context for each hunk and I manually applied the hunks to the relevant tdebase files. I need you to look over the patch and make sure it looks sane. Let me know if you see anything out of place.
I will attempt a tdebase build, test if successful and will report back. Patch attached.
One error:
CMake Error at CMakeLists.txt:303 (set_package_properties): Unknown CMake command "set_package_properties".
How is that possible? From the cmake manual:
Example for setting the info for a package:
find_package(LibXml2) set_package_properties(LibXml2 PROPERTIES DESCRIPTION "A XML processing library." URL "http://xmlsoft.org/")
I guess that is a macro that TDE hasn't included?
updated patch - building now
On 02/25/2014 11:29 PM, David C. Rankin wrote:
On 02/25/2014 11:18 PM, David C. Rankin wrote:
On 02/25/2014 10:47 PM, David C. Rankin wrote:
Francios, Slavek,
I have ported the kde-workspace-4.11.0-kdm-logind-multiseat.patch to tdebase. The code fit like a glove showing that there had been very little change to kdm in kde4. I was able to find the exact context for each hunk and I manually applied the hunks to the relevant tdebase files. I need you to look over the patch and make sure it looks sane. Let me know if you see anything out of place.
I will attempt a tdebase build, test if successful and will report back. Patch attached.
One error:
CMake Error at CMakeLists.txt:303 (set_package_properties): Unknown CMake command "set_package_properties".
How is that possible? From the cmake manual:
Example for setting the info for a package:
find_package(LibXml2) set_package_properties(LibXml2 PROPERTIES DESCRIPTION "A XML processing library." URL "http://xmlsoft.org/")
I guess that is a macro that TDE hasn't included?
updated patch - building now
Another stray comment missed, final patch created. I gave it a 5% chance of actually building on my port of the patch -- but sonovabich, tdebase built with the multiseat patch included. patch uploaded to 1902 and available for testing. The final patch is below: