This article is to share a solution that solves the problem that the Debian Mount Partition appears not authorized to perform Operati error. After updating to Debian 8.0. Installed the LXDE Desktop Manager.
Although very concise, but still like Xfce.
It was later found that using Thunar mount partitions under Xfce would appear: not authorized to perform operation error.
Inside Mentioned:
Check the file/usr/share/polkit-1/actions/org.freedesktop.udisks2.policy to make sure you have:
Mount a filesystem
Authentication is required to mount the filesystem
Auth_admin
Auth_admin
Yes
I open my system file, which has a lot of action.
The last few actions under each action:
<action>
Some ************* are omitted here
<defaults>
<allow_any>auth_admin</allow_any>
<allow_inactive>auth_admin</allow_inactive>
<allow_active>yes</allow_active>
</defaults>
</action>
The main thing is
<allow_active>yes</allow_active>
Some other action inside is
<allow_active>auth_admin</allow_active>
Also, the head of each action is different.
I've changed a few, like the
<action id= "Org.freedesktop.udisks2.filesystem-unmount-others" >
Under the
<allow_active>auth_admin</allow_active>
Change to
<allow_active>yes</allow_active>
Now in the Thunar Manager to click which partition, can automatically open, has not mounted symbols.