[plasmashell] [Bug 520181] powerdevil crash: symbol lookup error: KSC_KWayland.so: undefined symbol: _ZN7KScreen6Output20setHdrIccProfilePathERK7QString
https://bugs.kde.org/show_bug.cgi?id=520181 --- Comment #3 from Kyle Devir --- Ah... I have a command that copies the polkit and dbus-1 files to the system ~ turns out I forgot about the systemd service files! Surprised it worked so long until now. :) -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 520181] powerdevil crash: symbol lookup error: KSC_KWayland.so: undefined symbol: _ZN7KScreen6Output20setHdrIccProfilePathERK7QString
https://bugs.kde.org/show_bug.cgi?id=520181
--- Comment #2 from Kyle Devir ---
(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.
[plasmashell] [Bug 520181] powerdevil crash: symbol lookup error: KSC_KWayland.so: undefined symbol: _ZN7KScreen6Output20setHdrIccProfilePathERK7QString
https://bugs.kde.org/show_bug.cgi?id=520181 Antonio Rojas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|--- |DOWNSTREAM --- Comment #1 from Antonio Rojas --- You're mixing up a system powerdevil with a locally built libkscreen -- You are receiving this mail because: You are watching all bug changes.
