Created
May 25, 2014 21:08
-
-
Save demmm/0e0315cd2f89e8babee4 to your computer and use it in GitHub Desktop.
10-kf5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [[ "$DESKTOP_SESSION" == "kf5-plasma" ]]; then | |
export QTDIR="/usr/lib/qt5" | |
export PATH="usr/bin:$QTDIR/bin:$PATH" | |
export QT_PLUGIN_PATH="/usr/lib/plugins:/usr/lib/qt5/plugins" | |
export QT_INCLUDE_PATH="/usr/include/qt5" | |
export QML2_IMPORT_PATH="/usr/lib/qml:/usr/lib/qt5/qml" | |
export QML_IMPORT_PATH="$QML2_IMPORT_PATH" | |
export KDE_SESSION_VERSION=5 | |
export KDE_FULL_SESSION=true | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment