Control: tags -1 + patch Hi,
I found a workaround (attached) that prevents the crashes, but I think it may remove some (needed?) functionality.
Please consider applying this workaround, until a proper solution is found. Best regards, Andreas
diff --git a/src/systemadm.vala b/src/systemadm.vala index 19faadb..734ecd2 100644 --- a/src/systemadm.vala +++ b/src/systemadm.vala @@ -782,7 +782,7 @@ public class MainWindow : Window { public void update_job_iter(TreeIter iter, uint32 id, Job j) { job_model.set(iter, 0, "%u".printf(id), - 1, j.unit.id, + 1, "j.unit.id", // This was: 1, j.unit.id, 2, "â %s".printf(j.job_type), 3, j.state, 4, j,