File zzz-kf5.sh of Package plasma5-session
#! /bin/sh if [[ "$XDG_DATA_DIRS" != */opt/kf5/share* ]]; then export XDG_DATA_DIRS=$XDG_DATA_DIRS:/opt/kf5/share fi # not really a good idea as things in /opt/kf5/etc/xdg/autostart/ are run also in a KDE4 session then, plasmashell in particular #if [[ "$XDG_CONFIG_DIRS" != */opt/kf5/etc/xdg* ]]; then #export XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/opt/kf5/etc/xdg #fi # would cause akonadi4 to also start akonadi5's akonadi_indexing_agent in a non-Plasma5 session... #if [[ "$PATH" != */opt/kf5/bin* ]]; then #export PATH=$PATH:/opt/kf5/bin #fi