[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-07-14 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=455368 Vlad Zahorodnii changed: What|Removed |Added Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas

[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-07-14 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=455368 Vlad Zahorodnii changed: What|Removed |Added Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas

[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-07-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455368 Bug Janitor Service changed: What|Removed |Added Status|REOPENED|ASSIGNED --- Comment #7 from Bug Janitor

[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-07-13 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=455368 Christian (Fuchs) changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-06-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455368 Nate Graham changed: What|Removed |Added Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma

[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-06-16 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=455368 Vlad Zahorodnii changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-06-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=455368 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail beca

[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-06-16 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=455368 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #3 from Bug Janitor

[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-06-16 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=455368 David Edmundson changed: What|Removed |Added CC||k...@davidedmundson.co.uk Status|

[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-06-15 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=455368 --- Comment #2 from Christian (Fuchs) --- Oh, nevermind, the fix is: --- WindowHeap.qml 2022-06-16 00:33:35.627845270 +0200 +++ WindowHeapOrig.qml 2022-06-16 00:34:06.419713139 +0200 @@ -235,7 +235,6 @@ PlasmaCore.IconItem {

[kwin] [Bug 455368] Present Windows effect uses the wrong icon

2022-06-15 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=455368 --- Comment #1 from Christian (Fuchs) --- Additional note: this could be fixed by adding usesPlasmaTheme: false to the Plasma.IconItem that is used in that effect, but it seems that the qml sources for it are a bit spread across various places, so I