View Single Post
  #1   (View Single Post)  
Old 5th June 2008
teig teig is offline
Port Guard
 
Join Date: May 2008
Posts: 20
Default PolicyKit.conf issues

Hi,

I can only get mounting via icons on desktop to work if I allow all in the PolicyKit.conf file like this:
Code:
      <match user="userid">
        <return result="yes"/>
      </match>
If I put in any restrictions like this:
Code:
    <match action="org.freedesktop.hal.storage.mount-removable">
      <match user="userid">
        <return result="yes"/>
      </match>
    </match>
it does not work and I get console-kit hash_table != NULL errors instead.
There's another thread touching this subject http://daemonforums.org/showthread.php?t=492,
but that ended at the above point. Created a new thread for this particular subject.

I'm on 7.0 and using XFCE.

Anyone have this working?
Reply With Quote