Bug 464957 - Dolphin does not recognise file ratings when file search is disabled
Summary: Dolphin does not recognise file ratings when file search is disabled
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 22.12.3
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-28 20:27 UTC by Jens Lallensack
Modified: 2023-03-06 18:13 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Lallensack 2023-01-28 20:27:16 UTC
SUMMARY
***
If "Show additional information" -> "Ratings" is checked, existing file ratings are only shown in the info panel, but not in the file view as expected (only the default five empty stars appear). Also, "Sort by" -> "Rating" does not has any affect. It seems that ratings are correctly stored and shown in the info panel, but are otherwise ignored.

This used to work, it is therefore probably a regression.
***


STEPS TO REPRODUCE
1. Open Dolphin, assign rating of a random file by selecting that file and clicking into the rating field in the info panel (e.g., to assign five stars).
2.
A: Select "Menu" -> "Show additional information" -> "Rating".
B: Select "Menu" -> "Sort by" -> "Rating".

OBSERVED RESULT
A. The file view shows 0 stars for that file, while the info panel correctly shows the five stars.
B. The file view does not sort by rating, since the ratings are not recognised.

EXPECTED RESULT
A. The file view should show a rating of five stars.
B. The file view should sort by rating.
Comment 1 Jens Lallensack 2023-02-28 21:47:31 UTC
Update: I found out that this bug only occurs when file search is disabled. This makes it a much more minor issue – but still a problem users may ran into.