https://bugs.kde.org/show_bug.cgi?id=524004

--- Comment #2 from Kyle Devir <[email protected]> ---
(In reply to Antonio Rojas from comment #1)
> This means you are mixing up plugins and libraries from different kio
> installations.

Sigh, not again.... :|

This is my launch script for my kde-builder KDE session:


#!/usr/bin/sh -v

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}"

export QT_LOGGING_RULES="kwin_*.debug=true;kwin_libinput.debug=false;"

cd "${KDE_usr_prefix}/bin/"
dbus-launch "${KDE_usr_prefix}/bin/startplasma-wayland"


What am I missing here? Or is there a more reliable method of launching KDE Git
builds via kde-builder like this?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to