[Bug 1182658] Re: Geolocation is not working in the browser

2014-10-19 Thread Loïc Minier
This bug was about a specific issue which got resolved; there might be other bugs tracked elsewhere, like: https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1382501 which affected webapps; this one has a fix proposed in rtm silo 4 -- You received this bug notification because you a

[Bug 1182658] Re: Geolocation is not working in the browser

2014-10-18 Thread Mitchell
Still finding an issue with this bug in rtm 5 on mako - not sure where work is at with this, but NONE of the webapp maps are working. This includes google maps, here maps, and osm maps. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1182658] Re: Geolocation is not working in the browser

2014-06-20 Thread Olivier Tilloy
** Changed in: webbrowser-app Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182658 Title: Geolocation is not working in the browser To manage notificatio

[Bug 1182658] Re: Geolocation is not working in the browser

2014-06-20 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app - 0.23+14.10.20140620-0ubuntu1 --- webbrowser-app (0.23+14.10.20140620-0ubuntu1) utopic; urgency=low [ Olivier Tilloy ] * Re-enable the geolocation permission request dialog, now that it is implemented in oxide. Fix it in the we

[Bug 1182658] Re: Geolocation is not working in the browser

2014-06-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/webbrowser-app -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182658 Title: Geolocation is not working in the browser To manage notifications about this

[Bug 1182658] Re: Geolocation is not working in the browser

2014-06-19 Thread Olivier Tilloy
** Changed in: webbrowser-app Status: Confirmed => In Progress ** Branch linked: lp:~osomon/webbrowser-app/geolocation-permission -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182658 Title:

[Bug 1182658] Re: Geolocation is not working in the browser

2014-06-13 Thread Bill Filler
re-opening this to track the pending work with webbrowser-app and oxide to make this work again ** Changed in: webbrowser-app Status: Invalid => Confirmed ** Changed in: webbrowser-app Milestone: None => feature-freeze ** Tags added: rtm14 -- You received this bug notification becau

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/location-service -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182658 Title: Geolocation is not working in the browser To manage notifications about this

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package location-service - 0.0.1+13.10.20131011-0ubuntu1 --- location-service (0.0.1+13.10.20131011-0ubuntu1) saucy; urgency=low [ thomas-voss ] * Replace throwing an exception with logging, fulfill the noexcept promise. (LP: #1182658) [ Olivier Ti

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-10 Thread Olivier Tilloy
Attaching a visual proof that it works :) ** Attachment added: "geolocation.jpg" https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+attachment/3871907/+files/geolocation.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-10 Thread Olivier Tilloy
I can confirm that geolocation in the browser works with the last two fixes applied to lp:location-service. ** Changed in: webbrowser-app (Ubuntu Saucy) Status: Confirmed => Invalid ** Changed in: webbrowser-app Status: Confirmed => Invalid ** Changed in: location-service (Ubuntu S

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/location-service/really-fulfil-noexcept- promise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182658 Title: Geolocation is not working in the browser To manage notifi

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-10 Thread Olivier Tilloy
invoke_method_synchronously calls send_with_reply_and_block_for_at_most, which might throw a std::runtime error. So we need to surround this call with a try…catch block to ensure we respect the noexcept promise. -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-10 Thread Olivier Tilloy
I installed libubuntu-location-service0 built from the latest trunk (revision 40), that supposedly removes some exception throwing, however I’m still getting a very similar stacktrace: […] #9 0x400af172 in _Unwind_Resume () at ../../../src/libgcc/config/arm/libunwind.S:344 #10 0x42e23eee in

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-09 Thread Olivier Tilloy
For reference, I’m attaching the sources of the simple test program with which I can reproduce the crash on a device. ** Attachment added: "test-location.tar.gz" https://bugs.launchpad.net/webbrowser-app/+bug/1182658/+attachment/3868678/+files/test-location.tar.gz -- You received this bug no

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-09 Thread Olivier Tilloy
** Branch linked: lp:~thomas-voss/location-service/fulfill-noexcept- promise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182658 Title: Geolocation is not working in the browser To manage notific

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-09 Thread Olivier Tilloy
I am able to reproduce the crash with a simple test program written in C++ that uses QtLocation to retrieve the current location. The crash happens when calling QGeoPositionInfoSource::stopUpdates() (which itself calls com::ubuntu::location::service::session::Stub::stop_position_updates()), so I’d

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-09 Thread Olivier Tilloy
I managed to get a partially useful stacktrace: #0 0x40f99706 in ?? () from /lib/arm-linux-gnueabihf/libc.so.6 #1 0x40fa75fe in raise () from /lib/arm-linux-gnueabihf/libc.so.6 #2 0x40fa9e1a in abort () from /lib/arm-linux-gnueabihf/libc.so.6 #3 0x40f217b4 in __gnu_cxx::__verbose_terminate_han

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
Unfortunately I’m unable to get a useful stacktrace from the crash, so I don’t know exactly where the crash happens. It seems that the app fails to reach the service, for some reason. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
When trying to use geolocation in the browser, the app sits idle for a while, and is eventually terminated with the following: terminate called after throwing an instance of 'std::runtime_error' what(): Did not receive a reply. Possible causes include: the remote application did not send a rep

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
I wrote a simple C++ application that uses QtLocation to monitor location updates and print them out on the console, I built it on my device and ran it, and after a while (cold start is really slow) I got location updates, so I can confirm that the location stack works. -- You received this bug n

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
Note that geolocation works in webbrowser-app on the desktop, so the issue is somewhere in the communication between the location provider and QtWebKit on devices. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
Following Thomas’ advice, I tested again with my device hanging from a window, and the test application eventually picked up the location from the GPS. However I still can’t get it to work in the browser, so it seems the issue is in QtWebKit itself. Investigating now. -- You received this bug

[Bug 1182658] Re: Geolocation is not working in the browser

2013-10-08 Thread Olivier Tilloy
** Summary changed: - Location services not working in Google Maps + Geolocation is not working in the browser -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182658 Title: Geolocation is not workin