Chris Holland

Results 465 comments of Chris Holland

Have you updated to v71 of EventCalendar then restarted plasma @decoherencer? All versions below v71 no longer work.

@rocketraman What specifically says "Install script failed"? At you referring to the status bar of the "Get New Widgets" popup? I do remember a KDE bug that caused an issue...

To https://www.pling.com/u/rumcho/, the widget does not parse terminal colors, but it can use an HTML subset: https://doc.qt.io/qt-5/qml-qtquick-text.html#textFormat-prop

Git master should now parse: * `\033[m` Reset * `\033[0m` Reset * `\033[1m` Bold * `\033[30m` - `\033[37m` FG Normal Colors * `\033[90m` - `\033[97m` FG Bright Colors * `\033[1;30m`...

That's because you're running a single command/process, not a bash script. If you want a bash script, you need to run the bash command with the script as an argument.

Desktop widget? The transparency and outline is drawn by the Plasma Style in System Settings.

https://github.com/Zren/plasma-applet-eventcalendar/commit/ff299327d5f521796b2569f3660298409625acde#diff-ba542b403c242b55ccd34ed227f3def0 Added Keys: "Event description" "Google Hangouts link" "Hangout"

https://github.com/Zren/plasma-applet-eventcalendar/commit/819df1d71a575d1718e13079ff9361bc2fc1c181 Added Keys: "Edit title" "Event Description" "Event Title" Removed Keys: "Event Summary"

I will probably be adding a few more error messages related to calendar events as well. https://github.com/Zren/plasma-applet-eventcalendar/commit/50016374979b85ed8a5e861e821e1821a8cac9bf Added Keys: "Error fetching weather." "Weather API limit reached, will try again soon."

https://github.com/Zren/plasma-applet-eventcalendar/commit/2884b15f2afe1cf6020a0835f68c95539ba94b7c Changed Keys: "Save" => "&Save" "Start" => "&Start" "Cancel" => "&Cancel" Added Keys: "Add description" "Add location" "Copy Link" "event editor date format" "d MMM, yyyy" "Edit" Removed Keys:...