fenrrir / bdin

A block device appindicator for ubuntu. The appindicator gives options for mount, umount and detach external block devices.
7 stars 4 forks source link

Requires password for unmounting #2

Open monsta opened 10 years ago

monsta commented 10 years ago

When I try to unmount a flash drive, it shows polkit's window (with action = org.freedesktop.udisks.filesystem-unmount-others) asking for a password.

Why do I consider this a bug? Very simple. Because a file manager (Caja, Nautilus, Nemo) never asks a password when you tell it to unmount a drive. So it's a flaw in bdin.

fenrrir commented 10 years ago

Hi Monsta,

Bdin uses udisk dbus interface to manage devices. Check your user has permissions with that.

monsta commented 10 years ago

Not very convenient interface. I don't have to enter password when I unmount a device with either file manager or umount command.