Hello everybody I'm trying to setup a full kde5 session on my debian sid machine. I have fully build from git thank to kdesrc-build script and the tutorial at https://community.kde.org/Frameworks/Building.
Moreless everything has been build apart - kwayland: due to missing wayland dev library - ktp-common-internals: due to missing telepathy - kdepim: due to missing QtTextToSpeech - plasmate: there was a small error in plasmateapp.cpp temporary fixed by me and to the end has been compiled as well` Now I want to try a full kde5 desktop session but ... how?? After a bit af search on the web I have found https://techbase.kde.org/Archive:Getting_Started/Run/Full_Session but after rebooting I found just a full black screen :( Please can you give me some suggessions or point me some tutorial? thank you very much Luca here the .xsessionrc I have used ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ export KF5=/home/dj3mb3/kde/install/kde_frameworks/ export QTDIR=/home/dj3mb3/qt/5/kde/qtbase 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 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 XDG_DATA_HOME=$HOME/.local5/share export XDG_CONFIG_HOME=$HOME/.config5 export XDG_CACHE_HOME=$HOME/.cache5 export CMAKE_PREFIX_PATH=$KF5:$QTDIR:$CMAKE_PREFIX_PATH export QT_MESSAGE_PATTERN='%{appname}(%{pid})/%{category} %{function}: %{message}' c=`echo -e "\033"` export QT_MESSAGE_PATTERN="%{appname}(%{pid})/(%{category}) $c[31m%{if-debug}$c[34m%{endif}%{function}$c[0m: %{message}" unset c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ and the dbus file configuration ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> <includedir>/home/dj3mb3/kde/install/kde_frameworks/etc/dbus-1/system.d</includedir> <servicedir>/home/dj3mb3/kde/install/kde_frameworks/share/dbus-1/system-services</servicedir> </busconfig> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- P Please consider the environment before printing this e-mail
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
