3

I'm creating a tool base on FUSE that populates a directory (~/sites) with fuse filesystems. When you read a subdir (for example ~/sites/stackoverflow.com) a sftp/ftp/webdav/s3 connection is made to that host.

This works beautifully with most tools (bash, editors et cetera) but when I enter ~/sites/ with nautilus it pre-reads all directories. Nautilus will read all dirs under ~/sites. So if I have 32 hosts under ~/sites/ that would fire up 32 connections.

Why is nautilus doing that and is there a way to disable that behaviour?

4

1 に答える 1

2

各フォルダ内のアイテムの数をカウントするのは、「プレビュー」機能である可能性があります。

無効にしてみてください。任意のフォルダーを開き、メニューの [編集]、[設定]、[プレビュー] タブの順に移動すると、これに関するいくつかのオプションが表示されます。それらをすべて無効にします。

于 2011-10-10T01:54:22.167 に答える