Debian Patches

Status for torbrowser-launcher/0.3.3-6

Patch Description Author Forwarded Bugs Origin Last update
po/01-Update-Hungarian-translation.patch Update Hungarian translation Charles Barcza <info@blackpanther.hu> no https://github.com/micahflee/torbrowser-launcher/pull/359 2018-09-23
po/02-Create-da.po.patch Create da.po scootergrisen <scootergrisen@gmail.com> no https://github.com/micahflee/torbrowser-launcher/pull/364 2018-09-30
po/03-Fix-two-spelling-errors.patch Fix two spelling errors scootergrisen <scootergrisen@gmail.com> no https://github.com/micahflee/torbrowser-launcher/pull/364 2018-10-01
po/04-Add-Swedish-translation.patch Add Swedish translation Jony <23194385+jony0008@users.noreply.github.com> no https://github.com/micahflee/torbrowser-launcher/pull/377 2018-11-10
po/05-Remove-mention-of-modem-sound-in-docs-and-translatio.patch Remove mention of modem sound in docs and translation po files Roger Shimizu <rosh@debian.org> no https://bugs.debian.org/913151 2018-11-11
po/06-Add-da-to-torbrowser.desktop.patch Add [da] to torbrowser.desktop
(cherry picked from commit 1fa13798454a6f985438d36e387c09a34e20881c)
scootergrisen <scootergrisen@gmail.com> no https://github.com/micahflee/torbrowser-launcher/pull/392 2019-03-01
po/07-Add-da-to-torbrowser-settings.desktop.patch Add [da] to torbrowser-settings.desktop
(cherry picked from commit 897a532538e79a7d693284ab9aeffb1b074f73a0)
scootergrisen <scootergrisen@gmail.com> no https://github.com/micahflee/torbrowser-launcher/pull/393 2019-03-01
po/08-Belarusian-localization-is-added.patch Belarusian localization is added.
(cherry picked from commit 110d50b053d4c3b19f8b7ad809923e59bae16950)
(cherry picked from commit 5b3bdf45b85b13ba9371ce68743624fecab5d7d5)
Viktar Siarheichyk <vics@eq.by> no https://github.com/micahflee/torbrowser-launcher/pull/438 2019-10-26
po/09-Added-de.po.patch Added de.po
(cherry picked from commit 12481e0635b491fa359d39831b5e176fe6a21599)
Baumgartner <ned84@protonmail.com> no https://github.com/micahflee/torbrowser-launcher/pull/449 2019-12-15
po/10-Added-hr.po.patch Added hr.po
Complete croatian translation

