2010/3/20 Miki <[email protected]>: > Hi, > > I'm using kde 4.4.1 on current amd64 and a kdeinit4 process is using 10% > of cpu. > > using ktrace/kdump reveals that kdeinit4 is polling lots of .desktop files : > > kdeinit4 CALL stat(0x80837ddb8,0x7fffffffd3c0) > kdeinit4 NAMI "/usr/local/kde4/share/applications/kde4/knotes.desktop" > kdeinit4 STRU struct stat {dev=3739581208, ino=117691, > mode=-rw-r--r-- , nlink=1, uid=0, gid=0, rdev=0, atime=0, > stime=1265276125, ctime=1267631597.296777763, > birthtime=1267631597.295779026, size=3564, blksize=4096, blocks=8, > flags=0x0 } > kdeinit4 RET stat 0 > kdeinit4 CALL stat(0x80837ddb8,0x7fffffffd3c0) > kdeinit4 NAMI "/usr/local/kde4/share/applications/kde4/kolourpaint.desktop" > kdeinit4 STRU struct stat {dev=3739581208, ino=108493, > mode=-rw-r--r-- , nlink=1, uid=0, gid=0, rdev=0, atime=0, > stime=1263943305, ctime=1267626710.022580680, > birthtime=1267626710.022580680, size=5158, blksize=4096, blocks=12, > flags=0x0 } > kdeinit4 RET stat 0 > > I have tested with a clean kde4 profile (a new user in fact) and the > problem persist. > > FYI devel/gamin is installed on my computer and kern.maxvnodes is set to > 400000. I have test with fam/devel but still no luck.
Use this patch to enable FAM support : http://people.freebsd.org/~markus/kdelibs4.diff > > does anyone has the same problem ? > _______________________________________________ > kde-freebsd mailing list > [email protected] > https://mail.kde.org/mailman/listinfo/kde-freebsd > See also http://freebsd.kde.org/ for latest information > -- Olivier Smedts _ ASCII ribbon campaign ( ) e-mail: [email protected] - against HTML email & vCards X www: http://www.gid0.org - against proprietary attachments / \ "Il y a seulement 10 sortes de gens dans le monde : ceux qui comprennent le binaire, et ceux qui ne le comprennent pas." _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
