Skip to content

idle-monitor: Harcode proxy path

When commit 9d01763b removed the (kinda obsolete) device property, it also removed the code that initializes the path struct member, so we end up with a NULL value in strcmp and a crash.

Given that the path is now fixed, we can just hardcode it.

Merge request reports