[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-02-06 Thread Pesho
https://bugs.kde.org/show_bug.cgi?id=479893

--- Comment #10 from Pesho  ---
Thank you for letting me know,  Vlad Zahorodnii!

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-31 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=479893

Vlad Zahorodnii  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Vlad Zahorodnii  ---
https://invent.kde.org/plasma/kwin/-/merge_requests/5024 fixed missing blur in
aurorae decorations. Note that there was an API breaking change and window
decorations that need blur should add the new mask element, as described in
https://develop.kde.org/docs/plasma/aurorae/#blur

It's not enough to use a color scheme with translucent colors, the widget style
should request blur. Breeze doesn't do it because it's not part of its design
language. You would need to use a widget style that supports blur.

kvantum supports blur but it seems like it enables blur only for certain
windows. For example, kvantum manager gets blurred background but dolphin and
other applications don't. Neither such application attempts to request blur, I
confirmed it by analyzing WAYLAND_DEBUG output.

If apps miss blurred background with kvantum style, I recommend to report this
issue to kvantum developers. I don't think there's something that we can do on
the compositor side. Aurorae decorations regressed, but that was fixed.

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-31 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=479893

--- Comment #8 from Vlad Zahorodnii  ---
> Breeze window decoration and application style

Breeze style doesn't support blurred background, you'll need to use a different
decoration and application style.

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-31 Thread Pesho
https://bugs.kde.org/show_bug.cgi?id=479893

Pesho  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #7 from Pesho  ---
The issue is not fixed.
For retesting, I use Breeze window decoration and application style. 

STEPS TO REPRODUCE (with color scheme only)
1. Go to the "System Settings" -> Colors & Themes -> Colors
2. Choose "Alpha" color theme. (https://store.kde.org/p/1972214)
3. Apply it.
4. Observe

Blur effect is applied only on Konsole. All other kinds of KDE software are not
blurred when we use a transparent themes.
https://i.imgur.com/6mGPN6X.png

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20240128
KDE Plasma Version: 6.0.80
KDE Frameworks Version: 5.249.0
Qt Version: 6.6.1
Kernel Version: 6.7.1-2-default (64-bit)
Session Type: Wayland

NOTE:
The same issue can be reproduced on Plasma 6.0 RC2 as well.

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-24 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=479893

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/f44484137e |ma/kwin/-/commit/e6685c0d21
   |b379a9486f4c31165df611f02f1 |489f31dfdca8187de796c8e48a2
   |6b7 |5ff

--- Comment #6 from Vlad Zahorodnii  ---
Git commit e6685c0d21489f31dfdca8187de796c8e48a25ff by Vlad Zahorodnii.
Committed on 24/01/2024 at 09:36.
Pushed by vladz into branch 'Plasma/6.0'.

plugins/blur: Fix blur behind decoration

Currently, if only blur behind decoration is enabled, no m_windows entry
is going to be created and so the blur effect won't blur the background.
(cherry picked from commit f44484137eb379a9486f4c31165df611f02f16b7)

M  +30   -22   src/plugins/blur/blur.cpp
M  +4-1src/plugins/blur/blur.h

https://invent.kde.org/plasma/kwin/-/commit/e6685c0d21489f31dfdca8187de796c8e48a25ff

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-24 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=479893

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/f44484137e
   ||b379a9486f4c31165df611f02f1
   ||6b7
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #5 from Vlad Zahorodnii  ---
Git commit f44484137eb379a9486f4c31165df611f02f16b7 by Vlad Zahorodnii.
Committed on 24/01/2024 at 09:24.
Pushed by vladz into branch 'master'.

plugins/blur: Fix blur behind decoration

Currently, if only blur behind decoration is enabled, no m_windows entry
is going to be created and so the blur effect won't blur the background.

M  +30   -22   src/plugins/blur/blur.cpp
M  +4-1src/plugins/blur/blur.h

https://invent.kde.org/plasma/kwin/-/commit/f44484137eb379a9486f4c31165df611f02f16b7

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479893

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/5025

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479893

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kwin/-/merge_requests/5024

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-23 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=479893

Vlad Zahorodnii  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|CONFIRMED   |REPORTED

--- Comment #2 from Vlad Zahorodnii  ---
The blur API in aurorae has changed in Plasma 6. See
https://develop.kde.org/docs/plasma/aurorae/#blur

However, it also looks like blur regressed in Plasma 6

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-20 Thread Gurenko Alex
https://bugs.kde.org/show_bug.cgi?id=479893

Gurenko Alex  changed:

   What|Removed |Added

 CC||agure...@protonmail.com

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479893

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-16 Thread Pesho
https://bugs.kde.org/show_bug.cgi?id=479893

Pesho  changed:

   What|Removed |Added

   Keywords||qt6, wayland

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

[kwin] [Bug 479893] Windows decorations and themes are not blurred when transparent themes are applied on both X11 and Wayland

2024-01-16 Thread Pesho
https://bugs.kde.org/show_bug.cgi?id=479893

--- Comment #1 from Pesho  ---
Created attachment 164950
  --> https://bugs.kde.org/attachment.cgi?id=164950&action=edit
KDE Plasma 5

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