Bug 175824

Summary: [GTK] WebKit should not assume Geoclue access is allowed
Product: WebKit Reporter: Cédric Bellegarde <cedric.bellegarde>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, clopez, mcatanzaro
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.freedesktop.org/show_bug.cgi?id=101840

Description Cédric Bellegarde 2017-08-22 07:23:52 PDT
When trying to get geolocation from geoclue, WebKit does not ask for token and assume application is allowed by default:
https://bugs.freedesktop.org/show_bug.cgi?id=101840
Comment 1 Michael Catanzaro 2017-08-22 10:37:17 PDT
Do you want to try contributing a patch for this? I see that it's a problem, but it's not likely to be a priority for us.
Comment 2 Cédric Bellegarde 2017-08-23 05:49:47 PDT
Found a way to bypass the issue:

GLib.set_prgname('org.gnome.Eolie')

The issue about prgname has already been discussed while porting to Geoclue2.
Comment 3 Carlos Alberto Lopez Perez 2017-08-23 06:10:12 PDT

*** This bug has been marked as a duplicate of bug 129879 ***