Summary: | Panel is missing transparency at logon | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | Antonio Rojas <arojas> |
Component: | libplasma | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | asturm, krinpaus, kwin-bugs-null, naufal.fachrian, stupor_scurvy343 |
Priority: | NOR | ||
Version: | 5.23.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Antonio Rojas
2016-06-22 18:45:27 UTC
> OpenGL version string: 3.3 (Core Profile) Mesa 11.2.2
> OpenGL platform interface: EGL
Please try with default settings (GL 2/GLX)
(In reply to Martin Gräßlin from comment #1) > Please try with default settings (GL 2/GLX) Same thing Reassigning to Plasma as in KWin everything looks fine and a restart of Plasma fixes it. Does restarting the compositor "fix" it as well? (SHIFT+Alt+F12 twice) (In reply to Thomas Lübking from comment #4) > Does restarting the compositor "fix" it as well? > (SHIFT+Alt+F12 twice) Yes likely a race condition. ThemePrivate::ThemePrivate checks the compositor at construction, figures it's not (yet) there, selects the uncomposited theme and misses the CM selection change because it establishes the listener only then (and too late) at the end of the constructor afair there's already such bug reported (but might relate to contrast effect; in case it's the same problem, though - properties being watched after checking them) *** This bug has been marked as a duplicate of bug 362531 *** *** Bug 365591 has been marked as a duplicate of this bug. *** |