https://bugs.kde.org/show_bug.cgi?id=520181
--- Comment #2 from Kyle Devir <[email protected]> --- (In reply to Antonio Rojas from comment #1) > You're mixing up a system powerdevil with a locally built libkscreen Hmmm. That seems odd ~ it has only started happening in the past fortnight. So I am not sure what has changed to cause this bug... I am starting KDE Git with these commands: KDE_usr_prefix="/run/media/valmar/DataSSD/KDE/usr" export CMAKE_PREFIX_PATH="${KDE_usr_prefix}:${CMAKE_PREFIX_PATH}" export MANPATH="${KDE_usr_prefix}/share/man:${MANPATH}" export PATH="${KDE_usr_prefix}/bin:${PATH}" export PKG_CONFIG_PATH="${KDE_usr_prefix}/lib/pkgconfig:${PKG_CONFIG_PATH}" export PYTHONPATH="${KDE_usr_prefix}/lib/site-packages:${PYTHONPATH}" export QML2_IMPORT_PATH="${KDE_usr_prefix}/lib/qml:${QML2_IMPORT_PATH}" export QT_PLUGIN_PATH="${KDE_usr_prefix}/lib/qt6/plugins:${KDE_usr_prefix}/lib/plugins:${QT_PLUGIN_PATH}" export XDG_CONFIG_DIRS="${KDE_usr_prefix}/etc/xdg:/etc/xdg:${XDG_CONFIG_DIRS:-$HOME/.config}" export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" export XDG_DATA_DIRS="${KDE_usr_prefix}/share:/usr/share:${XDG_DATA_DIRS:-$HOME/.local/share}" # if [ ! -z "${XDG_RUNTIME_DIR}" ]; then # mkdir -p "${XDG_RUNTIME_DIR}/systemd/user.control" # command cp -r "${KDE_usr_prefix}/lib/systemd/user"/* "${XDG_RUNTIME_DIR}/systemd/user.control" # systemctl --user daemon-reload # fi export QT_LOGGING_RULES="kwin_*.debug=true;kwin_libinput.debug=false;" cd "${KDE_usr_prefix}/bin/" ./startplasma-wayland -- You are receiving this mail because: You are watching all bug changes.
