all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: 69489@debbugs.gnu.org
Cc: rg@raghavgururajan.name, vivien@planete-kraus.eu,
	liliana.prikler@gmail.com, maxim.cournoyer@gmail.com
Subject: [bug#69489] [PATCH gnome-team v2 2/2] gnu: nautilus: Update search path specification.
Date: Fri, 1 Mar 2024 18:37:54 +0100	[thread overview]
Message-ID: <e5af11bf8ba0f28aa7b855761a67f1b2da89dd05.1709316254.git.vivien@planete-kraus.eu> (raw)
In-Reply-To: <cover.1709316254.git.vivien@planete-kraus.eu>

* gnu/packages/gnome.scm (nautilus) [native-search-paths]: Change the
extensions directory from lib/nautilus/site-extensions to
lib/nautilus/extensions-4.

Change-Id: I16ea81406b53c251e1dd6922fc8fcc0aab60ce96
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9cd7c6ba5d..d09eefe655 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9880,7 +9880,7 @@ (define-public nautilus
     (native-search-paths
      (list (search-path-specification
             (variable "NAUTILUS_EXTENSION_PATH")
-            (files '("lib/nautilus/site-extensions")))))
+            (files '("lib/nautilus/extensions-4")))))
     (synopsis "File manager for GNOME")
     (home-page "https://wiki.gnome.org/Apps/Nautilus")
     (description
-- 
2.41.0




  parent reply	other threads:[~2024-03-01 18:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01 17:39 [bug#69489] [PATCH gnome-team 0/2] Fixing Nautilus Extensions Vivien Kraus via Guix-patches via
2024-03-01 17:35 ` [bug#69489] [PATCH gnome-team 1/2] gnu: gnome-terminal: Update to 3.46.9 Vivien Kraus via Guix-patches via
2024-03-01 17:37 ` [bug#69489] [PATCH gnome-team 2/2] gnu: nautilus: Update search path specification Vivien Kraus via Guix-patches via
2024-03-01 18:04 ` [bug#69489] [PATCH gnome-team v2 0/2] Update gnome-terminal more Vivien Kraus via Guix-patches via
2024-03-01 17:35   ` [bug#69489] [PATCH gnome-team v2 1/2] gnu: gnome-terminal: Update to 3.48.3 Vivien Kraus via Guix-patches via
2024-03-01 17:37   ` Vivien Kraus via Guix-patches via [this message]
2024-03-03  3:33   ` [bug#69489] [PATCH gnome-team v2 0/2] Update gnome-terminal more Maxim Cournoyer
2024-03-16 10:29   ` bug#69489: " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e5af11bf8ba0f28aa7b855761a67f1b2da89dd05.1709316254.git.vivien@planete-kraus.eu \
    --to=guix-patches@gnu.org \
    --cc=69489@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.