Package: kdm Version: 4:3.5.5a.dfsg.1-5 Severity: wishlist Tags: patch Hi,
I found, that the current /etc/kde3/kdm/kdmrc specifies an option "Preloader=/usr/bin/preloadkde". Why don't we use this option? This could probably speed up KDE after login. Unfortunately I did not find this script in Debian, so I searched the KDE homepage and found this: http://wiki.kde.org/tiki-index.php?page=Performance+Tips&highlight=optimize#_Directory_prescanning_in_KDM For Debian the script should look like this: <<< snip #!/bin/sh exec find /etc/kde3 /home/user/.kde /usr/share/applications \ /usr/share/applnk /usr/share/mimelnk /usr/share/services \ /usr/share/servicetypes /usr/share/config.kcfg \ /usr/share/icons /usr/lib/kde3/ <<< snap Where "/home/user/.kde" is the main user's KDE folder and should probably be removed or changed against "/home/*/.kde". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

