Chris Holland
Chris Holland
@AidanRB: Follow the instructions and change `v68` to `v71`, or just run the command to uninstall the widget: kpackagetool5 --type=Plasma/Applet -r org.kde.plasma.eventcalendar Then install the widget via "Get New Widgets"....
What do you mean it locks up @AidanRB? As in it is a black wallpaper with no panel? Does the panel load, then disappear? You are using Kubuntu 20.04 and...
That sounds like an infinite loop. It could be the `agendaListItem.implicitHeight` but that normally will show a warning when it detects that. I'm not seeing a spike in errors in...
``` msgid "" "blah blag" ``` is perfectly valid. The gettext scripts can wrap the text automatically sometimes as well. Latest version of `template.pot` is: https://github.com/Zren/plasma-applet-eventcalendar/blob/master/package/translate/template.pot > I'm in the...
@AidanRB are you using EventCalendar as a Panel or Desktop widget?
For kubuntu, I think plasma logs to `~/.xsession-errors`. Thought if you run `killall plasmashell; kstart5 plasmashell` it'll log to the terminal. I assume there isn't anything repeating in the terminal...
@EazyDefcon: ``` [merge] ./sv.po ./sv.po.new:447: duplicate message definition... ./sv.po.new:420: ...this is the location of the first definition ``` You had this twice: ``` #: ../contents/ui/config/ConfigGeneral.qml msgid "Time Format" msgstr "Tidsformat"...
Line 1 can also have date formatting and Line 2 can have time formatting though. There's a few presets that puts the date in the first line though so powerusers...
Hmm. As if displaying the tooltip bugs out? Try deleting the tooltip lines in `AgendaEventItem.qml`, then restart plasma to confirm. * https://github.com/Zren/plasma-applet-eventcalendar/blob/master/package/contents/ui/AgendaEventItem.qml#L52-L97 * `~/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaEventItem.qml`
Ah, it's possible that the description is taller than the screen height. I remember some issues when testing in `plasmoidviewer` which has a tiny virtual screen height.