Comment 18 for bug 1572154

Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

The bug was introduced here when autopilot was implemented: http://bazaar.launchpad.net/~nearby-team/nearby-scope/trunk/revision/78.

Line 71 shows that previously the scope.ini file was copied to the historical APP name:
cp $SOURCE/aggregator/scope.ini $TARGET/$APP/${APP}.ini

With this revision the scope ini file was copied to the fully qualified PKG_APP name, which breaks continuity with favorites:
cp $SOURCE/aggregator/scope.ini $TARGET/$APP/${PKG}_${APP}.ini

I will release 4.7.1 version of nearby with that change reverted and attach here.