Re: [Tails-dev] Tails on MacBook?

2018-05-29 Thread intrigeri
Hi Marco, Marco Betschart: > I wanted to boot Tails on my MacBook 12“ from 2015, but the keyboard as well > as the trackpad do not work at all. > Seems like this is a known issue and there is a driver available which should > help out: > https://mknowles.com.au/wordpress/2017/11/02/installing-fe

[Tails-dev] Tails on MacBook?

2018-05-29 Thread Marco Betschart
Hi there, I wanted to boot Tails on my MacBook 12“ from 2015, but the keyboard as well as the trackpad do not work at all. Seems like this is a known issue and there is a driver available which should help out: https://mknowles.com.au/wordpress/2017/11/02/installing-fedora-27-on-a-2017-macbook-1

Re: [Tails-dev] Please test pre-commit hook for po files

2018-05-29 Thread intrigeri
u: > intrigeri: >> u: >>> ln -s ../../wiki/src/contribute/l10n_tricks/pre-commit . >> >> This caught my eye before I could test this. >> >> I'd rather not ask all Tails contributors to run code, on every >> commit, that lives in a section of our website that's publicly >> writable. Please consi

Re: [Tails-dev] Please test pre-commit hook for po files

2018-05-29 Thread u
Hi! Upon a technical remark, I moved the pre-commit file to bin/pre-commit-translation instead. See updated instructions below. git fetch tails translation_platform_hooks git submodule update --init cd .git/hooks ln -s ../../bin/pre-commit-translation pre-commit Cheers! u. __

Re: [Tails-dev] Please test pre-commit hook for po files

2018-05-29 Thread u
Hi! intrigeri: > u: >> ln -s ../../wiki/src/contribute/l10n_tricks/pre-commit . > > This caught my eye before I could test this. > > I'd rather not ask all Tails contributors to run code, on every > commit, that lives in a section of our website that's publicly > writable. Please consider movi

Re: [Tails-dev] Please test pre-commit hook for po files

2018-05-29 Thread intrigeri
u: > ln -s ../../wiki/src/contribute/l10n_tricks/pre-commit . This caught my eye before I could test this. I'd rather not ask all Tails contributors to run code, on every commit, that lives in a section of our website that's publicly writable. Please consider moving this script to bin/ :) _