Skip to content

Commit

Permalink
docs(troubleshooting): drops obsolete dependencies
Browse files Browse the repository at this point in the history
It looks like chromium dropped gconf in 2017, while at it remove
some other libs from the gtk2 era and bump libappindicator to a gtk3
version.

Current dependencies list for chromium 79 used as reference:
https://chromium.googlesource.com/chromium/src.git/+/refs/tags/79.0.3945.144/build/install-build-deps.sh#232
  • Loading branch information
xrmx committed Jul 8, 2020
1 parent 0e93880 commit 17f66ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/troubleshooting.md
Expand Up @@ -47,8 +47,7 @@ machine to check which dependencies are missing. The common ones are provided be
```
ca-certificates
fonts-liberation
gconf-service
libappindicator1
libappindicator3-1
libasound2
libatk-bridge2.0-0
libatk1.0-0
Expand All @@ -60,8 +59,6 @@ libexpat1
libfontconfig1
libgbm1
libgcc1
libgconf-2-4
libgdk-pixbuf2.0-0
libglib2.0-0
libgtk-3-0
libnspr4
Expand Down Expand Up @@ -95,7 +92,6 @@ xdg-utils
alsa-lib.x86_64
atk.x86_64
cups-libs.x86_64
GConf2.x86_64
gtk3.x86_64
ipa-gothic-fonts
libXcomposite.x86_64
Expand Down

0 comments on commit 17f66ee

Please sign in to comment.