Commit Graph

836 Commits

Author SHA1 Message Date
Micah Lee
501d0d8c85
Version bump to 0.3.6 and update changelog 2022-12-12 18:38:07 -08:00
Micah Lee
7cbc6c9d84
Rename old tor-browser folder with a locale, if it exists 2022-12-12 18:25:16 -08:00
Micah Lee
398badbc8b
Format with black 2022-12-12 18:14:27 -08:00
Micah Lee
c8c39cea9a
Update min_version to 12.0, because this is the current version of Tor Browser 2022-12-12 18:12:49 -08:00
Micah Lee
8c69da13a7
Pass integers into gui.move() 2022-12-12 18:11:45 -08:00
Sergey Popov
006f498b1f Make code language-agnostic
since TBB provides now a single multi-lingual distribution
2022-12-08 12:39:41 +02:00
intrigeri
f49d36a4bf AppArmor: allow reading /proc/PID/{statm,smaps}
This is now needed at least for Firefox' memory reporter:
https://bugzilla.mozilla.org/show_bug.cgi?id=1647957
2022-10-28 06:11:22 +00:00
intrigeri
4b9d49c183 AppArmor: silence a denial for access we don't need
Firefox 91 only uses /etc/os-release to tweak the system's fonts list
depending on the distribution. Tor Browser does not use the system's font,
so that's not relevant.
2021-10-26 09:04:09 +00:00
intrigeri
7af35f4475 AppArmor: allow Firefox to enumerate GPUs and use graphics acceleration
Modern web browsers and contents need graphics acceleration more and more.

GNU/Linux systems are moving to Wayland, where one cannot rely on X.Org driver
acceleration anymore, and everything instead happens in the kernel, libdrm,
and Mesa.
2021-10-26 09:03:57 +00:00
intrigeri
d44475f041
Merge pull request #593 from travankor/wayland
AppArmor: support Wayland display protocol
2021-08-10 17:15:47 +00:00
intrigeri
b3f021ce5e
Merge pull request #594 from jcharaoui/develop
Fix U2F for Yubikey 5 tokens
2021-08-10 17:13:28 +00:00
Jerome Charaoui
508640ff05 Fix U2F for Yubikey 5 tokens 2021-08-09 13:54:25 -04:00
travankor
a4bc9789b0 AppArmor: support Wayland display protocol
When the environment variable MOZ_ENABLE_WAYLAND is set,
Firefox will try to use Wayland IPC sockets.

Closes #591
2021-07-09 21:03:34 -07:00
Micah Lee
31b0d5ab06
Bump version to 0.3.5 in appdata as well 2021-06-21 18:50:44 -07:00
Micah Lee
ede6d809f8
Version bump to 0.3.5 and update changelog 2021-06-20 20:19:14 -07:00
Micah Lee
2b429297bd
Merge pull request #586 from micahflee/wkd-requests
Download the Tor Browser signing key using requests instead of gnupg
2021-06-20 23:16:26 -04:00
Micah Lee
224baddcb8
Do not refresh the key each run 2021-06-20 20:12:40 -07:00
Micah Lee
83fa1d38c4
Download Tor Browser Developers signing key using requests instead of gnupg, and make a new common.proxies() method for downloading WKD key over Tor 2021-06-20 20:08:45 -07:00
Micah Lee
1cbada8fb4
Merge pull request #585 from kpcyrd/force-en-us
Rebuild paths in case force_en-US was set
2021-06-20 22:23:16 -04:00
kpcyrd
752a38712a Simplify github actions workflow 2021-06-21 03:02:17 +02:00
Roger Shimizu
0faefb65f2 Rebuild paths in case force_en-US was set 2021-06-21 02:59:49 +02:00
Micah Lee
6142c8db02
Merge pull request #584 from kpcyrd/github-actions
Add install_requires, use it in tests
2021-06-20 20:41:00 -04:00
kpcyrd
2bb97c7554 Test torbrowser-launcher install 2021-06-21 02:33:06 +02:00
kpcyrd
71142f7999 Add install_requires to setup.py 2021-06-21 02:30:17 +02:00
kpcyrd
7202407c6f Use install_requires for python dependencies 2021-06-21 02:15:37 +02:00
Micah Lee
b971e02b4b
Merge pull request #583 from kpcyrd/github-actions
Create github actions to test ./setup.py install
2021-06-20 19:58:30 -04:00
Micah Lee
ec92c60947
Merge pull request #578 from scootergrisen/patch-4
Add Danish translation
2021-06-20 19:56:39 -04:00
Micah Lee
3f0855a63f
Merge pull request #582 from AsciiWolf/cs-update
Update Czech translation
2021-06-20 19:55:55 -04:00
Micah Lee
758245a2a1
Merge pull request #579 from AsciiWolf/patch-1
Fix pt_BR po file
2021-06-20 19:55:42 -04:00
kpcyrd
08fdb3ef44 Create github actions to test ./setup.py install 2021-06-20 20:52:04 +02:00
AsciiWolf
1874738553 Update Czech translation 2021-06-20 19:42:24 +02:00
AsciiWolf
4baa4362ac
Fix pt_BR po file 2021-06-19 19:04:29 +02:00
scootergrisen
5e92fa3081
Add Danish translation 2021-06-19 08:49:13 +02:00
Micah Lee
e0fdbbfbeb
Revert "Use correct sys prefix"
This reverts commit fd30adfbe7.
2021-06-18 19:35:04 -04:00
Micah Lee
c02071b805
Add release to appdata 2021-06-18 18:56:03 -04:00
Micah Lee
1d7bb13147
Fix gpg path 2021-06-18 18:54:54 -04:00
Micah Lee
0c3464b5a7
Fix GenericName in desktop file 2021-06-18 18:54:44 -04:00
Micah Lee
fd30adfbe7
Use correct sys prefix 2021-06-18 18:52:27 -04:00
Micah Lee
11a4f19402
Merge branch 'master' of github.com:micahflee/torbrowser-launcher 2021-06-18 18:47:04 -04:00
Micah Lee
a8f57ab339
Merge branch 'develop' 2021-06-18 18:45:57 -04:00
Micah Lee
d259484227
Version bump to 0.3.4 and update changelog 2021-06-18 18:33:57 -04:00
Micah Lee
3941fe7c2b
Fix incomplete merge 2021-06-18 18:30:37 -04:00
Micah Lee
ad55f02bfb
Format all python with black, and add a .vscode folder 2021-06-18 18:26:55 -04:00
Micah Lee
7a698a0260
Update Tor Browser Developers signing key 2021-06-18 18:25:58 -04:00
Micah Lee
08783c0238
Merge 2021-06-18 18:17:11 -04:00
Micah Lee
caa9daaf9a
Merge branch 'patch-2' of https://github.com/scootergrisen/torbrowser-launcher into scootergrisen-patch-2 2021-06-18 18:15:15 -04:00
Micah Lee
103573db6c
Merge pull request #383 from creideiki/set-language-from-LC_MESSAGES
Set language from LC_MESSAGES, not LC_CTYPE
2021-06-18 18:13:41 -04:00
Micah Lee
ac318c3345
Merge branch 'develop' of github.com:micahflee/torbrowser-launcher into develop 2021-06-18 18:11:03 -04:00
Jony
f98c411a2f
Update sv.po
Some strings were in French
2021-06-18 18:10:41 -04:00
Micah Lee
f0e1b93b20
Fix torbrowser.desktop 2021-06-18 18:10:13 -04:00