diff options
author | kenstir <kenstir@gmail.com> | 2024-08-24 20:31:09 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2024-08-26 20:39:59 +0200 |
commit | d5af32802f7ec7cdb8b741812f1e2b0cebbb3bc6 (patch) | |
tree | ec6808d1be7ed5847f3851383e3ab8423934ef08 /docs/source | |
parent | [UI] Replace deprecated Pillow Image.Antialias with Lanczos (diff) | |
download | deluge-d5af32802f7ec7cdb8b741812f1e2b0cebbb3bc6.tar.xz deluge-d5af32802f7ec7cdb8b741812f1e2b0cebbb3bc6.zip |
[Build] Fix Ubuntu dependency for appindicator
Change name to gir1.2-appindicator3-0.1. Tested on Ubuntu 22.04.4 LTS
and Ubuntu 20.04.6 LTS.
Replace appindicator3 refs with newer ayatanaappindicator3
Replace broken python-appindicator link with working jammy link.
Closes: https://github.com/deluge-torrent/deluge/pull/459
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/devguide/tutorials/01-setup.md | 2 | ||||
-rw-r--r-- | docs/source/intro/01-install.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/devguide/tutorials/01-setup.md b/docs/source/devguide/tutorials/01-setup.md index 02195b192..0e3aa04e7 100644 --- a/docs/source/devguide/tutorials/01-setup.md +++ b/docs/source/devguide/tutorials/01-setup.md @@ -24,7 +24,7 @@ You might need to add `~/.local/bin` to your PATH. #### Runtime libraries and tools sudo apt install python3-libtorrent python3-geoip python3-dbus python3-gi \ - python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3 python3-pygame libnotify4 \ + python3-gi-cairo gir1.2-gtk-3.0 gir1.2-ayatanaappindicator3-0.1 python3-pygame libnotify4 \ librsvg2-common xdg-utils ## Setup development environment diff --git a/docs/source/intro/01-install.md b/docs/source/intro/01-install.md index 15e99456b..e103a6e81 100644 --- a/docs/source/intro/01-install.md +++ b/docs/source/intro/01-install.md @@ -80,7 +80,7 @@ Will require system installed packages such as libtorent and GTK3. See [DEPENDS] e.g. on Ubuntu/Debian install these packages: - sudo apt install python3-pip python3-libtorrent python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3 + sudo apt install python3-pip python3-libtorrent python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-ayatanaappindicator3-0.1 ## Alternative Installs |