Summary: | Cache mechanism in Dolphin is making it completely unreliable. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Leinier Cruz Salfran <leiniercs> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | gabriel.barrantes.dev, kde, kfm-devel, tagwerk19 |
Priority: | NOR | ||
Version: | 20.12.0 | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | The demonstration of the last bad thing I've detected on Dolphin |
Description
Leinier Cruz Salfran
2021-05-02 19:45:11 UTC
Created attachment 138096 [details]
The demonstration of the last bad thing I've detected on Dolphin
Here is the video that demonstrate that the "cache" system you've implemented in Dolphin must be wiped completely.
Lowering severity as no data loss occurs, merely a display issue. It seems you didn’t read the part when I wrote “my cousin reported to me that he doesn’t find some music he had on his flash memory”. Did you read the entire report?
> On 2 May 2021, at 5:03 PM, Kai Uwe Broulik <bugzilla_noreply@kde.org> wrote:
>
> https://bugs.kde.org/show_bug.cgi?id=436501
>
> Kai Uwe Broulik <kde@privat.broulik.de> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Severity|critical |normal
> CC| |kde@privat.broulik.de
>
> --- Comment #2 from Kai Uwe Broulik <kde@privat.broulik.de> ---
> Lowering severity as no data loss occurs, merely a display issue.
>
> --
> You are receiving this mail because:
> You reported the bug.
Well, your video only demonstrated a mix up of thumbnails. Perhaps file a separate ticket then. Hello. I made a compound of my bad experiences with Dolphin. I made emphasis on this because this is happening right now and I consider it is a serious thing because it is related to the files of the persons. The video was just something I made in order to illustrate that I'm telling the truth about the bad decision of implement the cache system on Dolphin. That "cache" is the reason of the bad and serious things that is happening right now. I'm sure that if you carefully read the report you then you will realize that we are talking about something that must not be taken lightly. I make this question to you: Since how long are you receiving complains about things that is not working or working bad in which the "cache" is involved? The first time I detected Dolphin didn't copied some files was several years ago, but I wasn't sure and I didn't pay serious attention to that at the time, but now, with what I showed in the video and the report of my cousin, I considered it is the time to do things correctly and that's why I made this report. Please, take this seriously. REMOVE COMPLETELY the cache system from Dolphin. Let Dolphin execute all the actions he needs whenever he needs. Today's hard disks are fast enough and it will be no performance impact and Dolphin will be reliable and trustworthy. I wrote enough. If you need further assistance then write to me, otherwise, you can close this ticket. I hope the Dolphin team evaluate this and take this seriously. (In reply to Leinier Cruz Salfran from comment #0) > - I copied a first SVG image from one location to another. > - Dolphin showed me the preview of the first image correctly. > - I found a second image I liked more. > - I deleted the first image from the destination location. > - I transferred the second image to the destination location. > - Dolphin showed me the preview of the second image correctly. > - I changed the name of the second image to the name of the first image. > - The problem: Dolphin showed me the image of the first image instead of the > second. What version of Dolphin are you using? Have a look at Bug 433127 and there's a relatively recently fixed issue that appeared when the files had the same modification time (to within a second). If your "first image" and "second image" have the same modification time, you might be seeing the same. Hello, tagwerk19. SYSTEM INFORMATION Operating System: FreeBSD 13.0 KDE Plasma Version: 5.20.4 KDE Frameworks Version: 5.77.0 Qt Version: 5.15.2 Kernel Version: 13.0-RELEASE OS Type: 64-bit tagwerk19, that shouldn't happen. I have the criteria that a software must do it job straightly: - If I order to Dolphin to copy a file then copy it, or a folder then, capture every children "directly" and copy them. If the destination is the same, then simply add the elements to the list or reload the files list again. - If I order to Dolphin to delete something, then delete it and remove it from the list. - If I order to Dolphin to rename a file, then rename it. - If after each delete or rename action, Dolphin has to check once again the free space or the kind of file (in case the user changed the extension) or update the preview once again, then do it "directly". We need to keep in mind that today's hardware is fast enough and even old hardware is decent. Do not rely on a cache, do not append more processes. Thank you all the time you put on this. |