Summary: | Reliably crashes on wayland when clicking logout button | ||
---|---|---|---|
Product: | [Frameworks and Libraries] libplasma | Reporter: | Fabian Vogt <fabian> |
Component: | tooltips | Assignee: | David Edmundson <kde> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | kde |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Fabian Vogt
2017-07-28 08:58:13 UTC
>Not sure whether this is a bug in plasma-framework or Qt 5.9.1.
Bit of both.
Spec says <arg name="parent" type="object" interface="wl_surface" summary="parent surface"/>
It doesn't have: allow-null="true"
Qt should check that and do nothing rather than make a protocol error.
It implies Plasma is setting an invisible window as a transient parent which doesn't make sense either.
But we'lll be switching to XdgV6 soon as not running this code anyway.
This bug is still 100% reproducible in Plasma 5.11. So I would suggest fixing this for pre-xdg-shell as well, as plasma is practically unusuable without this. ok. *** This bug has been marked as a duplicate of bug 381032 *** |