Re: [Tails-dev] patch to fix #20079

2024-01-15 Thread boyska
On 12/01/24 18:14, g4kw via Tails-dev wrote:> I guess I don't have write access to the repo, so I 
can not create a MR...

So I will do as stated on your website:

"
"You can submit small, easy changes as Git patches (prepared with the |git format-patch| command) 
over email to tails-dev@boum.org

"


Thanks for this!
I reported your patch on 
https://gitlab.tails.boum.org/tails/tails/-/issues/20079#note_223596


--
boyska
___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.


[Tails-dev] patch to fix #20079

2024-01-15 Thread g4kw via Tails-dev
Hi,
I guess I don't have write access to the repo, so I can not create a MR...
So I will do as stated on your website:

"

"You can submit small, easy changes as Git patches (prepared with the git 
format-patch command) over email to 
[tails-dev@boum.org](https://tails.net/about/contact/index.en.html#tails-dev)."
"

here is a patch to fix

https://gitlab.tails.boum.org/tails/tails/-/issues/20079

Cheers,
g4kw

Sent with [Proton Mail](https://proton.me/) secure email.From 09f25ab2a64f3bfe488d4c9c02f3e51583b1f9e6 Mon Sep 17 00:00:00 2001
From: g4kw 
Date: Fri, 12 Jan 2024 17:56:40 +0100
Subject: [PATCH] adding PyQt5 - needed for Electrum

---
 config/chroot_local-packageslists/tails-common.list | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/chroot_local-packageslists/tails-common.list b/config/chroot_local-packageslists/tails-common.list
index 79d3d5074e..d560e42e4d 100644
--- a/config/chroot_local-packageslists/tails-common.list
+++ b/config/chroot_local-packageslists/tails-common.list
@@ -47,6 +47,8 @@ eject
 # Needed by Additional Software
 python3-apt
 python3-atomicwrites
+# Needed for Electrum
+python3-pyqt5
 # Needed by the Greeter
 console-setup
 gir1.2-accountsservice-1.0
-- 
2.39.2

___
Tails-dev mailing list
Tails-dev@boum.org
https://www.autistici.org/mailman/listinfo/tails-dev
To unsubscribe from this list, send an empty email to 
tails-dev-unsubscr...@boum.org.