[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-08-02 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #17 from Manuel Geißer --- I finally uploaded the ScanTailor Advanced patch: https://github.com/4lex4/scantailor-advanced/pull/179/files -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-05-12 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #16 from Manuel Geißer --- Created attachment 138350 --> https://bugs.kde.org/attachment.cgi?id=138350&action=edit kdiff3 transparency and flickering -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-05-12 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #15 from Manuel Geißer --- I've just found another app with this problem, this time from KDE again: KDiff3. This has been introduced recently (-> regression) and causes the most terrible flickering and artifacts I'd ever seen. Also, none of

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-05-06 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #14 from Manuel Geißer --- * is behind -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-05-06 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #13 from Manuel Geißer --- Oh, I just see Qt/OpenGL support behind an ifdef guard in STE: ``` #ifdef ENABLE_OPENGL #include #include #endif ``` Probably I just built without it and the setting got silently ignored, that would be a good exp

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-05-06 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #12 from Manuel Geißer --- What I find really confusing, ScanTailor Experimental by the original author Joseph Artsimovich uses QGLWidget, too, but there it actually works on Wayland, and it's way faster too. Not sure why. See https://github

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-05-06 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #11 from Manuel Geißer --- ScanTailor Advanced is unmaintained, so filing a bug is pointless, sadly. I'll upload the patch to my personal STA repository soon. -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-05-06 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #10 from Manuel Geißer --- I have created a simple patch for STA that appears to work for me (first time ever that I write some c++). I'm not sure what to do about this format thing. Is it still necessary for QOpenGLWidget? If so, how do you

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-05-06 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #9 from David Edmundson --- Please file a bug with Scantailor -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-05-06 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #8 from Manuel Geißer --- I think I have found the cause for Scantailor Advanced: It's the same as with Gwenview and NodeGraphQt - the deprecated QGLWidget. I ran a recursive grep across the source tree which found: ``` src/core/ImageViewBas

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-04-29 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #7 from Manuel Geißer --- I filed another bug report with NodeGraphQt: https://github.com/jchanvfx/NodeGraphQt/issues/207 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-03-03 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #6 from Manuel Geißer --- I just filed a bug report with Olive: https://github.com/olive-editor/olive/issues/1507 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-02-25 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #5 from Manuel Geißer --- I guess the Gwenview bug you meant is https://bugs.kde.org/show_bug.cgi?id=403323 ? It got addressed recently, maybe the way how it was fixed in Gwenview is also something to point at in the bug reports. -- You ar

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-02-25 Thread Manuel Geißer
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #4 from Manuel Geißer --- Okay, then I was entirely wrong, sorry ;) I will file bug reports with Olive and OpenToonz as soon as I have enough free time. ScanTailor Advanced is, it seems, abandoned by its developper, but I can make a report n

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=433484 --- Comment #3 from David Edmundson --- Relevant OBS https://github.com/obsproject/obs-studio/pull/3782 -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-02-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=433484 David Edmundson changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[kwin] [Bug 433484] OpenGL-related Qt-based software does not work properly

2021-02-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=433484 Nate Graham changed: What|Removed |Added Component|Packages User Edition |general Assignee|neon-b...@kde.org