Chris Holland

Results 465 comments of Chris Holland

There's a Pull Request for a static tooltip, and another for a showing stderr as the tooltip. Having a separate command for the tooltip might be interesting, but in the...

If https://store.kde.org/p/1297839/ isn't useful, then you can just edit the widget to something like: https://github.com/Zren/plasma-applet-commandoutput/blob/master/package/contents/ui/main.qml#L199 ```qml Plasmoid.fullRepresentation: Item { id: panelItem PlasmaCore.IconItem { anchors.fill: parent source: widget.outputText == "ON" ?...

> Will you ever implement this feature "officially"? No. While related, the widget is named command output. There already exists a widget that changes state based on the command output....

I need to check if Qt 5.12 is still used in any of the common distros atm. > https://zren.github.io/2020/06/19/qml-connections-onfoo-warnings-will-get-logging-category-in-qt-5151 > > So why can’t we just implement the new `function...

I'll probably add a `visible: plasmoid.location == PlasmaCore.Types.Floating` to the config gui. I'll also probably change the config label text to "Show popup contents inside panel". Both can be done...

I prefer this solution to the golang one. I assume the golang binary would run in any distro but I wouldn't be able to confirm that. I was apprehensive of...

This widget can only print the output when the command finishes. It cannot stream stdout or whatever while the command continues to run if that's what you're asking for.

I've noticed this as well in OpenSUSE Tumbleweed. Seems that by default, neither `gi.require_version('GLib', '2.0')` nor `gi.require_version('Notify', '0.7')` is installed. Seems that `python311-notify2` is preinstalled (or something else I installed...

I'm currently trying to fix a quota limit in #171 caused by a few users who haven't upgraded in a year. I plan to ship an update by Friday at...

v71 with the updated API keys has been released. After updating, relog to restart plasmashell. It will then prompt you to login again to Google Calendar to sync the events....