0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Ubuntu22でTorブラウザがインストールできない

Last updated at Posted at 2022-09-09

torbrowser-launcherを使ってインストールしようとするができない。

環境:

$ uname -a
Linux pwner 5.15.0-47-generic #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

解決

原因は/usr/lib/python3/dist-packages/torbrowser_launcher/__init__.pyのコードにある。

privsettign.png

画像の99行目と100行目について、///に書き換える:

/usr/lib/python3/dist-packages/torbrowser_launcher/__init__.py
  (desktop.width() - window_size.width()) // 2,
  (desktop.height() - window_size.height()) // 2

この修正をしたらtorbrowser-launcherで無事インストールできました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?