| Summary: | kio_thumbnail should die when not needed. | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | dE <de.techno> |
| Component: | thumbnail | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | adawit |
| Priority: | NOR | ||
| Version First Reported In: | 4.4 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
dE
2011-04-23 14:09:16 UTC
The thumbnail process is implemented as a KIO process and like every other kioslave it is managed by KDE IO schedeuler. When kioslaves finish their work, they are kept for a given duration, in case they need to be resued, before they are killed after a certain duration (~ 3 mins). Simply enabling and disabling the preview button in dolphin will not kill these processes. |