From 52232a61580ab138ef3ccaf2792fbb03e79baf12 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Mon, 16 Jan 2017 08:52:42 -0600 Subject: [PATCH] startkde: run kbuildsycoca5 Fixes #20776. At some point, the call to rebuild the sycoca database at startup was removed, but it will not be rebuilt automatically because the timestamps in the Nix store never change. --- pkgs/desktops/kde-5/plasma/startkde/startkde.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/desktops/kde-5/plasma/startkde/startkde.sh b/pkgs/desktops/kde-5/plasma/startkde/startkde.sh index 63c62f12321e..a403e8e05e6e 100755 --- a/pkgs/desktops/kde-5/plasma/startkde/startkde.sh +++ b/pkgs/desktops/kde-5/plasma/startkde/startkde.sh @@ -6,6 +6,8 @@ export QT_PLUGIN_PATH="$QT_PLUGIN_PATH${QT_PLUGIN_PATH:+:}@QT_PLUGIN_PATH@" export QML_IMPORT_PATH="$QML_IMPORT_PATH${QML_IMPORT_PATH:+:}@QML_IMPORT_PATH@" export QML2_IMPORT_PATH="$QML2_IMPORT_PATH${QML2_IMPORT_PATH:+:}@QML2_IMPORT_PATH@" +kbuildsycoca5 + # Set the default GTK 2 theme if ! [ -e $HOME/.gtkrc-2.0 ] \ && [ -e /run/current-system/sw/share/themes/Breeze/gtk-2.0/gtkrc ]; then