Summary: | Trash icon in info panel does not match icon in Places panel | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Patrick Silva <bugseforuns> |
Component: | panels: information | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | claudius.ellsel, nate, parimalprasoon7, peter-braun |
Priority: | NOR | ||
Version: | 19.04.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=163337 | ||
Latest Commit: | https://commits.kde.org/kio/a9f8aeb11776c78dd0d0dc690a52fddc1ff51a23 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | trash icon in info panel, neon dev unstable |
Description
Patrick Silva
2018-04-08 17:03:15 UTC
Created attachment 112372 [details]
trash icon in info panel, neon dev unstable
On neon dev unstable trash icon in info panel is always blue, it does not matter if trash is empty or not. Furthermore, below trash icon is a dot instead "Trash".
*** Bug 398379 has been marked as a duplicate of this bug. *** Confirmed. Seems like a regression from 17.12, where the icon in the places panel was correct when entering the trash (though it still didn't update correctly after emptying the trash). *** Bug 398846 has been marked as a duplicate of this bug. *** Git commit a9f8aeb11776c78dd0d0dc690a52fddc1ff51a23 by Méven Car. Committed on 02/09/2019 at 08:31. Pushed by meven into branch 'master'. Add an icon for the trash root and a proper label Summary: BUG: 392882 Test Plan: {F7305781} Reviewers: ngraham, #frameworks, broulik Reviewed By: ngraham Subscribers: Codezela, broulik, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D23650 M +2 -0 src/ioslaves/trash/kio_trash.cpp M +2 -0 src/ioslaves/trash/trashimpl.cpp https://commits.kde.org/kio/a9f8aeb11776c78dd0d0dc690a52fddc1ff51a23 Git commit 89a7b316d1a15aec405656ce4dca49463e803bff by Méven Car. Committed on 12/11/2019 at 07:20. Pushed by meven into branch 'master'. [Information Panel] Allows to refresh icon and metadata for urls such as trash:/ Summary: CCBUG: 392882 Test Plan: 1. Create a file 2. Remove it, so that it goes to the trash 3. Open trash 4. Empty trash Before: Information panel icon is still user-trash-full After: Information panel icon is changed to user-trash Reviewers: ngraham, #dolphin, elvisangelaccio Reviewed By: ngraham, #dolphin, elvisangelaccio Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D23668 M +1 -1 CMakeLists.txt M +9 -9 src/panels/information/informationpanel.cpp M +3 -2 src/panels/information/informationpanelcontent.cpp https://commits.kde.org/dolphin/89a7b316d1a15aec405656ce4dca49463e803bff |