Make wifi-geolocation work inside VMs
Submitted by Zeeshan Ali (Khattak)
Link to original bug (#739740)
Description
On most laptops out there, there isn't any better way to find user's location than wifi-geolocation. However, it doesn't work for VMs since wifi cards are not exposed to them. We need a way to fix this.
What comes to mind is doing it through spice: geoclue talks to vdagent to get the location and agent proxies this this request to client. Boxes (or maybe spice-gtk itself?) will then talk to geoclue locally to try to get this information.