STEPS TO REPRODUCE 1. Change to Oxygen Application Style 2. Open konsole and create new splits - the exact method I haven't figured out yet but it is easy to do 3. Eventually a new split will open a new window with an unusable terminal Noticed while testing/fixing https://bugs.kde.org/show_bug.cgi?id=411387 - there are some hardcoded issues that need adjusted for themes/styles.
A ton of these also show up after the new window appears qt.qpa.xcb: QXcbConnection: XCB error: 8 (BadMatch), sequence: 9742, resource id: 96469018, major code: 130 (Unknown), minor code: 3
Git commit 63ef8872bfc485248a8de6c7b45909afc68bfcc9 by Kurt Hindenburg. Committed on 02/10/2019 at 15:52. Pushed by hindenburg into branch 'master'. Fix split view crashes when using keyboard navigation with some themes The current code uses hard-coded values for some theme items. This fix uses the scrollbar width. There are other theme issues with split views. Test using Oxygen application style (+ increase scrollbar width) Most patch by Nikolay Zlatev <nik@astrapaging.com> Related: bug 411387 M +11 -8 src/ViewSplitter.cpp https://invent.kde.org/kde/konsole/commit/63ef8872bfc485248a8de6c7b45909afc68bfcc9
Git commit 63ef8872bfc485248a8de6c7b45909afc68bfcc9 by Kurt Hindenburg. Committed on 02/10/2019 at 15:52. Pushed by scmsync into branch 'master'. Fix split view crashes when using keyboard navigation with some themes The current code uses hard-coded values for some theme items. This fix uses the scrollbar width. There are other theme issues with split views. Test using Oxygen application style (+ increase scrollbar width) Most patch by Nikolay Zlatev <nik@astrapaging.com> Related: bug 411387 M +11 -8 src/ViewSplitter.cpp https://commits.kde.org/konsole/63ef8872bfc485248a8de6c7b45909afc68bfcc9
I have tested with Breeze, kvantum, Oxygen, Windows, Fusion This issue appear only on Oxygen, and only with compositor enabled. If compositor is disabled everything works fine. Maybe this is Oxygen/Kwin problem.
(In reply to Nikolay Zlatev from comment #4) > I have tested with Breeze, kvantum, Oxygen, Windows, Fusion > > This issue appear only on Oxygen, and only with compositor enabled. > > If compositor is disabled everything works fine. > Maybe this is Oxygen/Kwin problem. It certainly appears so, have reassigned to Oxygen.
*** Bug 428580 has been marked as a duplicate of this bug. ***