unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58569] [PATCH] gnu packages gnome-console: Remove nautilus extension
@ 2022-10-16 17:34 guix-patches--- via
  2022-10-17  8:18 ` Liliana Marie Prikler
  0 siblings, 1 reply; 10+ messages in thread
From: guix-patches--- via @ 2022-10-16 17:34 UTC (permalink / raw)
  To: 58569

[-- Attachment #1: Type: text/plain, Size: 924 bytes --]


Hi,

this patch removes the gnome-console nautilus extension as it crashes nautilus
(at least on my machine). In my opinion it is safe to remove it, as this
feature is implemented directly into nautilus-43 and the original code is
purged from the gnome-console repo. (see
https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/911 and
https://gitlab.gnome.org/GNOME/console/-/commit/c4bd2312f4b432a33810a8dcdf3cadabae5169d7)

This sadly means, that in nautilus-42 there will be no "Open in Console", but
the issue is on some code that is already deprecated in the Console repo. (I
have studied gdb info and it appears that kgx_nautilus_get_background_items()
returns a GList* that is { .next = NULL, .prev = NULL, .data = NULL } but
nautilus does only perform a check that GList* is NULL, otherwise it expects a
valid list)

I can maybe supply a patch to gnome-console, but I don't see a reason to.

Kind regards,

Maya


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-packages-gnome-console-Remove-nautilus-extension.patch --]
[-- Type: text/x-patch, Size: 722 bytes --]

---
 gnu/packages/gnome.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fbaef9eb6e..c71894bcb9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5445,8 +5445,7 @@ (define-public gnome-console
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t
-           #:configure-flags #~(list "-Dtests=true"
-                                     "-Dnautilus=enabled")
+           #:configure-flags #~(list "-Dtests=true")
            #:phases #~(modify-phases %standard-phases
                         (add-after 'unpack 'patch-nautilus-extension-path
                           (lambda _
-- 
2.37.3


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-25  6:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-16 17:34 [bug#58569] [PATCH] gnu packages gnome-console: Remove nautilus extension guix-patches--- via
2022-10-17  8:18 ` Liliana Marie Prikler
2022-10-17 16:20   ` guix-patches--- via
2022-10-18  6:19     ` Liliana Marie Prikler
2022-10-18 21:48       ` Dominic Martinez via Guix-patches via
2022-10-20 19:58         ` guix-patches--- via
2022-10-21  6:09           ` Liliana Marie Prikler
2022-10-24 21:54             ` guix-patches--- via
2022-10-25  5:59               ` Liliana Marie Prikler
2022-10-24 21:50         ` guix-patches--- via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).