Your message dated Sat, 21 May 2022 12:05:17 +0000
with message-id <[email protected]>
and subject line Bug#1010441: fixed in torbrowser-launcher 0.3.5-3
has caused the Debian Bug report #1010441,
regarding torbrowser-launcher fails to download browser bundle when launched
for the first time
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1010441: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010441
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: torbrowser-launcher
Version: 0.3.5-2
Severity: important
X-Debbugs-Cc: [email protected]
Dear Maintainer,
Current version of torbrowser-launcher in Sid fails to download tor browser
when launched for the first time (ie when ~/.local/share/torbrowser/tbb/ does
not exist) with the following error:
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.3.5
https://github.com/micahflee/torbrowser-launcher
Downloading Tor Browser for the first time.
Downloading
https://aus1.torproject.org/torbrowser/update_3/release/Linux_x86_64-gcc3/x/en-US
Traceback (most recent call last):
File "/usr/bin/torbrowser-launcher", line 30, in <module>
torbrowser_launcher.main()
File "/usr/lib/python3/dist-packages/torbrowser_launcher/__init__.py", line
98, in main
gui.move(
TypeError: arguments did not match any overloaded call:
move(self, QPoint): argument 1 has unexpected type 'float'
move(self, int, int): argument 1 has unexpected type 'float'
Changing both arguments to int works to the following workaround may be
used:
--- /usr/lib/python3/dist-packages/torbrowser_launcher/__init__.py.orig
2022-05-01 17:44:35.369210869 +0200
+++ /usr/lib/python3/dist-packages/torbrowser_launcher/__init__.py
2022-05-01 17:45:16.697352319 +0200
@@ -96,8 +96,8 @@
desktop = app.desktop()
window_size = gui.size()
gui.move(
- (desktop.width() - window_size.width()) / 2,
- (desktop.height() - window_size.height()) / 2
+ int((desktop.width() - window_size.width()) / 2),
+ int((desktop.height() - window_size.height()) / 2)
)
gui.show()
sys.exit(app.exec_())
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.17.0-1-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8),
LANGUAGE=ca:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages torbrowser-launcher depends on:
ii ca-certificates 20211016
ii gnupg 2.2.35-2
ii libdbus-glib-1-2 0.112-2
ii python3 3.10.4-1
ii python3-gpg 1.16.0-1.2
ii python3-packaging 21.3-1
ii python3-pyqt5 5.15.6+dfsg-1+b2
ii python3-requests 2.27.1+dfsg-1
ii python3-socks 1.7.1+dfsg-1
Versions of packages torbrowser-launcher recommends:
ii tor 0.4.7.7-1
Versions of packages torbrowser-launcher suggests:
ii apparmor 3.0.4-2
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: torbrowser-launcher
Source-Version: 0.3.5-3
Done: Roger Shimizu <[email protected]>
We believe that the bug you reported is fixed in the latest version of
torbrowser-launcher, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Roger Shimizu <[email protected]> (supplier of updated torbrowser-launcher
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 21 May 2022 20:41:30 +0900
Source: torbrowser-launcher
Architecture: source
Version: 0.3.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Privacy Tools Maintainers
<[email protected]>
Changed-By: Roger Shimizu <[email protected]>
Closes: 1010441
Changes:
torbrowser-launcher (0.3.5-3) unstable; urgency=medium
.
* debian/patches:
- Cherry pick patch 12 from upstream to fix runtime issue under
Python 3.10 (Closes: #1010441).
Checksums-Sha1:
acdf6e54705ce879521bda808dab2d40f0d7b186 2281 torbrowser-launcher_0.3.5-3.dsc
4cf893cd6b04f85da7ec28097b6d9fd35c628ce6 20992
torbrowser-launcher_0.3.5-3.debian.tar.xz
e3cf74ca1b9f4ef8a33075cd6a05fde0528ffe23 12796
torbrowser-launcher_0.3.5-3_source.buildinfo
Checksums-Sha256:
d2a99d504f2de498567c632eb574fd6cc3bd8939ade3f62ecc6706a086361465 2281
torbrowser-launcher_0.3.5-3.dsc
fc95a13b87e48888a114bbd64c6977731bb74e09dec6a34d3073b6f642ac0db2 20992
torbrowser-launcher_0.3.5-3.debian.tar.xz
699d3a2c929765e53e1d195a4f08803d34d565947c1ab0fd72305c5c8f325d97 12796
torbrowser-launcher_0.3.5-3_source.buildinfo
Files:
152372f3009aeb4ae68975f99096ed95 2281 contrib/web optional
torbrowser-launcher_0.3.5-3.dsc
9240c7196b0f749a1f0fa9f2a7836f10 20992 contrib/web optional
torbrowser-launcher_0.3.5-3.debian.tar.xz
0fbbfc0ce4000201cabf7f13c2067389 12796 contrib/web optional
torbrowser-launcher_0.3.5-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCgAuFiEECjKtvoA5m+cWOFnspHhrDacDNKgFAmKI0tcQHHJvc2hAZGVi
aWFuLm9yZwAKCRCkeGsNpwM0qHEyEACRtef2nZlZcLTOWgzeNvzQSsJXOw069ApY
NQ0n6V6X53xOx+vuKMl2gDu4iFreJa2PT57KP6LKfnbeAfnJE+jOjHc77AQ2EsWD
6ifNK0//Vzxso2un9djIsLcfFwsKS7zr22S740We6R8yOs3+2XULP/1eQolG+1I/
CGCRTT7Axp6nfI3zi2YcKeTHAGAJSyccHiBEqur8cWAUBjMiQ7kdPMdS5Nj/eDPi
3eREG+MrijXnayLoEZbrJCop6lw8uMtjvM1qSoBt+FUGrwhNZ5TiN3OBXPTDEEVG
4d9+XHViv4g645JFpYnc4L+HwE8MzzmFCWG+bFS7i25xN6yonBLTRgN4edWsTW5j
2YSJpohmkm34PI4oNs3uor8WGbSaasB1L9WceoFwQQX6ub28EGUEg99PybRFsVek
Z2iDb3+LCCtUshJmLG9mhmLwwFOAaVDR89PYVbZ5/iVCzjVC/Xy3Nt1MRm8qGTF+
IkBXv5HTzFh5l1HfDz1rEEMTHnXTB1L53XCNASlDrMN1m04TQZn00gTZfntA8xLz
t8JH7vggy3XRBo++hNOqKR3NDQ+LVdGzdWEfD4g+VQ00IFx71Yo8+WMG/8JAPyfg
0WJOzBWvJU65lQBkaLkKTGwyRCKVDFqQ2F3Ek8CdkX/HquIAQI0rtdZJ2okZuYmX
8ClQBhEM+Q==
=3EVd
-----END PGP SIGNATURE-----
--- End Message ---