| Summary: | Blur stopped working for some windows in 4.10.1 | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Michail Vourlakos <mvourlakos> |
| Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.10.1 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Michail Vourlakos
2013-03-11 17:16:37 UTC
You mean popups of applications like eg. dolphin? (or the plasma-desktop ones?) The plasma-desktop ones + yakuake + kwin declarative scripts (e.g. OSD) make an xprop of such window and attach it. xprop for the OSD change (qml window) between VDs:
-------------------------------------------
_NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 115456029
_NET_WM_USER_TIME(CARDINAL) = 15391644
_KDE_SHADOW_OVERRIDE(_KDE_SHADOW_OVERRIDE) = 0x1
_NET_STARTUP_ID(UTF8_STRING) = "0"
_KDE_NET_WM_SHADOW(CARDINAL) = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
XdndAware(ATOM) = BITMAP
_MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
WM_CLIENT_LEADER(WINDOW): window id # 0x6e00004
_NET_WM_PID(CARDINAL) = 7301
_NET_WM_WINDOW_TYPE(ATOM) = _KDE_NET_WM_WINDOW_TYPE_OVERRIDE, _NET_WM_WINDOW_TYPE_NORMAL
_MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0x3, 0x0, 0x0, 0x0
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST
WM_NAME(STRING) = "kwin"
WM_LOCALE_NAME(STRING) = "el_GR.UTF-8"
WM_CLASS(STRING) = "kwin", "Kwin"
WM_HINTS(WM_HINTS):
Client accepts input or input focus: True
Initial state is Normal State.
window id # of group leader: 0x6e00004
WM_NORMAL_HINTS(WM_SIZE_HINTS):
user specified location: 756, 353
program specified location: 756, 353
user specified size: 188 by 365
program specified size: 188 by 365
program specified minimum size: 20 by 20
program specified maximum size: 1616 by 1050
window gravity: NorthWest
WM_CLIENT_MACHINE(STRING) = "TouchSuse"
WM_COMMAND(STRING) = { "kwin" }
-------------------------------------------
xprop for yakuake
-------------------------------------------
XdndAware(ATOM) = BITMAP
_MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
_NET_WM_NAME(UTF8_STRING) = "Yakuake"
WM_CLIENT_LEADER(WINDOW): window id # 0x340000a
_NET_WM_PID(CARDINAL) = 2436
_NET_WM_WINDOW_TYPE(ATOM) = _KDE_NET_WM_WINDOW_TYPE_OVERRIDE, _NET_WM_WINDOW_TYPE_NORMAL
_MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0x1, 0x0, 0x0, 0x0
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST
WM_NAME(STRING) = "Yakuake"
WM_LOCALE_NAME(STRING) = "el_GR.UTF-8"
WM_CLASS(STRING) = "yakuake", "Yakuake"
WM_HINTS(WM_HINTS):
Client accepts input or input focus: True
Initial state is Normal State.
bitmap id # to use for icon: 0x340001b
window id # of group leader: 0x340000a
WM_NORMAL_HINTS(WM_SIZE_HINTS):
user specified location: 144, 0
program specified location: 144, 0
user specified size: 1454 by 525
program specified size: 1454 by 525
window gravity: Static
WM_CLIENT_MACHINE(STRING) = "TouchSuse"
WM_COMMAND(STRING) = { "/usr/bin/yakuake" }
-----------------------------------------
For the plasma desktop tooltips I take it back, I deleted kwinrc, reboot a few times
and it was fixed....
This was noticed in the mailing list based a kwin script I am creating, I added it here for a reference to exist...
Regards,
Michail Vourlakos
none of those has a blur hint on it -> likely another dupe of #179042 (while i'n not sure whether yakuake is supposed to blur at all) *** This bug has been marked as a duplicate of bug 179042 *** |