Summary: | klauncher access qguiapp::platformName but is itself a coreapp | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kinit | Reporter: | Harald Sitter <sitter> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | kdelibs-bugs, mgraesslin, sitter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kinit/7941d45f08e8906447cfd0df77801cabe3f4f8ec | Version Fixed In: | |
Sentry Crash Report: |
Description
Harald Sitter
2014-06-20 10:58:49 UTC
the mentioned commit is not the only reason why it would break. klauncher uses KStartupInfo which uses KXMessages which also checks the platform and would fail. Git commit 7941d45f08e8906447cfd0df77801cabe3f4f8ec by Martin Gräßlin. Committed on 20/06/2014 at 11:42. Pushed by graesslin into branch 'master'. Turn KLauncher into a QGuiApplication klauncher uses the X11 windowing system which means it should be a QGuiApplication. This is important as otherwise all the runtime checks for whether X11 is used will fail. This is not only inside KLauncher itself, but also in KWindowSystem. REVIEW: 118846 M +3 -3 src/klauncher/klauncher_main.cpp http://commits.kde.org/kinit/7941d45f08e8906447cfd0df77801cabe3f4f8ec |