https://bugs.kde.org/show_bug.cgi?id=422324
Andrei Rybak <rybak....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME |--- Assignee|vlad.zahorod...@kde.org |rybak....@gmail.com --- Comment #11 from Andrei Rybak <rybak....@gmail.com> --- Created attachment 158607 --> https://bugs.kde.org/attachment.cgi?id=158607&action=edit Demonstration of a similar bug Encountered a similar bug after restarting Plasma today (2023-05-01). Screen recording is attached. Output of `xwininfo` and `xprop` below: ``` $ xwininfo xwininfo: Please select the window about which you would like information by clicking the mouse in that window. xwininfo: Window id: 0x520001d "Desktop @ QRect(0,0 2560x1440) — Plasma" Absolute upper-left X: 0 Absolute upper-left Y: 0 Relative upper-left X: 0 Relative upper-left Y: 0 Width: 160 Height: 160 Depth: 32 Visual: 0xc5 Visual Class: TrueColor Border width: 0 Class: InputOutput Colormap: 0x520001c (not installed) Bit Gravity State: NorthWestGravity Window Gravity State: NorthWestGravity Backing Store State: NotUseful Save Under State: no Map State: IsViewable Override Redirect State: no Corners: +0+0 -2400+0 -2400-1280 +0-1280 -geometry 160x160+0+0 ``` ``` $ xprop _NET_WM_USER_TIME(CARDINAL) = 1027480693 _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_CHANGE_DESKTOP _NET_WM_DESKTOP(CARDINAL) = 4294967295 WM_STATE(WM_STATE): window state: Normal icon window: 0x0 _NET_WM_STATE(ATOM) = _NET_WM_STATE_BELOW _KDE_NET_WM_DESKTOP_FILE(UTF8_STRING) = "org.kde.plasmashell" XdndAware(ATOM) = BITMAP WM_NAME(STRING) = "Desktop @ QRect(0,0 2560x1440) " _NET_WM_NAME(UTF8_STRING) = "Desktop @ QRect(0,0 2560x1440) — Plasma" _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x2, 0x1, 0x0, 0x0, 0x0 _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DESKTOP _XEMBED_INFO(_XEMBED_INFO) = 0x0, 0x1 WM_CLIENT_LEADER(WINDOW): window id # 0x520001f WM_HINTS(WM_HINTS): Client accepts input or input focus: True window id # of group leader: 0x520001f WM_CLIENT_MACHINE(STRING) = "titov" _NET_WM_PID(CARDINAL) = 743181 _NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 85983262 WM_CLASS(STRING) = "plasmashell", "plasmashell" WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, _NET_WM_PING, _NET_WM_SYNC_REQUEST WM_NORMAL_HINTS(WM_SIZE_HINTS): user specified location: 0, 0 user specified size: 2560 by 1440 window gravity: Static ``` Version info: ``` Operating System: KDE neon 5.27 KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.8 Kernel Version: 5.19.0-38-generic (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz Memory: 7.7 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 620 Manufacturer: Dell Inc. Product Name: Inspiron 5570 ``` -- You are receiving this mail because: You are watching all bug changes.