Jean-François Roy

Results 113 comments of Jean-François Roy

For what it's worth, I was really puzzled why sddm failed to create sessions on my system until I found and tested this PR. It does indeed fix the problem...

Did we ever get the 3.x kernel sources, or confirmation that it is no longer possible to run custom kernels? I was hoping to get multipath back.

> @onedr0p I know it's too late now. but you asked for feedback… I just wanted to start with your project, but turned around on the doorstep, b/c it's unusable...

Looking at the code, this isn't going to be enough to identify the issue. I'll enable debug logging to have the messages in the logs.

I'm not sure this is the right approach. The `IdleAction` are too limited. I more want to match the energy settings offered by Plasma. For my specific workstation, that's dim...

> > For my specific workstation, that's dim the screens after 5 minutes, turn off the screens after 10 minutes. I do not want to suspend, hibernate, reboot, or power...

> The [Flux Operator](https://github.com/controlplaneio-fluxcd/flux-operator) exposes metrics for all Flux resources without the need for kube-state-metrics nor Prom Operator. I plan to create a dashboard for it that should work with...

You can yoink https://github.com/jfroy/flatops/blob/main/kubernetes/apps/observability/grafana/app/resources/flux-control-plane.json and https://github.com/jfroy/flatops/blob/main/kubernetes/apps/observability/grafana/app/resources/flux-instance-stats.json which I adapted for the operator.

One way to work around this in a workflow is to output the diff to a file and use an action to post the diff file. I've done this with...