Don't export QT_PLUGIN_PATH

Currently we are modifying the plugin path to include
$kdehome/lib/kde5/plugins, the original change says this is to allow
users to load styles and such.

In Plasma 5 $kdehome is .config, which shouldn't contain any plugins, so
this line currently isn't achieving anything.

Apparently instead it was causing problems and various distros are
already patching it out without issue.

BUG: 349371
FIXED-IN: 5.4.0
wilder-5.14
David Edmundson 11 years ago
parent d4a8ac5920
commit be1c5fbfbc
  1. 6
      startkde/startkde.cmake

@ -210,12 +210,6 @@ for prefix in `echo $scriptpath`; do
done
done
# Set the path for Qt plugins provided by KDE
QT_PLUGIN_PATH=${QT_PLUGIN_PATH+$QT_PLUGIN_PATH:}`qtpaths --plugin-dir`
# TODO: Do we really need this?
QT_PLUGIN_PATH=$QT_PLUGIN_PATH:$kdehome/lib/kde5/plugins/
export QT_PLUGIN_PATH
# Activate the kde font directories.
#
# There are 4 directories that may be used for supplying fonts for KDE.

Loading…
Cancel
Save