Summary: | Konsole hangs at initial tab completion | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Andreas Kern <Kern.Schatten> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.3.3 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andreas Kern
2009-12-16 20:47:54 UTC
Since tab completion is a function of bash, it is odd that tab completion should affect Konsole. My guess is maybe this has to do with the tty bell. Do you see the same behavior with 'printf "\a"' in a fresh shell that hasn't had this delay yet? (And if so, does that "substitute for" the delay in tab completion, i.e. if you do 'printf "\a"', that is slow but first tab completion is fast?) I tried the above, and with sycoca out of date, the bell caused a sycoca rebuild, which very much resembles your stated symptoms. You might want to try running konsole from within itself (or another terminal) and see if there are any messages printed when the 'hang' occurs. Have you been able to reproduce on a later version? 4.5.x or even 4.6? Newer version's aren't exhibiting this behaviour any longer. |