https://bugzilla.xfce.org/show_bug.cgi?id=16831
--- Comment #5 from hapical <[email protected]> --- look for <action id="org.freedesktop.udisks2.filesystem-mount"> this one control removable media (pendrive) change <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> <allow_active>yes</allow_active> </defaults> with <defaults> <allow_any>auth_admin</allow_any> <allow_inactive>auth_admin</allow_inactive> <allow_active>auth_admin</allow_active> </defaults> execute in terminal "thunar -q" to terminate totally thunar daemon insert usb, follow the 'way to reproduce' in my first post after you finish, restore the /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy *we can create an overrule in /etc/polkit-1/rules.d to make it permanent but in this way is more compressible. file /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy will be overwritten with udisks2 updates Thanks -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
