This "error" appears when not run under logind. As it is not fatal,
ignore it. (It also appears on my KDE desktop using KDM.)
Error message reported in bugs GH-600, GH-582.
Gbp-Pq: Name ignore-systemd-logind-noise.patch
if (strncmp(string, "(EE)", 4) == 0){
if (strstr(string, "Failed to load module \"kbd\"") ||
strstr(string, "No input driver matching") ||
+ strstr(string, "systemd-logind: failed to get session:") ||
strstr(string, "Server terminated successfully")) {
/* non-fatal errors */
prio = LOG_DEBUG;
}
}
}
-
+
/* do the actual logging */
bb_log(prio, "[XORG] %s\n", string);
}