Execute applications
Environment Setup
export $(cat /proc/$(pidof plasmashell)/environ | tr '\0' '\n')export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME=KDE
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export XDG_CURRENT_DESKTOP=KDE
export KSCREEN_BACKEND=QScreen
export KDE_FULL_SESSION=1
export KDE_SESSION_VERSION=5Manually starting the Plasma shell (or applications)
export $(dbus-launch)
exec /usr/bin/plasmashell -p org.kde.plasma.phoneshellForcing an UI type per-application
Last updated