On Tuesday, August 11, 2015 12:20:29 PM Jonathan Riddell wrote: > 9 days until final tag > > https://www.kde.org/announcements/plasma-5.3.95.php
@distros If you try to make the startplasmacompositor work, you'll need to disable OOM protection in kinit package, somehow things go wrong with it on Wayland session. Cheers, Hrvoje
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c880604..35974f8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -7,7 +7,7 @@ if (CMAKE_SYSTEM_NAME MATCHES Linux)
else()
message(STATUS "kdeinit wrapper uses setuid-root to protect kdeinit from misguided Linux OOM killer")
endif()
- set(KDEINIT_OOM_PROTECT 1)
+ set(KDEINIT_OOM_PROTECT 0)
endif ()
configure_file(config-kdeinit.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-kdeinit.h)
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ release-team mailing list [email protected] https://mail.kde.org/mailman/listinfo/release-team
