bug#53250: (No Subject)

2022-01-19 Thread Nicholas von Klitzing via Bug reports for GNU Guix
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. Kind regards, Nicholas

bug#53250: icedove clears data

2022-01-17 Thread Nicholas von Klitzing via Bug reports for GNU Guix
‐‐‐ Original Message ‐‐‐ On Monday, January 17th, 2022 at 9:44 AM, Nicholas von Klitzing wrote: > Hi Maxime, > > It seems that this issue is describing the new fix that is needed: > > https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/33734 > >

bug#53250: icedove clears data

2022-01-17 Thread Nicholas von Klitzing via Bug reports for GNU Guix
regards, Nicholas ‐‐‐ Original Message ‐‐‐ On Friday, January 14th, 2022 at 2:52 PM, Maxime Devos wrote: > Nicholas von Klitzing via Bug reports for GNU Guix schreef op vr 14-01- > > 2022 om 12:02 [+]: > > > A brief follow up: > > > > It seems the ~/

bug#53250: icedove clears data

2022-01-14 Thread Nicholas von Klitzing via Bug reports for GNU Guix
A brief follow up: It seems the ~/.icedove folder is not used by icedove (it was probably a relic of when I used icedove-wayland). Now looking into ~./thunderbird instead I see several more profiles. ``` nicholas@guix14 ~/.thunderbird$ ls bv7r86h9.default/installs.ini

bug#53250: icedove clears user data on upgrade

2022-01-14 Thread Nicholas von Klitzing via Bug reports for GNU Guix
Hello Guix, Every time I upgrade icedove (via guix pull && guix system reconfigure), all of my user data is cleared from icedove. All of my mail settings, accounts, etc. are just gone and I need to manually set them all up again. When I check ~/.icedove, my profile and settings are still there

bug#52791: possible patch

2021-12-25 Thread Nicholas von Klitzing
Updating the package to 3.2.0 (the version where the PR was merged) solves the issue. This patch is attached. I'll see if I get to updating it to 3.4.1 Kind regards, Nicholas von KlitzingFrom a1d28e218ac38d656d90de3b5346f21ea2423a4c Mon Sep 17 00:00:00 2001 From: Nicholas von Klitzing

bug#52791: nextcloud-client not building on master

2021-12-25 Thread Nicholas von Klitzing
l/2972 Kind regards, Nicholas von Klitzing

bug#52107: An Idea

2021-11-26 Thread Nicholas von Klitzing
x (,rust-src-path #t)) `` I'd appreciate your feedback, since I'm mostly clueless :) Kind regards, Nicholas ‐‐‐ Original Message ‐‐‐ On Friday, November 26th, 2021 at 2:21 PM, Maxime Devos wrote: > Nicholas von Klitzing schreef op vr 26-11-2021 om 0

bug#52107: An Idea

2021-11-26 Thread Nicholas von Klitzing
Just to get the ball rolling, here is a possible idea. It might makes sense to add an additional output to the rust package `src` and then require this by the rust-analyzer package as `rust:src`. In the rust-analyzer package we could then copy a thing from `icedove-wayland`: `` (arguments

bug#52107: rust-analyzer shipped broken without rust-src

2021-11-25 Thread Nicholas von Klitzing
Hello Guix, The rust-analyzer package depends on having a local copy of the rust compiler (rustc) source code available in order for it to function. Currently, neither the rust-analyzer nor the rust package include rust-src, which means rust-analyzer is broken by default. On non-guix systems th