"Fonts" department is empty on new Ubuntu installation

Bug #617397 reported by Matthew Paul Thomas
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
software-center (Ubuntu)
Triaged
Undecided
Unassigned

Bug Description

Binary package hint: software-center

Ubuntu Maverick alpha 3

1. Install Ubuntu.
2. Start Ubuntu Software Center.
3. Navigate to "Fonts".

What you should see: Lots of fonts.
What you actually see: "0 items available".

Tags: patch
Revision history for this message
Matthew Paul Thomas (mpt) wrote :
Revision history for this message
Kiwinote (kiwinote) wrote :

Hi mpt! Can you perhaps attach the /usr/share/app-install/desktop/software-center.menu file? Thanks.

Michael Vogt (mvo)
Changed in software-center (Ubuntu):
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package software-center - 2.1.10

---------------
software-center (2.1.10) maverick; urgency=low

  [ Kiwinote ]
  * data/featured.menu.in:
    - fix typos to make a few more featured apps appear in the list
  * po/POTFILES.in:
    - mark softwarecenter/db/application.py for translation
  * softwarecenter/app.py:
    - switch to available view when we are in the installed view and we get a
      request for a pkg in the available view
    - allow s-c to be passed a search term (LP: #612507)
      The syntax is "software-center search:search term"
    - make catalog rebuilding window accessible (LP: #538373)
  * softwarecenter/db/database.py:
    - fix typo (LP: #616183)
  * softwarecenter/view/appdetailsview_gtk.py:
    - use the same gwibber text in both appdetails views (LP: #614220)
    - make application name and summary accessible and grab focus (LP: #608140)
    - make description accessible (LP: #608140)
    - make info table accessible (LP: #608141)
    - reset pane to top left on show_app()
  * softwarecenter/view/appdetailsview_webkit.py:
    - use the same gwibber text in both appdetails views (LP: #614220)
  * softwarecenter/view/availablepane.py:
    - refresh navigation bar correctly when we get a request to display a pkg
  * softwarecenter/view/catview_gtk.py:
    - make poster and paging dot accessible (LP: #600306, #608152, #609411)
  * softwarecenter/view/installedpane.py:
    - refresh navigation bar correctly when we get a request to display a pkg
  * softwarecenter/view/pendingview.py:
    - display the name of the application holding the lock, when waiting for
      a package manager to quit (LP: #440058, #511213)

  [ Michael Vogt ]
  * softwarecenter/view/appdetailsview_gtk.py:
    - fix crash when icon can not be loaded
    - fix crash when description is None
  * debian/software-center.postinst:
    - run update-apt-xapian-index -u to ensure the xapian index
      is there (LP: #617397)
  * data/software-center.js:
    - add missing network.protocol-handler.app.apt (thanks to Chris Coulson)
 -- Michael Vogt <email address hidden> Fri, 13 Aug 2010 16:46:13 +0200

Changed in software-center (Ubuntu):
status: Fix Committed → Fix Released
Revision history for this message
Luis Alejandro Martínez Faneyth (huntingbears) wrote :

This fix is wrong. The code block implemented as a fix was put after an exit 0, and will never be executed.

Here is a patch to correct the fix.

Revision history for this message
Michael Vogt (mvo) wrote :

Thanks Luis, this patch looks fine.

Changed in software-center (Ubuntu):
status: Fix Released → Triaged
tags: added: patch
Revision history for this message
Michael Vogt (mvo) wrote :

Note that this will actually slow down the update so to keep the semantic of the comment (to only run it on a fresh install of -s-c) you may need to change:
- if [ "$1" = "configure" ]; then
+ if [ "$1" = "configure" ] && [ -z "$2" ]; then

Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "moving_exit_0.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.