Re: udisks renew

2017-09-21 Thread Martin Pitt
Hello westlake, westlake [2017-09-21 14:29 -0400]: > Here as a user I'd like to emphasize the intent of udisks, > > for a long time I have been able to prevent the Linux desktop from > auto-mounting usb drives by using udisks --inhibit-all-polling. > > Is there something udisks2 uses that imple

Re: udisks renew

2017-09-21 Thread Kai Lüke
Hello, the automount is performed by GVFs which tests for the HintAuto property in UDisks which is coming from udev. Therefore you would need to set the udev variable UDISKS_AUTO. I've not done it myself, but there are examples in the net depending on what drives your rule should cover. The string

udisks renew

2017-09-21 Thread westlake
Hi, Here as a user I'd like to emphasize the intent of udisks, for a long time I have been able to prevent the Linux desktop from auto-mounting usb drives by using udisks --inhibit-all-polling. Is there something udisks2 uses that implements the same task? __