| Summary: | System Transparency Effects Overriding Special Application and Window Settings | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | kde.rescuer961 |
| Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | isma.af, kdedev, nate |
| Priority: | NOR | ||
| Version First Reported In: | 6.4.4 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=483503 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
kde.rescuer961
2025-08-23 12:57:20 UTC
I'm able to reproduce this on git-master I set the following in Application Settings for VLC Window class - exact match - vlc Match whole window class - no Inactive opacity - 100 I also tried Window class - substring The window was still translucent when inactive This may be related to bug 483503 After some testing and a tentative fix that didn't worked, I've noticed that the opacity set by the rules and the one set by the effects are both applied at the same time (but multiplied, i.e effect 50%, rule 50% will cause a 25% opacity window). This means they're being applied at different layers. It also happens if one manually modifies the window opacity (via mouse scrolling action for instance) and not with rules I'm moving the bug to the effects component, because I think the fix will have to come from a better integration between the translucent effect and the regular opacity setting mechanisms. |