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.
This commit is contained in:
Thomas Tuegel 2017-01-16 08:52:42 -06:00
parent 339313cf48
commit 52232a6158
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -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