In ubuntu karmic koala (9.10) and jaunty jackalope (9.04) when we using file browser to find ore open file we always ask for root password to acces file browser, to disable it follow this steps :
Open Terminal and login as root by type :
$ sudo su
Edit file org.freedesktop.devicekit.disks.policy by type :
$ gksudo gedit /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy
Find this line :
<allow_active>auth_admin_keep</allow_active>
And change it to :
<allow_active>yes</allow_active>
Save and restart your machine, Happy Testing....!!
No comments:
Post a Comment
Please Comment...!!