https://bugs.kde.org/show_bug.cgi?id=372141
Bug ID: 372141 Summary: Can't close the document or window sometimes Product: krita Version: git master Platform: Debian unstable OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: general Assignee: krita-bugs-n...@kde.org Reporter: port...@bk.ru Target Milestone: --- Sometimes I can't close the document or window. Steps after what it sometimes reproduces on my system: * open krita * create new document * paint or do not paint * click on another display, switch windows (alt-tab or smth like that) * try to close window with ctrl-w, close krita with ctrl-q, or press [x] in the document, or File -> Close. expected behavior: document/krita closes actual behavior: it does not respond at all. All other shortcuts are working; i can paint and do anything, but cant close document. Sometimes also Ctrl+V refuses to work. When I press ctrl-w, i see the following in stdout: 1 0 QKeyEvent(KeyRelease, Key_Meta) QKeyEvent(KeyRelease, Key_Meta) 1 0 QKeyEvent(KeyPress, Key_Control, ControlModifier) QKeyEvent(KeyPress, Key_Control, ControlModifier) 1 0 QKeyEvent(KeyRelease, Key_Control) QKeyEvent(KeyRelease, Key_Control) 1 0 QKeyEvent(KeyRelease, Key_W, text="w") QKeyEvent(KeyRelease, Key_W, text="w") 1 0 QKeyEvent(KeyPress, Key_Meta, MetaModifier) QKeyEvent(KeyPress, Key_Meta, MetaModifier) -- You are receiving this mail because: You are watching all bug changes.