Bug 175824 - [GTK] WebKit should not assume Geoclue access is allowed
Summary: [GTK] WebKit should not assume Geoclue access is allowed
Status: RESOLVED DUPLICATE of bug 129879
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-22 07:23 PDT by Cédric Bellegarde
Modified: 2017-08-23 06:10 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***