[Plasma Workspace Wallpapers] [Bug 378590] plasmashell crash by wallpaper?
Daimonion
bugzilla_noreply at kde.org
Sun Apr 16 09:55:31 BST 2017
https://bugs.kde.org/show_bug.cgi?id=378590
--- Comment #3 from Daimonion <demon at krutt.org> ---
I've noticed that `kdeplasma-addons-5.9.4/dataengines/potd/bingprovider.cpp`
perhaps has wrong includes:
> #include <QRegExp>
> #include <QImage>
> #include <QJsonDocument>
> #include <QJsonArray>
I've changed this to
> #include <QtCore/QRegExp>
> #include <QtGui/QImage>
> #include <QtCore/QJsonDocument>
> #include <QtCore/QJsonArray>
but it still crashes.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list