Re: [Development] QStorageinfo changes: a bug.

2016-06-20 Thread Thiago Macieira
On segunda-feira, 20 de junho de 2016 11:45:23 PDT Stef Bon wrote: > This worked until recently, now the fuse is not found anymore. I've > found out that the function > isPseudoFs has been changed, and every fs where the device does not > start with a slash is a pseudofs. Huhhh? This is far too str

Re: [Development] QStorageinfo changes: a bug.

2016-06-20 Thread Stef Bon
2016-06-20 14:48 GMT+02:00 Shawn Rutledge : > > > Apparently you are referring to https://codereview.qt-project.org/#/c/141217/ > Yes. > Please report a bug, and give any ideas you have for deciding what is a > pseudo-fs and what isn’t. I don’t think we can say that every FUSE > filesystem fa

Re: [Development] QStorageinfo changes: a bug.

2016-06-20 Thread Shawn Rutledge
> On 20 Jun 2016, at 11:45, Stef Bon wrote: > > Hi, > > I've found aout that the qstorageinfo has changed recently. I'v got a > fuse filesystem and a qt gui using that filesystem. To detect the > mountpoint the gui uses QStorageInfo::mountedVolumes() and walk this > list. > > This worked until

[Development] QStorageinfo changes: a bug.

2016-06-20 Thread Stef Bon
Hi, I've found aout that the qstorageinfo has changed recently. I'v got a fuse filesystem and a qt gui using that filesystem. To detect the mountpoint the gui uses QStorageInfo::mountedVolumes() and walk this list. This worked until recently, now the fuse is not found anymore. I've found out that