Summary: | knotes failed under wayland session but fine under X11 | ||
---|---|---|---|
Product: | [Unmaintained] knotes | Reporter: | RJ <ogldelphi> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andrius, germano.massullo, montel, myriam, ogldelphi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/knotes/f603ffb669f58da5e5ef4a8c1ef0d5785ed2ec90 | Version Fixed In: | 5.6.3 |
Sentry Crash Report: |
Description
RJ
2016-10-14 15:41:53 UTC
For sure knotes can't work on wayland it uses specific X11 method. I will look at how to fix it but for the moment it can't . *** Bug 378705 has been marked as a duplicate of this bug. *** What about setting QT_QPA_PLATFORM=xcb in the code, just like KMail used to do? At least that's better than crashing. Git commit f603ffb669f58da5e5ef4a8c1ef0d5785ed2ec90 by Daniel Vrátil. Committed on 17/10/2017 at 10:42. Pushed by dvratil into branch 'Applications/17.08'. Fix crash on startup on Wayland The X11-specific code was trying to disable session management by removing certian ICCC atoms from the top-level window. Instead we just unset the SESSION_MANAGER env variable, which disables session management directly in Qt. FIXED-IN: 5.6.3 M +3 -42 src/apps/main.cpp https://commits.kde.org/knotes/f603ffb669f58da5e5ef4a8c1ef0d5785ed2ec90 |