From 93e25128ae954a44837d442b2749936ced592ba5 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Mon, 18 May 2026 23:04:07 -0400 Subject: preferences: add option to disable thumbnails in large directories Directories with many files have significant performance issues when generating thumbnails. This adds a preference that disables thumbnails when the directory exceeds the threshold. Fixes #1304 --- data/caja-file-management-properties.ui | 72 +++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) (limited to 'data') diff --git a/data/caja-file-management-properties.ui b/data/caja-file-management-properties.ui index 669f2c77..21651ba9 100644 --- a/data/caja-file-management-properties.ui +++ b/data/caja-file-management-properties.ui @@ -68,6 +68,32 @@ + + + + + + + + 100 files + + + 500 files + + + 1,000 files + + + 5,000 files + + + 10,000 files + + + No limit + + + @@ -1770,6 +1796,51 @@ 1 + + + True + False + 12 + + + True + False + Only in _folders with fewer than: + True + preview_image_directory_limit_combobox + 0 + + + False + False + 0 + + + + + True + False + model11 + + + + 0 + + + + + False + True + 1 + + + + + False + True + 2 + + False @@ -2564,6 +2635,7 @@ + -- cgit v1.2.1