Bug 470602 - Lock and login screen avatars are not rounded due to unported shader effect
Summary: Lock and login screen avatars are not rounded due to unported shader effect
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Theme - Breeze (other bugs)
Version First Reported In: master
Platform: Other Linux
: NOR major
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords: qt6
Depends on:
Blocks: 470599
  Show dependency treegraph
 
Reported: 2023-06-03 19:55 UTC by Nate Graham
Modified: 2023-08-23 15:09 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2023-06-03 19:55:38 UTC
They use a shader effect round them out which is broken in Qt 6; see Bug 470599.
Comment 1 Justin Zobel 2023-06-21 14:06:57 UTC
Nate advised to set this as confirmed.
Comment 2 David Redondo 2023-08-23 15:09:05 UTC
Git commit 65e3986a0893888f14c092b93c0cd7f8d8f5b9a9 by David Redondo.
Committed on 23/08/2023 at 16:55.
Pushed by davidre into branch 'master'.

Make shaders in lookandfeel compatible with Qt6

Because qt_add_shaders requires a target use a dummy one and add
it to ALL. Unfortunately there seems to be no way to query the
generated files so we rely on the fact that they are always
generated in .qsb.
Related: bug 470601

M  +1    -1    CMakeLists.txt
M  +25   -0    lookandfeel/CMakeLists.txt
A  +51   -0    lookandfeel/org.kde.breeze/contents/components/UserDelegate.frag
M  +1    -39   lookandfeel/org.kde.breeze/contents/components/UserDelegate.qml
A  +22   -0    lookandfeel/org.kde.breeze/contents/components/WallpaperFader.frag
M  +1    -12   lookandfeel/org.kde.breeze/contents/components/WallpaperFader.qml

https://invent.kde.org/plasma/plasma-workspace/-/commit/65e3986a0893888f14c092b93c0cd7f8d8f5b9a9