https://bugs.kde.org/show_bug.cgi?id=425272

--- Comment #4 from Nate Graham <n...@kde.org> ---
I use a bash function that does the following now:

function install-dbus-stuff {
    echo "Let's install stuff!"
    sudo ls > /dev/null
    echo "Installing actions from ~/kde/usr/share/polkit-1/actions/ to
/usr/share/polkit-1/actions/"
    sudo cp -r ~/kde/usr/share/polkit-1/actions/* /usr/share/polkit-1/actions/
    echo "Installing everything from ~/kde/usr/share/dbus-1/ to
/usr/share/dbus-1/"
    sudo cp -r ~/kde/usr/share/dbus-1/ /usr/share/
}

Seems to work fine in the absence of an automated solution to this problem.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to