Created attachment 127710 [details] screen recording SUMMARY The icon shown by info panel is not updated when I click on certain entries of places panel. On my system the affected entries of places panel are Home, Downloads and a ntfs partition (labeled "DADOS") that I use to store personal data. STEPS TO REPRODUCE 1. open Dolphin 2. if information panel is disabled, enabled it by pressing F11 3. click on Trash 4. click on "Downloads", "Home" or on an additional partition under "Devices" section OBSERVED RESULT information panel is still showing Trash icon. Watch the attached screen recording please. EXPECTED RESULT information panel should always show the correct icon SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.18.80 KDE Frameworks Version: 5.70.0 Qt Version: 5.14.1
I reproduced the issue, by removing my thumbnails cache and going to folders for which a thumbnail creation would take long, because of the size of the files it contained for instance. It would be reproducible for the directories for which the previewing failed.
Git commit dcd8c646a566eff1ff2c487fb2e7abe9a53a23cb by Méven Car. Committed on 01/05/2020 at 05:51. Pushed by meven into branch 'master'. Information Panel: show early icons for folders Summary: Folders previews can be long to generate. This can be noticeable by the user. This diff displays folder icons after a 100ms timer. FIXED-IN: 20.08 Test Plan: rm -r ~/.cache/thumbnails/ In dolphin open trash Click on download (or any directory with a long to generate preview). Reviewers: #dolphin, ngraham Reviewed By: #dolphin, ngraham Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D29204 M +15 -12 src/panels/information/informationpanelcontent.cpp https://commits.kde.org/dolphin/dcd8c646a566eff1ff2c487fb2e7abe9a53a23cb
Created attachment 128094 [details] another screen recording This issue is still reproducible when I switch from Downloads, Documents and Desktop to Home. I'm attaching a screen recording. Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.18.80 KDE Frameworks Version: 5.70.0 Qt Version: 5.14.2
I do reproduce.
The second bug you mentioned is not a bug : the information panel on you screencast shows the currently selected item. As "Documents" and "Downloads" are sub-folders of ~/ when opening "~" those folders get selected and after a small delay the details for the selection is shown. Maybe that's an intuitive behavior but that's a different issue.
(In reply to Méven Car from comment #5) > The second bug you mentioned is not a bug : the information panel on you > screencast shows the currently selected item. oh, you are right. However the current behavior seems a bit confuse to me. When I go to the parent folder of the current one by clicking on its entry in places panel, I'm selecting such parent folder, not any of its subfolders. I do not see the point of Dolphin to leave a subfolder selected after a click (selection) on any location present in places panel.
(In reply to Patrick Silva from comment #6) > (In reply to Méven Car from comment #5) > > The second bug you mentioned is not a bug : the information panel on you > > screencast shows the currently selected item. > oh, you are right. > However the current behavior seems a bit confuse to me. > When I go to the parent folder of the current one by clicking on its entry > in places panel, I'm selecting such parent folder, not any of its subfolders. > I do not see the point of Dolphin to leave a subfolder selected after a > click (selection) on any location present in places panel. Agreed, feel free to open a new bug.
done: bug 421347