Skip to content

Miscelaneous app model fixes

David Edmundson requested to merge work/misc_app_model_fixes into master
  • Fix dataChanged emitted when PIDs are loaded

  • Avoid formatting NaN values

  • Don't call update inside the application constructor

  • Filter our services in the application slice which don't match the app string specifier

An upcoming systemd change puts all services in the app slice by default. We don't
necessarily want to list all of these as applications.

See individual commits for more info

Merge request reports