From 8809a31c76b187be6142b7a909d739d155485659 Mon Sep 17 00:00:00 2001 From: FuncProgLinux Date: Fri, 19 Dec 2025 12:10:43 -0600 Subject: [PATCH] gnu: caja: Fix search-paths environment variable. * gnu/packages/mate.scm (caja): Fix search-paths environment variable. Change-Id: Idfe2f6a76a284e8431f6d8e67b7237b482495631 Signed-off-by: Ian Eure --- gnu/packages/mate.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index e9acf2839de6447de3cdc0dab9498f878e24e9e1..9aa9b2ccab57aca2c46d253958df36d1398aa9a8 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -972,7 +972,7 @@ hypertext navigation, and table-of-contents bookmarks.") startup-notification)) (native-search-paths (list (search-path-specification - (variable "CAJA_EXTENSIONDIR") + (variable "CAJA_EXTENSION_DIRS") (files (list "lib/caja/extensions-2.0/**"))))) (home-page "https://mate-desktop.org/") (synopsis "File manager for the MATE desktop")