Move the compose-cache code from kde4 to xsession since it is supposedly useful for all X-based stuff.

This commit is contained in:
Evgeny Egorochkin 2013-08-26 17:04:42 +03:00
parent b0b5e08e86
commit 7021b07a8d
2 changed files with 5 additions and 5 deletions

View file

@ -97,11 +97,6 @@ in
# See http://lists-archives.org/kde-devel/26175-what-when-will-icon-cache-refresh.html
rm -fv $HOME/.kde/cache-*/icon-cache.kcache
# Speed up application start by 50-150ms according to
# http://kdemonkey.blogspot.nl/2008/04/magic-trick.html
rm -fv $HOME/.compose-cache
mkdir $HOME/.compose-cache
# Qt writes a weird libraryPath line to
# ~/.config/Trolltech.conf that causes the KDE plugin
# paths of previous KDE invocations to be searched.

View file

@ -94,6 +94,11 @@ let
export LIBVA_DRIVERS_PATH=${vaapiDrivers}/lib/dri
# Speed up application start by 50-150ms according to
# http://kdemonkey.blogspot.nl/2008/04/magic-trick.html
rm -fv $HOME/.compose-cache
mkdir $HOME/.compose-cache
${cfg.displayManager.sessionCommands}
# Allow the user to setup a custom session type.