Comment 9 for bug 1618886

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

Argh!

    if [ "$(systemctl --user show -p PartOf --value)" = "graphical-session.target" ]; then

The systemctl --user call is missing a $unit argument, so this loop never actually worked.