Re: Dbus timeout issue

2011-08-06 Thread David Zeuthen
Hi, On Sat, Aug 6, 2011 at 1:52 PM, Jacopo De Simoi wrote: > We are using QtDBus; I tried to propose the timeout approach, but > the official mantainer of the udisks backend for solid > (that is, the Qt abstraction layer which uses udisks) > doesn't quite like it. Indeed it looks more like a work

Re: Dbus timeout issue

2011-08-06 Thread Jacopo De Simoi
Hi David, thanks for your prompt reply > Hi, > > On Sat, Aug 6, 2011 at 6:21 AM, Jacopo De Simoi wrote: > > After some discussion with Thiago (of {Qt,}DBus fame) he suggested that in > > the udisks api > > the call + reply should be substituted (or better, integrated) with a call > > + emit si

Re: Dbus timeout issue

2011-08-06 Thread David Zeuthen
Hi, On Sat, Aug 6, 2011 at 6:21 AM, Jacopo De Simoi wrote: > After some discussion with Thiago (of {Qt,}DBus fame) he suggested that in > the udisks api > the call + reply should be substituted (or better, integrated) with a call + > emit signal, since there should never be > a call + reply if

Dbus timeout issue

2011-08-06 Thread Jacopo De Simoi
Hello people, I am the KDE plasma device notifier mantainer and I would like to find a solution for a long-standing issue that has been bugging us for quite some time now. The problem Upon a user request to unmount a device, we call FileSystemUnmount, and we wait for the reply to make sure