Closed ahjolinna closed 8 years ago
Yeah, I've no idea how to fix this.
so qt5-declarative is the problem
http://doc.qt.io/qt-5/qtquick-porting-qt5.html#c-code
Don't recognize any of those classes.
Does the popup appear at all? Or does it crash before even displaying anything?
plasma crashes immediately when I try to open it, I didn't see any "popup before that
I just tried the 22-Mar-2016 Kubuntu CI live cd in VirtualBox with KDE Plasma 5.6.0, Frameworks 5.21.0, and Qt 5.5.1, and it works fine. So it seems to be the Qt version.
I confirm the crash, using Archlinux plasma 5.6.1 and Qt 5.6
@Zren: if you don't know how to fix it you can always ask help from Qt's IRC channel's or/& KDE
Managed to get a livecd with kde 5.6 and qt 5.6 setup in virtualbox today. Through a long process of elimination of commenting out stuff, I found a line that breaks.
MonthView { today: new Date() }
I think I'll try changing that to Component.onComplete: { today = new Date(); }
but I really need to figure out why the hell that breaks.
Does the new version (v23) work for you guys?
With this version fixed for me, Thanks @Zren !
okay it seems to work now, after few tries
I now wonder if this is correct? if not I will do a new bug report about it
Yes that screenshot looks correct. You need to set your city in the config to get weather, and sign into gcal there too for events.
I'm using chakraOS with plasma5.6 + Qt5.6 and everytime I try to open this calender my plasma panel crashes, here is my error output:
so qt5-declarative is the problem and the google config did work just fine for me, it didn't crash for me