(cherry picked from commit bc96f44962bbdd4f4ef110e20a6f4223e116f828)
milotype <43657314+milotype@users.noreply.github.com> no https://github.com/micahflee/torbrowser-launcher/pull/450 2020-01-22
po/11-Add-Chinese-Traditional-translation.patch Add Chinese (Traditional) translation
(cherry picked from commit 3fa7eca4136164df278cb2c131bd620677d95dbb)
Koala Yeung <koalay@gmail.com> no https://github.com/micahflee/torbrowser-launcher/pull/465 2020-04-22
po/12-Add-Czech-translation-to-desktop-files.patch Add Czech translation to desktop files
(cherry picked from commit 0661e65911cca9ac15947ba880a87271b9bcddfd)
AsciiWolf <mail@asciiwolf.com> no 2020-10-08
01-show-gui-only-if-tbb-not-installed.patch show gui only if tbb not installed
Added since [419e5f7] to fix the extra dialog issue
troubadoour <trobador@riseup.net> no https://github.com/troubadoour/torbrowser-launcher/commit/1402015487db5559847492ca294ac6c895245dca 2018-03-27
02-remove-double-common-assignment.patch remove double 'common' assignment
Added since [419e5f7] to fix the extra dialog issue
troubadoour <trobador@riseup.net> no https://github.com/troubadoour/torbrowser-launcher/commit/63646cb69521d40bf25484831d58bcf691f71cca 2018-03-28
03-Remove-use-of-deprecated-platform.dist-fixes-446.patch Remove use of deprecated platform.dist() (fixes #446)
platform.dist was deprecated a while ago and finally removed in Python
3.8. It was only used for a workaround for issue #128 (and #215) which
is no longer necessary, so just remove the use altogether.
Milkey Mouse <milkeymouse@meme.institute> yes 2020-05-10
04-Set-language-from-LC_MESSAGES-not-LC_CTYPE.patch Set language from LC_MESSAGES, not LC_CTYPE
Calling `locale.getlocale()` checks LC_CTYPE, which is not meant for
UI strings. Change the call to check LC_MESSAGES instead.

Also call `locale.setlocale()` first to import the locale settings
from the environment. This is not needed for LC_CTYPE due to
https://bugs.python.org/issue6203 but is required for LC_MESSAGES.

(cherry picked from commit cd8edcd637520d2a652dddbf0004b7eb96f4f748)
Karl-Johan Karlsson <creideiki@ferretporn.se> no https://github.com/micahflee/torbrowser-launcher/pull/383 2019-01-06
05-Fix-use-case-that-enforce-install-of-EN-version-on-n.patch Fix use case that enforce install of EN version on non-EN user session

build_paths() is called before load_settings(), so it won't recognize
"force_en-US" setting.

Here we add build_paths() again after load_settings() to do the trick.
Roger Shimizu <rosh@debian.org> no 2020-04-26
06-Fix-language-fallback-for-Chinese-Hong-Kong.patch Fix language fallback for Chinese (Hong Kong)
* Add a way to manually override the language detection
for some of the languages.
* Add manual language overriding for zh-HK (to zh-TW).

(cherry picked from commit e92e11e6d7cde178d4aad3635fe84a32e5a32069)
Koala Yeung <koalay@gmail.com> no https://github.com/micahflee/torbrowser-launcher/pull/464 2020-04-22
07-Use-gpg-instead-of-gpg2.patch Use gpg instead of gpg2 Roger Shimizu <rosh@debian.org> yes 2020-09-09
08-AppArmor-allow-usage-of-cgroups.patch AppArmor: allow usage of cgroups
Firefox uses cgroups to determine how many CPUs are available,
and gather other information it needs about the CPUs.

I did not investigate what are the consequences of Firefox
lacking this information. I suspect performance, and thus UX,
may be impacted.

closes #547

(cherry picked from commit 12477d3d5cb4438651d922f5feb7a5070b76b6d9)
intrigeri <intrigeri@boum.org> no 2021-05-16
09-fix-failure-in-detect-installed-torbrowser.patch fix failure in detect installed torbrowser
I believe i found an issue with the launcher (somehow related with #842021)

It happens that though the launcher works it doesn't detect torbrowser
as installed. It causes two issues:
- The 'Settings' window points status as Not Installed;
- The 'Browser launcher' keeps running the routines to download and
verify the 'first installation'.

I realized that reload the settings after rebuilding paths makes the
launcher works as expected.

Plus, load_settings() is not checking changes at 'installed' directive
to rewrite the settings file ('settings.json').
Marcelo Soares Mota <motasmarcelo@gmail.com> no 2021-02-20
10-AppArmor-allow-usage-of-the-IBus-input-framework.patch AppArmor: allow usage of the IBus input framework
closes #540

(cherry picked from commit 6d32fe1200d74d3cdc306429690823c3498c35d2)
intrigeri <intrigeri@boum.org> no 2021-05-16
11-Update-apparmor-profile.patch Update apparmor profile Roger Shimizu <rosh@debian.org> no 2021-04-25
12-Fix-small-typo-in-desktop-file.patch Fix small typo in desktop file
(cherry picked from commit 56e8084b1d2a8029e7f43f34e42fcb5a979181a5)
AsciiWolf <mail@asciiwolf.com> no 2020-10-08
13-AppArmor-include-vulkan-abstraction-if-it-s-available.patch AppArmor: include vulkan abstraction if it's available
Since the vulkan abstraction is not available on older AppArmor versions, this
relies on the "conditional includes" AppArmor parser feature, which is available
in AppArmor v2.10.4, v2.11.2, v2.12.1, and v2.13.

closes #554

(cherry picked from commit 4e216fe221f09e4d1e8b3cf8870284a6f730641f)
intrigeri <intrigeri@boum.org> no 2021-05-16
14-AppArmor-allow-access-needed-for-Firefox-sandboxing-vi.patch AppArmor: allow access needed for Firefox sandboxing via unprivileged user namespace

Most distributions now ship with unprivileged user namespaces enabled,
which Firefox uses to set up its own sandbox. That sandbox is more
fine-grained and powerful than our AppArmor policy, so let's allow
Firefox to use it.

(cherry picked from commit 376f7f552b22b0ba578e6ded961c72c47f7da9e2)
intrigeri <intrigeri@boum.org> no 2021-05-16
15-AppArmor-Allow-reading-sys-fs-cgroup-cpu-cpuacct-cpu.c.patch AppArmor: Allow reading /sys/fs/cgroup/cpu,cpuacct/cpu.cfs_quota_us
Roger Shimizu told us it's needed on Debian Buster.
I suppose the "user.slice" path component is not used there.

(cherry picked from commit 811494c6cf0cc0a7a96e647ba0f022f4d03713be)
intrigeri <intrigeri@boum.org> no 2021-05-22
16-Update-available-languages-for-torbrowser.patch Update available languages for torbrowser
(cherry picked from commit b8a519eb71c2cc27b36e37f4084afa856b29ed27)
Leonidas P <29687487+JpegXguy@users.noreply.github.com> no https://github.com/micahflee/torbrowser-launcher/pull/555 2021-03-31

All known versions for source package 'torbrowser-launcher'

Links