diff --git a/internal/linux/usersSensor.go b/internal/linux/usersSensor.go index e26ae71f0..0088b40c4 100644 --- a/internal/linux/usersSensor.go +++ b/internal/linux/usersSensor.go @@ -56,12 +56,10 @@ func UsersUpdater(ctx context.Context, tracker device.SensorTracker) { updateUsers() err := dbushelpers.NewBusRequest(ctx, dbushelpers.SystemBus). - Path(login1DBusPath). Match([]dbus.MatchOption{ dbus.WithMatchObjectPath(login1DBusPath), dbus.WithMatchInterface("org.freedesktop.DBus.Properties"), }). - Event("org.freedesktop.DBus.Properties.PropertiesChanged"). Handler(func(s *dbus.Signal) { switch s.Name { case "org.freedesktop.login1.Manager.SessionNew",