Summary: | Kate causes non-refreshing rectangle on second screen | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kxmlgui | Reporter: | deeenes <deeeenes> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | aspotashev, christoph, deeeenes, dhaumann |
Priority: | NOR | ||
Version First Reported In: | 5.22.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | https://bbs.archlinux.org/viewtopic.php?pid=1630551#p1630551 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
deeenes
2016-06-03 02:03:43 UTC
What happens, if you CTRL+ALT+ESC (xkill) the rectangle? Does it kill kate then, too? Could also be some strange graphics driver bug. (In reply to Dominik Haumann from comment #1) > What happens, if you CTRL+ALT+ESC (xkill) the rectangle? Does it kill kate > then, too? Could also be some strange graphics driver bug. That's interesting: ctrl+alt+esc does not work for me at all, but xkill command with clicking on a window I can kill any X application. On the rectangle it has no effect, neither it kills the window covered by the rectangle. Clicking on regular Kate window kills Kate. The rectangle also has no window border. (In reply to Dominik Haumann from comment #1) > What happens, if you CTRL+ALT+ESC (xkill) the rectangle? Does it kill kate > then, too? Could also be some strange graphics driver bug. I have Intel i915 graphics driver, version 1:2.99.917+654+ga508b11 and Xorg 1.18.3 Hm, does it also happen in KWrite? What, if you disable all plugins? What, if you work with Kate and use the features (CTRL+F, CTRL+G, perform spell checking etc), does it maybe then go away? It is hard to tell whether this is a Kate/KWrite/KDE bug, since if we do not know how to reproduce, we can't really do anything about it. The easiest thing is to see whether the next update to KF 5.23 and Qt 5.6.1 and maybe the next plasma version will fix it... (In reply to Dominik Haumann from comment #4) > Hm, does it also happen in KWrite? What, if you disable all plugins? What, > if you work with Kate and use the features (CTRL+F, CTRL+G, perform spell > checking etc), does it maybe then go away? > > It is hard to tell whether this is a Kate/KWrite/KDE bug, since if we do not > know how to reproduce, we can't really do anything about it. > > The easiest thing is to see whether the next update to KF 5.23 and Qt 5.6.1 > and maybe the next plasma version will fix it... Hi Dominik, I think I could resolve the issue, following your suggestions. Thank you so much! -- The rectangle does not appear with KWrite. -- Deactivating plugins does not matter, neither ctrl+f, ctrl+g, etc, anyways I use these very often. -- This issue is with me since end of last year, KF 5.1x and Qt 5.4, so I am sceptic the new release would resolve. -- I started kate with a new session, and the main toolbar appeared in place of the rectangle (see here: http://i.imgsafe.org/31f82477cb.png). So the rectangle was the toolbar itself, but has never shown the toolbar content, but the editing space. This is confirmed by that if I clicked on the rectangle, it was like I clicked on the toolbar, i.e. file open dialog, configure toolbar, etc. popped up (from this I could already guess). The rectangle could be removed by choosing "Unlock toolbar" and then uncheck "Show toolbar" from the local menu. Thanks again for your suggestions! Nevertheless I think there is some bug behind this, as the box should have shown the toolbar, and don't cover other windows, as a normal toolbar should remain its parent application. Interesting, so I believe this is an issue in KXMLGUI that, if a toolbar is hidden by default (was never shown), a proper reparent is probably missing and we get this artifact. I don't think this is an issue in Kate itself. Therefore, reassigning to kxmlgui (maybe also kparts issue?). I can not reproduce that, please try a recent Qt 6 based release. |