compiz package hook thinks I'm running unity although I'm not

Bug #777221 reported by Brian Murray
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
compiz (Ubuntu)
Confirmed
Medium
Marnanel Thurman

Bug Description

Binary package hint: compiz

Logging into a gnome session and running ubuntu-bug compiz I was told that "you seem to have unity running" although I don't. Looking at the package hook for compiz it seems to just check the my gconf settings to see if I have unity running rather than seeing if there is a unity process.

From /usr/share/apport/package-hooks/source_compiz.py:

    # ok, add maximum interesting info without too much spam
    report['CompizPlugins'] = command_output(['gconftool-2',
        '--get', '/apps/compiz-1/general/screen0/options/active_plugins'])
    # User configuration
    report['GconfCompiz'] = command_output(['gconftool-2', '-R', '/apps/compiz-1'])

    unity_bug = False
    if ui and "unity" in report['CompizPlugins'] and report['SourcePackage'] != "unity":
        if ui.yesno("Thanks for reporting this bug. It seems you have unity running. Is the issue you are reporting is related to unity itself rather than compiz?"):
            unity_bug = True

Tags: apport-hook
Changed in compiz (Ubuntu):
importance: Undecided → Medium
tags: added: apport-hook
Revision history for this message
Marnanel Thurman (marnanel) wrote :

Yeah, this should be looked at.

Changed in compiz (Ubuntu):
status: New → Confirmed
assignee: nobody → Thomas Thurman (marnanel)
summary: - compiz package hook thinks I'm running compiz although I'm not
+ compiz package hook thinks I'm running unity although I'm not
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.