Re: What are the accepted values for "Dialog Toolkit" in the latest betas?

Kenneth Crudup <[email protected]> Sat, 8 Jan 2011 11:05:33 -0800 (PST)
Newsgroups gmane.comp.web.opera.linux
Message-ID <[email protected]>
On Sat, 8 Jan 2011, [email protected] wrote:

> How many files and/or sub directories do you typically have in "problematic"
> directories? I assume the number is high since you mention it.

I save all my files to the same directory:

$ ls | wc -l
54411
$ find . -type d | wc -l
15
$

> Is it a regular local native file system?

Yeah, ext4.

> It might be that it is not stat'ing alone but also filtering and populating
> the list that takes time.

When I looked at the "X11" file selector with "strace", the 100% CPU was
due to back-to-back "stat(2)" and "gettimeofday(2)" calls for every file
in the filesystem. The GTK file selector (and the KDE selector when it
worked, which it did 'till about August, then couldn't be selected any
longer) brings up the dialog box right away, even on that directory.

> I assume you know you can save linked content to a predefined download
> folder without using any file dialog.

I thought about that, but how does it handle duplicates? Part of the
reason I don't just move files away from the download folder into another
holding area once they've completed (to keep the number of directory
entries down) is so I can detect if I've downloaded the file already.

	-Kenny

-- 
Kenneth R. Crudup  Sr. SW Engineer, Scott County Consulting, Los Angeles
--
Opera-Linux: https://list.opera.com/mailman/listinfo/opera-linux
More lists: https://list.opera.com/mailman/listinfo/
Unsubscribe: mailto:[email protected]?subject=unsubscribe