Bug 500039 - 3094b350b672a9bf6236a37e19d946885abeea9a makes the icon that shows that an application is playing audio blurry
Summary: 3094b350b672a9bf6236a37e19d946885abeea9a makes the icon that shows that an ap...
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 6.10.0
Platform: Other Linux
: NOR normal
Target Milestone: Not decided
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-14 00:21 UTC by kostadinshishmanov
Modified: 2025-04-10 07:58 UTC (History)
2 users (show)

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


Attachments
side by side comparing before and after commit (1.51 KB, image/png)
2025-02-14 00:21 UTC, kostadinshishmanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kostadinshishmanov 2025-02-14 00:21:51 UTC
Created attachment 178333 [details]
side by side comparing before and after commit

SUMMARY

Commit 3094b350b672a9bf6236a37e19d946885abeea9a makes the icon that shows that an application is playing audio blurry.

STEPS TO REPRODUCE
1. Build and install kirigami 6.10.0 without the mentioned commit applied
2. Play audio through some application 
3. Notice that the icon that shows that audio is playing isn't blurry
4. Build and install kirigami 6.10.0 with the mentioned commit applied as a patch
5. Log out and back in to a Plasma session
6. Play audio through an application again
7. The icon is blurry

OBSERVED RESULT

The icon that shows that an application is playing audio is blurry

EXPECTED RESULT

The icon that shows that an application is playing audio isn't blurry

SOFTWARE/OS VERSIONS
Operating System: Gentoo Linux 2.17
KDE Plasma Version: 6.3.0
KDE Frameworks Version: 6.10.0
Qt Version: 6.8.2
Kernel Version: 6.6.75-gentoo (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 7800X3D 8-Core Processor
Memory: 30.9 GiB of RAM
Graphics Processor: AMD Radeon RX 6800
Comment 1 Bug Janitor Service 2025-04-07 14:52:39 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2925
Comment 2 Marco Martin 2025-04-09 14:57:27 UTC
Git commit 589a19f0ea53d2cc57f932b87a31fa39860f9845 by Marco Martin.
Committed on 09/04/2025 at 14:36.
Pushed by mart into branch 'master'.

round AudioStream width which in turn rounds its position as well

audioStreamIconBox is anchored to the right, to its position
is also influenced by the width

M  +1    -1    applets/taskmanager/package/contents/ui/AudioStream.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/589a19f0ea53d2cc57f932b87a31fa39860f9845
Comment 3 Marco Martin 2025-04-10 07:58:04 UTC
Git commit 92c26fa704e7aaaa6756c16693f60af6ebfc878c by Marco Martin.
Committed on 10/04/2025 at 07:36.
Pushed by mart into branch 'Plasma/6.3'.

round AudioStream width which in turn rounds its position as well

audioStreamIconBox is anchored to the right, to its position
is also influenced by the width


(cherry picked from commit 589a19f0ea53d2cc57f932b87a31fa39860f9845)

589a19f0 round AudioStream width which in turn rounds its position as well

Co-authored-by: Marco Martin <notmart@gmail.com>

M  +1    -1    applets/taskmanager/package/contents/ui/AudioStream.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/92c26fa704e7aaaa6756c16693f60af6ebfc878c