[PATCH] gnu: remmina: Update to 1.4.29.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • TakeV
Owner
unassigned
Submitted by
TakeV
Severity
normal

Debbugs page

TakeV wrote 2 years ago
(address . guix-patches@gnu.org)
8a32451a-d1c7-239a-5881-ff8040bea075@disroot.org
Hello there,

I ran into a weird bug with remmina, where it was getting different
libsoup symbols and being unable to start. Found the exact issue here:

Upgrading remmina (via guix refresh) as they suggested worked like a
charm, though it did require adding a minimal python input, since there
is a new plugin that remmina includes. I also ran it through guix style.

Sending in a patch so anyone else affected can get the fix! :)

- TakeV
Ludovic Courtès wrote 2 years ago
(name . TakeV)(address . takev@disroot.org)(address . 62362-done@debbugs.gnu.org)
87jzyab2fa.fsf@gnu.org
Hi,

TakeV <takev@disroot.org> skribis:

Toggle quote (9 lines)
> I ran into a weird bug with remmina, where it was getting different
> libsoup symbols and being unable to start. Found the exact issue here:
> https://gitlab.com/Remmina/Remmina/-/issues/2756
>
> Upgrading remmina (via guix refresh) as they suggested worked like a
> charm, though it did require adding a minimal python input, since
> there is a new plugin that remmina includes. I also ran it through
> guix style.

I pushed it but without the style change: in general it’s best to
separate functional changes from stylistic changes, to make it easier
for others to see what the important changes are.

I also tweaked the commit log to list all the relevant changes.~

Thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62362@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62362
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help