https://bugs.kde.org/show_bug.cgi?id=429454
--- Comment #8 from 21na...@gmail.com --- Another example is to add the output of the following command into “kate-master/kate/main.cpp”: find /usr/share/icons/breeze/ -type f | grep --fixed-strings 'svg' | sed --regexp-extended 's/.+\///g' | sed --regexp-extended 's/^/ QIcon::fromTheme\(QStringLiteral\("/g' | sed --regexp-extended 's/\.svg$/"\)\)\.isNull\(\)\;/g' | sed --regexp-extended '1 i \ QElapsedTimer timer\;\n timer\.start\(\)\;' | sed --regexp-extended '$ a \ qDebug\(\) \<\< timer\.elapsed\(\)\;' Build, execute “echo 3 > /proc/sys/vm/drop_caches” then “kate-master/build/kate/kate”. “qDebug()” displays less than 1 second. The results seems even better. No user with a HDD will ever report a single bug about slow application startup for nearly 1 more second at the start of Plasma (which is an example of when to load the icons because all icons are loaded, not only those of Kate). -- You are receiving this mail because: You are watching all bug changes.