Commit Graph

836 Commits

Author SHA1 Message Date
Jony
499c971308
Update torbrowser-settings.desktop
Add Swedish translation
2021-06-18 18:07:59 -04:00
Jony
c6753ee48d
Add Swedish translation
I have translated Tor Browser launcher. Please merge it to the next release. Is there some other changes needed?
2021-06-18 18:07:58 -04:00
Micah Lee
f044581443
Merge pull request #364 from scootergrisen/patch-1
Create da.po
2021-06-18 18:07:31 -04:00
Micah Lee
fa19ace6a0
Merge pull request #451 from jjoaovitor7/develop
pt_BR translation (.po only)
2021-06-18 18:05:47 -04:00
Micah Lee
b04ccb5574
Merge branch 'develop' of https://github.com/Ned84/torbrowser-launcher into Ned84-develop 2021-06-18 18:04:04 -04:00
Micah Lee
424506dd72
Merge branch 'milotype-hr' of https://github.com/milotype/torbrowser-launcher into milotype-milotype-hr 2021-06-18 18:02:14 -04:00
Micah Lee
2635b26ad0
Merge branch 'fix-hk-language-fallback' of https://github.com/yookoala/torbrowser-launcher into yookoala-fix-hk-language-fallback 2021-06-18 17:58:27 -04:00
Micah Lee
1e3bf66b78
Merge branch 'develop' of github.com:micahflee/torbrowser-launcher into develop 2021-06-18 17:56:43 -04:00
Micah Lee
6a6dc305a3
Merge pull request #465 from yookoala/i18n-zh-tw
Add Chinese (Traditional) translation
2021-06-18 17:55:23 -04:00
Micah Lee
29a159439d
Merge pull request #478 from diabonas/reproducible-mo-file
Make torbrowser-launcher.mo ordering reproducible
2021-06-18 17:51:21 -04:00
Micah Lee
28eec05b03
Update copyright to 2021 2021-06-18 17:48:34 -04:00
Micah Lee
d218e57b11
Merge pull request #537 from FliegendeWurst/patch-1
Do not require the home directory to be writable
2021-06-18 17:45:16 -04:00
Micah Lee
22f1200244
Merge pull request #555 from JpegXguy/patch-1
Update available languages for torbrowser
2021-06-18 17:38:49 -04:00
Micah Lee
deb90f778c
Merge pull request #568 from bastien34/patch-1
platform.dist() is deprecated since Python3.5, replaced with distro
2021-06-18 17:36:28 -04:00
Bast
212876a1d4
platform is deprecated, replaced with distro 2021-06-14 09:57:41 +02:00
Leo
a85a899702
Add 'my' translation 2021-05-23 14:41:44 +03:00
intrigeri
811494c6cf 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.
2021-05-22 19:21:52 +00:00
intrigeri
376f7f552b 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.
2021-05-16 14:03:13 +00:00
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