#!/bin/bash export KF5=/opt/kde5 export QTDIR=/opt/qt5 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 QT_QPA_PLATFORM_PLUGIN_PATH=/opt/qt5/plugins/platforms/ export QML2_IMPORT_PATH=$KF5/lib/qml:$KF5/lib64/qml:$KF5/lib/x86_64-linux-gnu/qml:$QTDIR/qml export LD_LIBRARY_PATH=/opt/kde5/lib:/opt/qt5/lib export KDE_DIRS=/opt/kde5 export PYTHONPATH=/opt/kde5/lib/python2.7/site-packages export PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig:/opt/kde5/lib64/pkgconfig export KWIN_DRM_AMS=1 export KWIN_REMOTE=1 export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 export QT_LOGGING_RULES='kwin_wayland_drm.debug=true;kwin_wayland_drm.warning=true' export QT_MESSAGE_PATTERN="`echo -e "\033[32m%{time h:mm:ss.zzz}%{if-category}\033[32m %{category}:%{endif} %{if-debug}\033[34m%{function}%{endif}%{if-warning}\033[31m%{backtrace depth=3}%{endif}%{if-critical}\033[31m%{backtrace depth=3}%{endif}%{if-fatal}\033[31m%{backtrace depth=3}%{endif}\033[0m %{message}"`" export MOZ_USE_XINPUT2=1