Comment 9 for bug 1586710

Revision history for this message
Scott Cowles Jacobs (scott092707) wrote :

Well, the new version of light-locker-settings was offered today (1.5.0-0ubuntu1.1), and I installed it.

1. I note that unlike the earlier poster, who said a change was needed from:

    for pid in psutil.get_pid_list():
to:
    for pid in psutil.pids()

the fix released was actually changed to:

    for pid in psutil_get_pids():

2. As expected, this does nothing to solve this bug (#1586710), which as noted above,
likewise causes l-l-s not to start, but fails with "GLib.Error: g-key-file-error-quark: Valid key file could not be found in search dirs (2)" from the terminal.