[Bug 891613] Re: Skype Icon shows twice while searching for it at software-center

2012-10-02 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.3.14.3

---
software-center (5.3.14.3) quantal; urgency=low

  [ Michael Vogt ]
  * lp:~mvo/software-center/downloader-fix-race839462-again:
- fix a race condition in the SimpleFileDownloader when the file
  is downloaded but the signal did not get delivered yet by the
  gtk event loop (LP: #1055441)
  * lp:~mvo/software-center/thumbnail-test-fixes:
- fix the get_test_screenshot_thumbnail_window() function and
  ensure that its properly used in the automatic test
  * lp:~mvo/software-center/support-multiple-exhibit-images:
- add support for multiple images in the exhibit banners
  (LP: #920542)
  * lp:~mvo/software-center/robustness-lp1054070:
- extends the recovery mechanism for corrupted berkeley
  DB files to MemoryErrors as well to catch LP: #1054070
  * lp:~mvo/software-center/whats-new-lp1044033:
- ensure that there is a fallback xapian value that can be
  used if the apt-xapian-index has not been created
  (LP: #1044033)
  * lp:~mvo/software-center/exact-match-duplication-lp891613:
- fix the duplication of packages during a search if there
  is an exact pkgname match in the apt-xapian-index and
  also in the software-center-agent (LP: #891613)
  * lp:~mvo/software-center/lp1047494:
- fix AttributeError crash in _on_reviews_ready_callback()
  (LP: #1047494)
  * lp:~mvo/software-center/de-duplication-multiple-pkgnames-lp1043159:
- fix duplication for multiple package lists (LP: #1043159)

  [ Stéphane Graber ]
  * lp:~stgraber/software-center/fix-weblive-isinstance:
- sync weblive_pristine.py to the latest upstream version,
  this includes porting to be pep8 and python 3 ready and
  restores correct weblive operation

  [ Gary Lasker ]
  * 
lp:~gary-lasker/software-center/de-duplication-multiple-pkgnames-lp1043159-tweak
- pass DB to the recommendations categories
 -- Michael Vogt michael.v...@ubuntu.com   Tue, 02 Oct 2012 10:02:51 +0200

** Changed in: software-center (Ubuntu)
   Status: Fix Committed = 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/891613

Title:
  Skype Icon shows twice while searching for it at software-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891613/+subscriptions

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

[Bug 891613] Re: Skype Icon shows twice while searching for it at software-center

2012-10-01 Thread Launchpad Bug Tracker
** Branch linked: lp:software-center

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

Title:
  Skype Icon shows twice while searching for it at software-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891613/+subscriptions

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


[Bug 891613] Re: Skype Icon shows twice while searching for it at software-center

2012-10-01 Thread Gary Lasker
** Changed in: software-center (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Skype Icon shows twice while searching for it at software-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891613/+subscriptions

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


[Bug 891613] Re: Skype Icon shows twice while searching for it at software-center

2012-09-30 Thread Gary Lasker
** Branch linked: lp:~mvo/software-center/exact-match-duplication-
lp891613

** Changed in: software-center (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: software-center (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)

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

Title:
  Skype Icon shows twice while searching for it at software-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891613/+subscriptions

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


[Bug 891613] Re: Skype Icon shows twice while searching for it at software-center

2012-09-27 Thread Michael Vogt
** Tags added: ca-escalated

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

Title:
  Skype Icon shows twice while searching for it at software-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891613/+subscriptions

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


[Bug 891613] Re: Skype Icon shows twice while searching for it at software-center

2012-09-27 Thread Michael Vogt
This seems to be a side effect of the exact query we do for pkgname
matches. When we do this for items in the apt-xapian-database, we add a:


# filter out docs of pkgs of which there exists a doc of the app
enquire.set_query(xapian.Query(xapian.Query.OP_AND_NOT,
   q, xapian.Query(XD)))


The apt-xapian-index adds a XD to all the documents that have a desktop file 
in app-install-data. This makes the de-duplication
for items in app-install-data-ubuntu working fine, but it does not work for 
data comming from the software-center-agent
as this does not have a desktop file on disk.

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

Title:
  Skype Icon shows twice while searching for it at software-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891613/+subscriptions

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


[Bug 891613] Re: Skype Icon shows twice while searching for it at software-center

2012-09-26 Thread John Pugh
** Summary changed:

- Skype Icon shows twice while seaching for it at software-center
+ Skype Icon shows twice while searching for it at software-center

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

Title:
  Skype Icon shows twice while searching for it at software-center

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/891613/+subscriptions

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