intrigeri
12477d3d5c
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
2021-05-16 14:00:51 +00:00
intrigeri
6d32fe1200
AppArmor: allow usage of the IBus input framework
...
closes #540
2021-05-16 13:52:28 +00:00
intrigeri
4e216fe221
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
2021-05-16 13:47:54 +00:00
Leonidas P
b8a519eb71
Update available languages for torbrowser
2021-03-31 16:24:29 +03:00
milotype
46cff55108
Update torbrowser-settings.desktop
...
Small change in wording
2020-10-24 14:38:17 +02:00
milotype
c299c2e55b
Updated torbrowser.desktop with "hr"
2020-10-24 14:15:26 +02:00
milotype
6053f295d7
Updated torbrowser-settings.desktop with "hr"
2020-10-24 14:12:49 +02:00
FliegendeWurst
d6aff5fc7e
Do not require the home directory to be writable
...
Missing permissions can be handled later.
2020-10-21 12:02:52 +02:00
Jonas Witschel
da84f3122a
Make torbrowser-launcher.mo ordering reproducible
...
The ordering of os.walk() is file system dependent. To make sure that the
generated torbrowser-launcher.mo is reproducible bit for bit no matter on which
file system it was originally generated, sort the files before feeding them to
msgfmt.
2020-10-19 11:46:00 +02:00
Micah Lee
0e020dce13
Merge pull request #532 from AsciiWolf/patch-1
...
Fix typo and add Czech translation to desktop files
2020-10-18 11:54:55 -07:00
Karl-Johan Karlsson
5206d46148
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.
Closes #361
2020-10-12 18:17:00 +02:00
AsciiWolf
0661e65911
Add Czech translation to desktop files
2020-10-08 14:30:42 +02:00
AsciiWolf
56e8084b1d
Fix small typo in desktop file
2020-10-08 14:12:19 +02:00
Micah Lee
7089bab4bf
Merge pull request #528 from micahflee/develop
...
Version 0.3.3
2020-10-06 16:52:26 -07:00
Micah Lee
22524b1e10
Version bump to 0.3.3, update readme, update screenshot
2020-10-06 16:50:53 -07:00
Micah Lee
954efe26d8
Remove PPA from the readme
2020-10-06 16:50:33 -07:00
Micah Lee
775effeb10
Add python3-packaging dependency
2020-10-06 16:50:20 -07:00
Micah Lee
aa94672255
Stop hardcoding gpg2 path
2020-10-06 16:40:13 -07:00
Micah Lee
6d9ccda4ed
Merge branch 'patch-1' of https://github.com/mentha/torbrowser-launcher into mentha-patch-1
2020-10-06 16:35:19 -07:00
Micah Lee
dc4b5b6490
Merge pull request #526 from micahflee/expired_key
...
Fix "signature verification error" due to expired key
2020-10-06 16:29:02 -07:00
Micah Lee
fae91193ca
Merge branch 'develop' into expired_key
2020-10-06 16:26:02 -07:00
Micah Lee
8a222ccca0
Add newer, non-expired version of Tor Browser signing key
2020-10-06 16:00:35 -07:00
Micah Lee
83e24e2385
Reformat all python code using black
2020-10-06 15:59:15 -07:00
Micah Lee
7fc81ca92f
Switch to a version comparison library so that "10" is not less than "9"
2020-10-06 15:58:48 -07:00
Micah Lee
12ac68ecd8
Download key using web key directory from torproject.org instead of keyservers
2020-10-06 15:58:22 -07:00
intrigeri
1e958809a3
Merge pull request #503 from rmsacks/apparmor-libstdc++
...
apparmor: allow Browser to memory map libstdc++
2020-09-24 08:17:06 +00:00
Robert Sacks
e9816035a8
apparmor: allow Browser to memory map libstdc++
...
Fixes #502
2020-09-23 13:51:18 -04:00
mentha
de73d53636
Fix #462 DNS leak when “downloading over tor”
2020-09-23 16:03:14 +08:00
intrigeri
275a2b82e3
Merge pull request #479 from diabonas/apparmor-additions
...
AppArmor: silence some more unnecessary permissions
2020-08-21 10:29:33 +00:00
Jonas Witschel
bdfe50b998
AppArmor: silence sys_admin capability
...
This permission is unsuccessfully requested during every start of Tor
Browser 9.5.3, silence it for cleaner logs.
2020-08-18 12:41:52 +02:00
intrigeri
0d2f14c71a
Merge pull request #469 from rogers0/PR/apparmor_meek
...
AppArmor: Support pluggable transports especially meek
2020-08-18 09:15:56 +00:00
intrigeri
6c9abd2eae
Merge pull request #468 from rogers0/PR/apparmor_fonts
...
torbrowser fails to start due to lacking fonts/* entry in apparmor
2020-08-18 09:14:36 +00:00
intrigeri
52a75fc061
Merge pull request #460 from intrigeri/AppArmor-silence-lsb_release-denial
...
Silence the deny apparmor log from lsb_release
2020-08-18 09:02:21 +00:00
Roger Shimizu
50e62ceccd
AppArmor: Support pluggable transports especially meek
2020-05-06 17:01:41 +09:00
Santiago R.R
be7c600d9e
torbrowser fails to start due to lacking fonts/* entry in apparmor
...
Origin: https://bugs.debian.org/959388
2020-05-05 20:13:21 +09:00
Koala Yeung
3fa7eca413
Add Chinese (Traditional) translation
2020-04-22 23:34:45 +08:00
Koala Yeung
e92e11e6d7
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).
2020-04-22 21:54:34 +08:00
Roger Shimizu
e71d63bca4
Silence the deny apparmor log from lsb_release
...
This resolves debian bug: https://bugs.debian.org/913104
lsb_release is only used by Firefox to add extra information to crash reports,
and Tor Browser is built with --disable-crashreporter.
Therefore, AppArmor denying execution of lsb_release should be a no-op,
and we can silence the corresponding log message.
2020-04-12 08:50:28 +00:00
João Vítor S. F
435e4ef80c
pt_BR translation (.po file)
2020-02-09 16:35:30 -03:00
milotype
bc96f44962
Added hr.po
...
Complete croatian translation
2020-01-22 13:59:37 +01:00
Baumgartner
12481e0635
Added de.po
2019-12-15 21:40:58 +01:00
intrigeri
fc2073de09
Merge pull request #442 from intrigeri/AppArmor-for-Tor-Browser-9-updater
...
AppArmor: allow running the Firefox updater from its new path
Corresponding Debian bug: https://bugs.debian.org/944218
2019-11-08 07:32:58 +00:00
intrigeri
e1314eba9b
Merge pull request #434 from bisco2/apparmor-u2f-support
...
AppArmor: grant Tor Browser access to U2F devices
2019-11-07 13:55:10 +00:00
Birger Schacht
704e5ca3b4
Allow torbrowser to access u2f devices
2019-11-07 12:51:04 +01:00
intrigeri
b8a13f96c2
AppArmor: allow running the Firefox updater from its new path
2019-11-07 07:47:27 +00:00
Micah Lee
20b02d0adb
Merge pull request #433 from AsciiWolf/patch-1
...
Fix AppData
2019-10-11 13:59:35 -04:00
AsciiWolf
07289d24a3
Fix AppData
...
Add correct component type, add OARS metadata
2019-10-10 20:56:09 +02:00
Micah Lee
d7ce2885e6
Merge pull request #422 from tilosp/tilosp/use-xdg-home-vars
...
Use XDG_*_HOME vars
2019-10-09 16:05:44 -04:00
Micah Lee
fb4197bb26
Merge pull request #432 from xinxinxinxinxin/patch-1
...
Update French translation
2019-10-09 16:01:18 -04:00
Micah Lee
3cf51aa07b
Merge pull request #421 from AsciiWolf/patch-3
...
Remove absolute install paths
2019-10-09 16:00:24 -04:00