Apport incorrectly detects window manager and GTK theme

Bug #429357 reported by Cody A.W. Somerville
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
notify-osd (Ubuntu)
Triaged
Low
Unassigned

Bug Description

Binary package hint: apport

Apport incorrectly detects window manager and GTK theme (is it looking to gconf for this information?). See bug #428969 for an example.

Revision history for this message
Martin Pitt (pitti) wrote :

GtkTheme and IconTheme come from notify-osd's package hook, reassigning.

This does

    report['WindowManager'] = apport.hookutils.command_output(['gconftool-2','--get','/desktop/gnome/session/required_components/windowmanager'])
    report['IconTheme'] = apport.hookutils.command_output(['gconftool-2','--get','/desktop/gnome/interface/icon_theme'])
    report['GtkTheme'] = apport.hookutils.command_output(['gconftool-2','--get','/desktop/gnome/interface/gtk_theme'])

which just doesn't apply to Xfce.

affects: apport (Ubuntu) → notify-osd (Ubuntu)
Changed in notify-osd (Ubuntu):
importance: Undecided → Low
status: New → Triaged
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.