Apport incorrectly detects window manager and GTK theme
Bug #429357 reported by
Cody A.W. Somerville
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.
To post a comment you must log in.
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' ]) 'IconTheme' ] = apport. hookutils. command_ output( ['gconftool- 2','--get' ,'/desktop/ gnome/interface /icon_theme' ]) 'GtkTheme' ] = apport. hookutils. command_ output( ['gconftool- 2','--get' ,'/desktop/ gnome/interface /gtk_theme' ])
report[
report[
which just doesn't apply to Xfce.