Re: gtk_file_chooser_dialog_new and gtk_file_chooser_native_new very slow on a Windows 10 64-bit PC

2016-12-08 Thread Michael Torrie
On 12/08/2016 10:24 AM, Ian Puleston wrote: > Yep, this was it. I disabled the floppy drive in the BIOS as the poster > there said he did, and the problem went away - now the file chooser dialogs > open immediately. Also the first two paragraphs there almost exactly mirror > the OS and hardware

RE: gtk_file_chooser_dialog_new and gtk_file_chooser_native_new very slow on a Windows 10 64-bit PC

2016-12-08 Thread Ian Puleston
> From: Timm Bäder [mailto:m...@baedert.org] > > On 07.12, Ian Puleston wrote: > > A little debugging showed that the time is spent in > > gtk_file_chooser_dialog_new which takes 15 seconds to execute. I tried > > switching to gtk_file_chooser_native_new instead but it too has the > > same

Re: gtk_file_chooser_dialog_new and gtk_file_chooser_native_new very slow on a Windows 10 64-bit PC

2016-12-08 Thread Igor Korot
Ian, On Thu, Dec 8, 2016 at 9:35 AM, Timm Bäder wrote: > On 07.12, Ian Puleston wrote: >> A little debugging showed that the time is spent in >> gtk_file_chooser_dialog_new which takes 15 seconds to execute. I tried >> switching to gtk_file_chooser_native_new instead but it too

Re: gtk_file_chooser_dialog_new and gtk_file_chooser_native_new very slow on a Windows 10 64-bit PC

2016-12-08 Thread Timm Bäder
On 07.12, Ian Puleston wrote: > A little debugging showed that the time is spent in > gtk_file_chooser_dialog_new which takes 15 seconds to execute. I tried > switching to gtk_file_chooser_native_new instead but it too has the same > problem taking just as long. Was the debugging just a printf

gtk_file_chooser_dialog_new and gtk_file_chooser_native_new very slow on a Windows 10 64-bit PC

2016-12-07 Thread Ian Puleston
Hi, I have an app that uses GTK with both Windows and Linux versions, and which I just upgraded from GTK 2 to GTK 3 (3.22.1). In testing this new version something that I noticed is that opening a file chooser dialog is extremely slow on my main desktop PC which runs Windows 10 64-bit, taking