View Single Post
  #2   (View Single Post)  
Old 13th June 2008
davidgurvich davidgurvich is offline
Fdisk Soldier
 
Join Date: May 2008
Location: NYC
Posts: 57
Default

Try changing PolicyKit.conf from
Quote:
<match action="org.freedesktop.hal.storage-mount-removable">
<match user="vinegaroon">
<return result="yes"/>
</match>
</match>
to
Quote:
<match action="org.freedesktop.hal.storage-mount-removable">
<return result="yes"/>
</match>
also the following may work
Quote:
<match action="org.freedesktop.hal.storage-mount-removable">
<return result="yes"/>
</match>
I suspect there may be some issue with nesting.

Last edited by davidgurvich; 13th June 2008 at 02:19 PM.
Reply With Quote