Open terminal and type the following:
sudo gedit /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy
Look for the action id:
org.freedesktop.devicekit.disks.filesystem-mount-system-internal
Within that action id look for the line:
<allow_active>auth_admin_keep</allow_active>
and replace it with:
<allow_active>yes</allow_active>
save file and your done.
No comments:
Post a Comment