From f2acc253b73f1dc52595482f1693da3498e21a42 Mon Sep 17 00:00:00 2001 From: Jamie Reece Wilson Date: Sun, 14 Jul 2024 23:27:29 +0100 Subject: [PATCH] [*] Amend `[*] Linux: Update antidbus message for clarity` --- Source/Threading/Threads/AuOSThread.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Threading/Threads/AuOSThread.cpp b/Source/Threading/Threads/AuOSThread.cpp index 36f82104..b4c9aa61 100644 --- a/Source/Threading/Threads/AuOSThread.cpp +++ b/Source/Threading/Threads/AuOSThread.cpp @@ -1036,9 +1036,9 @@ namespace Aurora::Threading::Threads gInitOnce.Call([]() { AuLogWarn("Cannot update real time thread priority. This is most likely due to the POSIX ecosystem consisting of toy academic kernels/systems with incompetent maintainers."); - AuLogWarn("We will not use RT-Kit to keep your Linux machine alive through XDG_FREEEEeeEEEeEeEEeeeDESKTOP_HOPES_AND_DREAMS, dbus-slop, and systemd-specific daemons."); - AuLogWarn("Obligatory sod off System-D, IBM Red Hat, and Lennart Poettering 🤮"); - AuLogWarn("To reiterate, if this isn't clear enough already, we will not bloat our toolchains, monorepos, and binary releases over not portable and useless systemd dbus artefacts."); + AuLogWarn("We will not use RT-Kit to keep your Linux machine alive through XDG_FREEEeeEeEEeeeDESKTOP_HOPES_AND_DREAMS, dbus-slop, red-fedoras, and systemd-specific daemons."); + AuLogWarn("To reiterate, if this isn't clear enough already, we will not bloat our toolchains, monorepos, binary releases, and dependency graphs for not portable and useless" + " systemd dbus artefacts, over what amounts to basic threading interfaces missing/being hidden from us. Fix your broken system. https://reece.sx/data/NMP.mp4"); AuLogWarn("Hint: try (1) : append:\n" "* hard rtprio unlimited\n" "* soft rtprio unlimited\n"