a11y: Use session bus to check Flatpak portal
The Flatpak portal (and so far all other portals) live in the session bus, not in the a11y bus.
Use the session bus to get the Flatpak portal version. Avoid too many synchronous D-Bus calls on startup by using g_once_init_* helpers.