https://bugs.kde.org/show_bug.cgi?id=393265
--- Comment #4 from Prem <np...@yahoo.com> --- thanks for all of your help. after setting the following variables, it works for me. it didnt work without these even if i install in /usr export KF5=/usr export QTDIR=/usr export CMAKE_PREFIX_PATH=$KF5:$CMAKE_PREFIX_PATH export XDG_DATA_DIRS=$KF5/share:$XDG_DATA_DIRS:/usr/share export XDG_CONFIG_DIRS=$KF5/etc/xdg:$XDG_CONFIG_DIRS:/etc/xdg export PATH=$KF5/bin:$QTDIR/bin:$PATH export QT_PLUGIN_PATH=$KF5/lib/plugins:$KF5/lib64/plugins:$KF5/lib/x86_64-linux-gnu/plugins:$QTDIR/plugins:$QT_PLUGIN_PATH # (lib64 instead of lib on some systems, like openSUSE) export QML2_IMPORT_PATH=$KF5/lib/qml:$KF5/lib64/qml:$KF5/lib/x86_64-linux-gnu/qml:$QTDIR/qml export QML_IMPORT_PATH=$QML2_IMPORT_PATH export KDE_SESSION_VERSION=5 export KDE_FULL_SESSION=true export SASL_PATH=/usr/lib/sasl2:$KF5/lib/sasl2 # (lib64 instead of lib on some systems, like openSUSE) PS1="(kdesrc) $PS1" -- You are receiving this mail because: You are watching all bug changes.