Package: software-properties-gtk
Version: 0.60.debian-1.1
Severity: normal
--- Please enter the report below this line. ---
When running software-properties-gtk, the Statistics tab only has a
checkbox when it should also have an explanation text (in italics). The
text is not displayed due to a markup error which is also logged on
terminal:
/var/lib/python-support/python2.5/softwareproperties/gtk/SoftwarePropertiesGtk.py:133:
GtkWarning: Failed to set text from markup due to error parsing markup:
Error on line 3 char 78: Element 'markup' was closed, but the currently
open element is 'i'
self.label_popcon_desc.set_label(softwareproperties.distro.get_popcon_description(self.distro))
The problem is apparently caused by a missing </i> tag in distro.py. Here's a
fix:
--- /var/lib/python-support/python2.5/softwareproperties/distro.py
2008-12-17 12:54:51.000000000 +0100
+++ /tmp/distro.py 2008-12-17 12:54:45.000000000 +0100
@@ -39,7 +39,7 @@
"installed software and how often it was used will be "
"collected and sent anonymously to the Debian project.\n\n"
"The results are used to optimise the layout of the "
- "installation CDs."))
+ "installation CDs.</i>"))
else:
return(_("Submit the list of installed software and how often it is "
"is used to the distribution project."))
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.26-1-686
Debian Release: lenny/sid
990 testing mainbox
990 testing deb.opera.com
500 unstable viewizard.com
500 unstable snapshots.ekiga.net
500 unstable mainbox
500 stable mainbox
500 stable emacs.orebokech.com
500 stable deb.opera.com
500 experimental mainbox
--- Package information. ---
Depends (Version) | Installed
==========================================-+-============
gksu | 2.0.0-6
python (>= 2.4) | 2.5.2-2
python-glade2 | 2.12.1-6
python-gtk2 | 2.12.1-6
python-software-properties | 0.60.debian-1.1
python-support (>= 0.7.1) | 0.7.7
synaptic (>= 0.57.8) | 0.62.1
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]