adds invalid symbols to tags

Bug #927343 reported by Sam_
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
xdiagnose (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Report a bug agains unity.
Apport adds automatically the tag: compiz**
Result: Launchpad reports 1 error, user needs to delete the symbols manually. (screenshot)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: apport 1.91-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-14.23-generic 3.2.3
Uname: Linux 3.2.0-14-generic x86_64
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Sun Feb 5 23:33:39 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha amd64 (20120204)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: apport
UpgradeStatus: No upgrade log present (probably fresh install)

Related branches

Revision history for this message
Sam_ (and-sam) wrote :
Revision history for this message
Brian Murray (brian-murray) wrote :

This is actually the xorg package hook adding the tags.

        compiz_version = command_output(['compiz', '--version'])
        if compiz_version:
            version = compiz_version.split(' ')[1]
            version = version[:3]
            compiz_version_string = 'compiz-%s' % version
            report['Tags'] += ' ' + compiz_version_string

affects: apport (Ubuntu) → xdiagnose (Ubuntu)
Changed in xdiagnose (Ubuntu):
importance: Undecided → Medium
summary: - Apport adds invalid symbols to tags
+ adds invalid symbols to tags
Revision history for this message
Bryce Harrington (bryce) wrote :

Huh. What does your `compiz --version` actually say?

Changed in xdiagnose (Ubuntu):
status: New → Incomplete
Revision history for this message
Sam_ (and-sam) wrote :

~$ compiz --version
Compiz 0.9.7.0

Changed in xdiagnose (Ubuntu):
status: Incomplete → New
Bryce Harrington (bryce)
Changed in xdiagnose (Ubuntu):
status: New → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package xdiagnose - 2.2

---------------
xdiagnose (2.2) precise; urgency=low

  * apport hook fixes:
    + Fix tagging of compiz bugs. Only include the tag if we can extract
      a valid number from the compiz --version string.
      (LP: #927343)
    + Use main.log instead of apt.log for determining last major upgrade.
  * failsafe-X fixes:
    + Fix broken reconfigure option in failsafe-X scripts. Drop command to
      call Xorg -configure. In addition to not working in this case, when
      it does work it generates a xorg.conf that would never work.
      (LP: #565490)
  * xdiagnose applet fixes:
    + Fix crash with KeyError in run(): 'quiet' by checking key existance
      before deleting.
      (LP: #946836)
    + Fix non-closable error listings window, by converting main window from
      a Dialog to a Window.
      (LP: #941882)
    + Fix ^C in terminal to terminate the program.
    + Fix strings to not refer directly to Ubuntu, so can be more easily
      used in derivatives.
      (LP: #495253)
    + Fix crash about /etc/default/grub being unwritable. Check file
      existance on startup and exit if it isn't present.
      (LP: #946309)
    + Fix test failure in config_update removing a non-existant key.
      Check for it before removal.
 -- Bryce Harrington <email address hidden> Wed, 14 Mar 2012 13:14:31 -0700

Changed in xdiagnose (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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