Results 1 to 2 of 2

Thread: PolicyKit Policies

  1. #1
    Join Date
    Oct 2012
    Beans
    6

    Question PolicyKit Policies

    I messed up PolicyKit policies now I need to download them again to put on /usr/share/polkit-1/actions folder.

    My "User Accounts" management thing is not opening anymore because of this.

    Can anyone help me with this? tnks
    Last edited by demol1d0r; October 12th, 2012 at 05:09 PM.

  2. #2
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: PolicyKit Policies

    Code:
    for i in /usr/share/polkit-1/actions/*
              do dpkg -S $i
    done
    language-selector-common: /usr/share/polkit-1/actions/com.ubuntu.languageselector.policy
    apt-xapian-index: /usr/share/polkit-1/actions/org.debian.aptxapianindex.policy
    accountsservice: /usr/share/polkit-1/actions/org.freedesktop.accounts.policy
    consolekit: /usr/share/polkit-1/actions/org.freedesktop.consolekit.policy
    policykit-1: /usr/share/polkit-1/actions/org.freedesktop.policykit.policy
    udisks: /usr/share/polkit-1/actions/org.freedesktop.udisks.policy
    upower: /usr/share/polkit-1/actions/org.freedesktop.upower.policy
    upower: /usr/share/polkit-1/actions/org.freedesktop.upower.qos.policy
    xfce4-power-manager: /usr/share/polkit-1/actions/org.xfce.power.policy

    Code:
    aptitude reinstall language-selector-common apt-xapian-index accountsservice consolekit policykit-1 udisks upower xfce4-power-manager
    OR, just be more specific and do only:

    Code:
    aptitude reinstall accountsservice
    linux-git/fs/super.c: "Self-destruct in 5 seconds. Have a nice day...\n",

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •