mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 14:24:45 +00:00
Add QT_PLUGIN_PATH
This commit is contained in:
parent
53e2e46909
commit
6812516c76
1 changed files with 6 additions and 0 deletions
|
|
@ -93,6 +93,12 @@ QT_QPA_PLATFORMTHEME=KDE
|
||||||
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
XDG_CURRENT_DESKTOP=KDE
|
XDG_CURRENT_DESKTOP=KDE
|
||||||
KSCREEN_BACKEND=QScreen
|
KSCREEN_BACKEND=QScreen
|
||||||
|
|
||||||
|
# Not sure about these, but startkde does it
|
||||||
|
QT_PLUGIN_PATH=${QT_PLUGIN_PATH+$QT_PLUGIN_PATH:}`qtpaths --plugin-dir`
|
||||||
|
# TODO: Do we really need this?
|
||||||
|
QT_PLUGIN_PATH=$QT_PLUGIN_PATH:/usr/lib/kde5/plugins/
|
||||||
|
export QT_PLUGIN_PATH
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Default configuration for the UI
|
# Default configuration for the UI
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue