When I try to add google account in gnome-online-account (using both `3.24.5` and `3.28.1`) I get an error: ``` GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gtk.GLib.PACRunner was not provided by any .service files ``` There is no pacrunner systemd service on my system.
It seems that `libproxy` use flag is required for `net-libs/glib-networking` to install the missing service file. But even if I add this use flag to `USE` (or per ebuild use flags) it is ignored.
I don't see anything in gnome-online-accounts that references a "pacrunner" service. Can you find where something references it?