Comment 31 for bug 1003185

Revision history for this message
Meekreau (mail-pfhvb) wrote :

It seems that on my system shutter was missing udisks2 only that was pulled as dependecy by gnome (or by gvfs to be a bit more accurate). So I must have stopped using shutter before I got rid of udisks2. The whole gnome installation was redundant and thus reverted. Shutter is still happy. The problem seems to be that udisks2 is not marked as dependency of Shutter (or of libgnome2-vfs-perl which Shutter depends on) in Ubuntu, at least 14.04 LTS version.

If someone runs into the same problem as me, i.e. make udisks2 ignore device changes, the following line in /etc/udev/rules.d/10-local.rules should help:

ACTION=="add|change", SUBSYSTEM=="block", KERNEL=="sd*|sr|dm*", ENV{UDISKS_IGNORE}:="1"