Public bug reported:

I used to be able to detect location on osmtouch. I no longer can.

Interestingly:-

root@ubuntu-phablet:/var/log/upstart# cat ubuntu-location-service.log
/proc/self/fd/9: 5: [: =: unexpected operator
Instantiating and configuring: gps::Provider

ogra discovered missing quoting in :-  /etc/init/ubuntu-location-
service.override

< ogra_> oot@ubuntu-phablet:~# dpkg -S 
/etc/init/ubuntu-location-service.override
< ogra_> lxc-android-config: /etc/init/ubuntu-location-service.override

root@ubuntu-phablet:~# cat /etc/init/ubuntu-location-service.override
start on (android
          and started dbus)

script
    provider="gps::Provider"

    # Check if we need to use the fake provider instead
    if [ $(getprop custom.location.fake) = "true" ]; then
        provider="dummy::Provider"
        poptions="--dummy::Provider::ReferenceLocationLat=$(getprop 
custom.location.lat 51.505660) \
                  --dummy::Provider::ReferenceLocationLon=$(getprop 
custom.location.lon -0.099850)"
    fi

    exec /usr/bin/ubuntu-location-serviced --bus system --provider $provider 
$poptions
end script

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-location-service-bin 0.0.2+14.04.20140307-0ubuntu1
Uname: Linux 3.4.0-5-mako armv7l
ApportVersion: 2.14.1-0ubuntu2
Architecture: armhf
Date: Fri Apr 11 10:59:50 2014
InstallationDate: Installed on 2014-04-11 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS - armhf (20140411)
SourcePackage: location-service
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: location-service (Ubuntu)
     Importance: Undecided
     Assignee: Oliver Grawert (ogra)
         Status: New


** Tags: apport-bug armhf trusty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to location-service in Ubuntu.
https://bugs.launchpad.net/bugs/1306515

Title:
  Location detection no longer working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1306515/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to