all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Nicholas von Klitzing <nicholas@nvk.pm>
Cc: "53250-done@debbugs.gnu.org" <53250@debbugs.gnu.org>,
	"jonathan.brielmaier" <jonathan.brielmaier@web.ch>
Subject: bug#53250: icedove clears user data on upgrade
Date: Mon, 20 Feb 2023 13:46:30 -0500	[thread overview]
Message-ID: <873570kwe1.fsf_-_@gmail.com> (raw)
In-Reply-To: <0w9x-LGg6YzFoqEpkVsaox-Cd4gUKiT2YIfMXS7tRCV43ZpZn-5_KX5EDkHxdMaoEu18OIT15xOJdgWIFwLPNZNiwc8jhUh1VmwNJUJSdQw=@nvk.pm> (Nicholas von Klitzing's message of "Wed, 19 Jan 2022 22:40:07 +0000")

Hi,

Nicholas von Klitzing <nicholas@nvk.pm> writes:

> Hi Jonathan,
>
> Thanks for testing the patch. What exactly doesn't work?
>
> Is icedove still generating new profiles upon install?
>
> Even if it stops generating profiles, you still need to use `icedove -p` to select the correct default.

I believe the reason it wasn't working was because the substitution of
the MOZ_DEDICATED_PROFILES value to False was not effective:

I believe this should fix it:

--8<---------------cut here---------------start------------->8---
modified   gnu/packages/gnuzilla.scm
@@ -1335,8 +1335,8 @@ (define-public icedove-minimal
           (add-after 'patch-source-shebangs 'fix-profile-setting
             (lambda _
               (substitute* "comm/mail/moz.configure"
-                (("MOZ_DEDICATED_PROFILES, True")
-                 "MOZ_DEDICATED_PROFILES, False"))))
+                (("\"MOZ_DEDICATED_PROFILES\", True")
+                 "\"MOZ_DEDICATED_PROFILES\", False"))))
           (add-after 'build 'neutralize-store-references
             (lambda _
               ;; Mangle the store references to compilers & other build tools in
--8<---------------cut here---------------end--------------->8---

Pushed to master as c81d2d448c, after testing resolution on an affected
machine.

Closing!

-- 
Thanks,
Maxim




      reply	other threads:[~2023-02-20 18:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14 11:47 bug#53250: icedove clears user data on upgrade Nicholas von Klitzing via Bug reports for GNU Guix
2022-01-14 12:02 ` bug#53250: icedove clears data Nicholas von Klitzing via Bug reports for GNU Guix
2022-01-14 14:52   ` Maxime Devos
2022-01-17  9:44     ` Nicholas von Klitzing via Bug reports for GNU Guix
2022-01-17  9:50       ` Nicholas von Klitzing via Bug reports for GNU Guix
2022-01-17 10:36       ` Maxime Devos
2022-01-14 15:25   ` bug#53250: icedove clears user data on upgrade Ludovic Courtès
2022-01-17 20:49 ` Jonathan Brielmaier
2022-01-19 20:29 ` bug#53250: [PATCH] gnu: icedove: Stop per-install profile generation Jonathan Brielmaier
2022-01-19 20:33 ` bug#53250: icedove clears user data on upgrade Jonathan Brielmaier
2022-01-19 22:40 ` bug#53250: (No Subject) Nicholas von Klitzing via Bug reports for GNU Guix
2023-02-20 18:46   ` Maxim Cournoyer [this message]

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=873570kwe1.fsf_-_@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=53250@debbugs.gnu.org \
    --cc=jonathan.brielmaier@web.ch \
    --cc=nicholas@nvk.pm \
    /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.