This bug was fixed in the package apport - 2.9.2-0ubuntu8
---------------
apport (2.9.2-0ubuntu8) raring; urgency=low
* data/package-hooks/source_ubiquity.py: use an untranslated string to
determine if the grub install was successful (LP: #1168126)
-- Brian Murray <[email protected]> Thu, 11 Apr 2013 12:51:43 -0700
** Changed in: apport (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1168126
Title:
ubiquity package hook sends too many bugs to grub-installer
Status in “apport” package in Ubuntu:
Fix Released
Bug description:
The apport package hook for ubiquity, which is shipped by apport since
ubiquity is not installed on most systems, includes the following
code:
if not 'grub-installer: Installation finished. No error reported' in
syslog and 'grub-installer:' in syslog:
collect_grub = True
...
if collect_grub:
report['SourcePackage'] = 'grub-installer'
The problem is that the installation finished message is translated
and if the ubiquity syslog is translated then the source package will
be changed to grub-installer. A better choice would be to use a
string from grub-installer which is untranslated:
$ grep -r 'grub-install ran successfully' *
grub-installer: info "grub-install ran successfully"
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1168126/+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