https://bugs.kde.org/show_bug.cgi?id=378227
Rex Dieter <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Rex Dieter <[email protected]> --- In contrast, for me: % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- ---------------- 20.56 0.004742 3 1678 298 stat 11.91 0.002747 2 1144 480 access 10.59 0.002444 3 790 657 recvmsg 9.94 0.002294 2 1101 30 lstat 7.84 0.001809 4 464 33 open For me, the only fonts that get opened are the ones actually *used* in the dialog. Otherwise, I also see lots of hits for stuff like: open("/var/cache/fontconfig//711dae798b6bff4224ea2776edcb5c93-le64.cache-7", O_RDONLY|O_CLOEXEC) = 6 which is obviously a fontconfig cache. If I had to speculate, one possibility is your fontconfig cache either doesn't exist or is invalidated (old?). Maybe try running (as root): fc-cache -sf -- You are receiving this mail because: You are watching all bug changes.
