From be1c5fbfbcb436ef701799e6f1ebbabf8eca6f7c Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Fri, 3 Jul 2015 10:40:42 +0100 Subject: [PATCH] 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 --- startkde/startkde.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake index f3c095b0f..2585600f8 100644 --- a/startkde/startkde.cmake +++ b/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.