I usually tell KDE that unmounted devices's shouldn't be displayed on my desktop if I don't want to see them...merced wrote:Well, I actually found (can't remember where...) that I have to copy /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi to /usr/share/hal/fdi/95userpolicy/storage-policy.fdi and make one change.furiorc wrote:Ever considered using sudo?should be changed toCode: Select all
<merge key="storage.policy.default.mount_option.user" type="bool">true</merge>Now users can unmount the device with "Safely Remove", but the icon doesn't disappear like it does for root. Any ideas on how to get the icon to disappear?Code: Select all
<merge key="storage.policy.default.mount_option.users" type="bool">true</merge>






