Bug 408516 - KTouch graphical glitch below the window title
Summary: KTouch graphical glitch below the window title
Status: RESOLVED WORKSFORME
Alias: None
Product: ktouch
Classification: Applications
Component: general (show other bugs)
Version: 19.04.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Gottfried
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-10 10:21 UTC by Krisztián Hordósi
Modified: 2019-06-19 12:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
A screenshot showcasing the abovementioned graphical glitch. (14.74 KB, image/png)
2019-06-10 10:21 UTC, Krisztián Hordósi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Krisztián Hordósi 2019-06-10 10:21:47 UTC
Created attachment 120745 [details]
A screenshot showcasing the abovementioned graphical glitch.

SUMMARY
KTouch graphical glitch below the window title

STEPS TO REPRODUCE
1. Open KTouch
2. Start a typing lesson

OBSERVED RESULT
A greyish shadow appears under the window title, overlapping the home button.

EXPECTED RESULT
No graphical glitch.

SOFTWARE/OS VERSIONS
Arch Linux
KDE Plasma Version: 5.15.5
KDE Frameworks Version: 5.59.0
Qt Version: 5.12.3

ADDITIONAL INFORMATION
-
Comment 1 Sebastian Gottfried 2019-06-19 12:10:03 UTC
I cannot reproduce this issue on my development systems. 

My guess would be an issue with your graphics driver. By default, KTouch uses OpenGL to render its interface. This may lead to problems on certain hardware/driver combinations.

You can try to run ktouch with:

QT_QUICK_BACKEND=software ktouch

to switch the graphics output method and avoid potential OpenGL issues.