Summary: | No previews/thumbnails in the trash folder | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Brendon Higgins <brendon> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.0 | |
Sentry Crash Report: |
Description
Brendon Higgins
2010-11-26 00:36:15 UTC
I've also noticed this problem in KDE 4.5.1. Thanks for the report. You can temporary bypass this issue by going into Dolphin Preferences -> General -> Previews and increase the MB in the "Remote files above:" line. The issue is that the trash is considered as remote location and this must be fixed for this usecase... SVN commit 1202948 by ppenz: Fix issue that previews are not shown in the trash. The root cause is that KUrl::isLocalFile() for the trash returns false (which is correct corresponding to the documentation of isLocalFile()) and hence the maximum size for remote files is used (which is 0 per default). From a users point of view the trash should be considered as "local" and hence the maximum size for local files should be considered for previews. BUG: 257928 FIXED-IN: 4.6.0 M +2 -1 previewjob.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1202948 |