torproject / torbrowser-launcher

Securely and easily download, verify, install, and launch Tor Browser in Linux. This repository is a mirror of https://gitlab.torproject.org/tpo/applications/torbrowser-launcher
MIT License
775 stars 180 forks source link

en-US language issue in debian wheezy #27

Closed micahflee closed 11 years ago

micahflee commented 11 years ago

From a comment on https://micahflee.com/2013/04/sudo-apt-get-install-torbrowser/:

I also want to notice that on Debian GNU/Linux wheezy, I need to manualy install python-all (using aptitude or apt-get) and need to modify torbrowser-launcher on line 194 to specify ‘en-US’ as other locales are still not supported (as of now only en-us build is available since april 2nd). Moreother, idealy, the package and signature should be pushed on the same day: for the latest release, the package was pushed on apri 2nd and the sig on april 5th.

Great project :)

micahflee commented 11 years ago

Looks like python-all gets installed automatically when installing the deps listed in the readme:

micah@debian:~$ sudo apt-get install python-stdeb python-gtk2 python-psutil python-twisted wmctrl gnupg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gnupg is already the newest version.
python-gtk2 is already the newest version.
python-gtk2 set to manually installed.
The following extra packages will be installed:
  apt-file autopoint build-essential curl debhelper dpkg-dev g++ g++-4.7 gettext html2text intltool-debian libalgorithm-diff-perl libalgorithm-diff-xs-perl
  libalgorithm-merge-perl libapt-pkg-perl libconfig-file-perl libcurl3 libdpkg-perl libfile-fcntllock-perl libgettextpo0 liblist-moreutils-perl
  libmail-sendmail-perl libregexp-assemble-perl libstdc++6-4.7-dev libsys-hostname-long-perl po-debconf python-all python-crypto python-openssl python-pam
  python-pyasn1 python-serial python-setuptools python-twisted-bin python-twisted-conch python-twisted-core python-twisted-lore python-twisted-mail
  python-twisted-names python-twisted-news python-twisted-runner python-twisted-web python-twisted-words python-zope.interface
Suggested packages:
  dh-make debian-keyring g++-multilib g++-4.7-multilib gcc-4.7-doc libstdc++6-4.7-dbg gettext-doc libstdc++6-4.7-doc libmail-box-perl python-crypto-dbg
  python-crypto-doc python-openssl-doc python-openssl-dbg doc-base python-wxgtk2.8 python-wxgtk2.6 python-wxgtk python-all-dev python-twisted-bin-dbg
  python-tk python-glade2 python-qt3 python-twisted-runner-dbg
The following NEW packages will be installed:
  apt-file autopoint build-essential curl debhelper dpkg-dev g++ g++-4.7 gettext html2text intltool-debian libalgorithm-diff-perl libalgorithm-diff-xs-perl
  libalgorithm-merge-perl libapt-pkg-perl libconfig-file-perl libcurl3 libdpkg-perl libfile-fcntllock-perl libgettextpo0 liblist-moreutils-perl
  libmail-sendmail-perl libregexp-assemble-perl libstdc++6-4.7-dev libsys-hostname-long-perl po-debconf python-all python-crypto python-openssl python-pam
  python-psutil python-pyasn1 python-serial python-setuptools python-stdeb python-twisted python-twisted-bin python-twisted-conch python-twisted-core
  python-twisted-lore python-twisted-mail python-twisted-names python-twisted-news python-twisted-runner python-twisted-web python-twisted-words
  python-zope.interface wmctrl
0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
Need to get 20.7 MB of archives.
After this operation, 60.1 MB of additional disk space will be used.
Do you want to continue [Y/n]? y

This is a fresh install of wheezy (now stable!). The only problem I had installing it was that the quickstart instructions didn't include tor as a dependency, but I just fixed that (https://github.com/micahflee/torbrowser-launcher/commit/6c0d0df95af052b98dfb2fabd3a4d6926e32995b).

So this all works fine in wheezy.