Mir

Comment 3 for bug 1515660

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

    echo "I: stopping unity8"
    exec_with_adb_user "/sbin/initctl stop unity8"
    echo "I: stopping lightdm"
    exec_with_adb "/sbin/initctl stop lightdm"

Hmm. When working on the phone I tend to use just "sudo stop lightdm" alone - and that works fine in practice. Maybe the above should just be:

    echo "I: stopping lightdm"
    exec_with_adb "stop lightdm"