https://bugs.kde.org/show_bug.cgi?id=339863

Felix Ernst <felixer...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |felixer...@kde.org

--- Comment #67 from Felix Ernst <felixer...@kde.org> ---
(In reply to funkybomber from comment #58)
> I have just posted a bounty for this bug. I'd like to see this fixed when
> the Oxygen Icon Theme is in use. 
> Please note that I will need to see it solved in the KDE Neon Developer
> edition before I am ok with releasing the reward!
> Happy coding! :)
> 
> https://www.bountysource.com/issues/54393195-full-and-empty-stars-are-
> indistinguishable-when-using-an-icon-theme-including-oxygen-that-lacks-the-
> rating-unrated-icon

I just looked into claiming the bounty but unfortunately the people running the
bountysource page are now committing fraud, embezzling the money, and are no
longer paying out bounties: https://github.com/bountysource/core/issues/1586

I originally found this bug through bounty source, and while 50€ isn't that
much, hearing of one more fraud is still upsetting.

If you want to, you could still pay out the bounty to me directly, but after
all these years and after the money you originally allocated being embezzled, I
totally understand if you don't.

Here is my Paypal https://www.paypal.com/donate/?hosted_button_id=WTHAYDL59U9FL
and my Liberapay https://liberapay.com/felixernst/donate .

In any case this should be fully fixed now for KDE frameworks 6. You can test
it like this:

Test plan:

1. Either find a theme that only provides a "rating" icon but no
"rating-unrated" icon, or temporarily rename all "rating-unrated" icons in your
current theme:
sudo find /usr/share/icons/$THEMENAME/ -type f -regex '.*atin.*' -exec rename
's/rating-unrated/\(renamed\)rating-unrated/' {} \;
(You can later change it back using this command: sudo find
/usr/share/icons/$THEMENAME/ -type f -regex '.*atin.*' -exec rename
's/\(renamed\)rating-unrated/rating-unrated/' {} \;)
2. Notice that the "rating" field in Dolphin in the information panel or in the
"rating" column in details view now all show a five-star rating.
3. Do the same with a Dolphin using a KWidgetsAddons framework containing my
fix. Notice everything is fine now.

Cheers!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to