Daniel Faust

Results 55 comments of Daniel Faust

mkvmerge changed its command line interface. The output format is now JSON. This can be updated relatively easily using `jq`. But I was unable to pass the `!` character to...

So what does your script look like now?

You can have a look at this script for parsing the json output: https://paste.ubuntu.com/p/8T7GjTNgh8/ But you will see the line at the bottom marked with `FIXME`, that can't be executed...

You don't have to mail the mkvmerge Developer. The solution for that is in the Script i linked. If you are Interested in bash Scripting, you should read Up in...

Thanks for reporting this issue, I'll have a look at it on the weekend.

Looks like the library that is needed is `libKSysGuardSensorFaces.so`, which is part of the package `libksysguard` on Arch Linux (`libksysguard5` on openSUSE). On openSUSE the package `plasma5-workspace` requires this lib....

Also `plasma-workspace` contains the `systemmonitor` engine, which is used by `plasma-applet-netspeed-widget`. I'm curious what happens if you inspect it with `plasmaengineexplorer`. I guess it should throw an error if `libksysguard`...

> Is there any plan to fix this with no need to install `ksysguard`?. Just to know I don't think that's possible. It looks like `ksysguard` contains the data engine...

Just a quick status update. The widget must be ported to the Sensor [1] API. If somebody wants to take a stab at it, they are welcome. I cannot promise...

vnstat looks interesting. You could set up vnstat (or something similar) and launch the statistics output with a click on the widget (see #22). Implementing an entire statistics gathering system...