GNU bug report logs -
#73643
[PATCH 0/2] Fix LibreWolf context menu & livestreaming
Previous Next
Reported by: Ian Eure <ian <at> retrospec.tv>
Date: Sat, 5 Oct 2024 16:14:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
This patch fixes a reported bug where context (right-click) menus contain many
duplicate and incorrect entries.
* gnu/packages/librewolf.scm (librewolf): Include genai browser component.
Change-Id: I288545ce80b9a7e854edfc26a7ffe43433303458
---
gnu/packages/librewolf.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm
index 6fd0aa51f1..32b6d13d54 100644
--- a/gnu/packages/librewolf.scm
+++ b/gnu/packages/librewolf.scm
@@ -212,7 +212,7 @@ (define rust-librewolf rust) ; 1.75 is the default in Guix, 1.65 is the minimum.
;; Update this id with every update to its release date.
;; It's used for cache validation and therefore can lead to strange bugs.
;; ex: date '+%Y%m%d%H%M%S'
-(define %librewolf-build-id "20240922110507")
+(define %librewolf-build-id "20241003201141")
(define-public librewolf
(package
@@ -324,9 +324,6 @@ (define (write-setting key value)
libavcodec)))))
(add-after 'unpack 'neuter-genai
(lambda* _
- ;; Don't compile the code in.
- (substitute* "browser/components/moz.build"
- (("\"genai\",") ""))
;; Lock the preferences so they can't be enabled.
(substitute* "lw/librewolf.cfg"
(("defaultPref\\(\"browser\\.ml\\.")
--
2.46.0
This bug report was last modified 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.