Comment 0 for bug 1717398

Revision history for this message
robin (robinp) wrote :

I was poking around the files fdr unity-settings-daemon and found this:

in the file "/usr/share/apport/package-hooks/source_unity-settings-daemon.py"

line number 6 has this typo:
if "Stacktrace" in report and "/usr/libg/nome-settings-daemon-3.0" in report["Stacktrace"]:

I guess it should be:
if "Stacktrace" in report and "/usr/lib/gnome-settings-daemon-3.0" in report["Stacktrace"]: