This bug was fixed in the package software-center - 5.1.14.1
---------------
software-center (5.1.14.1) precise; urgency=low
* lp:~gary-lasker/software-center/recommender-profile-uploads-lp944693:
- upload new recommender_profile if needed (LP: #944693)
-- Michael Vogt <[email protected]> Mon, 02 Apr 2012 19:12:25 +0200
** Changed in: software-center (Ubuntu Precise)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/944693
Title:
once the user opted into recommendations the profile needs to be
updated regularly
Status in “software-center” package in Ubuntu:
Fix Released
Status in “software-center” source package in Precise:
Fix Released
Bug description:
The current code in recommendations.py indicates that the users
recommendations profile is only uploaded
once when the user opts-in:
def _on_opt_in_button_clicked(self, button):
# we upload the user profile here, and only after this is finished
# do we fire the request for recommendations and finally display
# them here -- a spinner is shown for this process (the spec
# wants a progress bar, but we don't have access to real-time
# progress info)
self._upload_user_profile_and_get_recommendations()
This needs to get fixed, ideally we submit the profile on each startup if it
changed, to detect changes
we could store a simple hash of the pkgnames in the profile.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/944693/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp