[gtk-web] Link the hicolor icon theme



commit 54023623a5e024ff1c926b1bb4e13178b09702a2
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat May 2 17:55:03 2020 +0100

    Link the hicolor icon theme
    
    Since it's available on freedesktop.org, instead of gnome.org.

 collections/_docs/windows.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/collections/_docs/windows.md b/collections/_docs/windows.md
index fa74280..3ff9554 100644
--- a/collections/_docs/windows.md
+++ b/collections/_docs/windows.md
@@ -146,7 +146,8 @@ Windows 10 theme, for instance the
 **Step 2.** You also need to copy the icons from the Adwaita theme, which
 you can download from [the GNOME sources](https://download.gnome.org/sources/adwaita-icon-theme/).
 
-**Step 3.** Perform the same steps for the `hicolor icons`.
+**Step 3.** Perform the same steps for the [`hicolor`](https://www.freedesktop.org/wiki/Software/icon-theme/)
+icons, which are the mandatory fallback for icons not available in Adwaita.
 
 **Step 4.** To make GTK pick up this theme, put a file 
 `settings.ini` in `etc/gtk-3.0` in your installation folder. This should contain
@@ -157,8 +158,9 @@ gtk-theme-name=Windows10
 gtk-font-name=Segoe UI 9
 ```
 
-**Step 5.** And to top it all off, run the `glib-compile-schemas` utility to
-generate the compiled settings schema in your installation folder:
+**Step 5.** To top it all off, run the `glib-compile-schemas` utility
+provided by GLib to generate the compiled settings schema in your installation
+folder:
 
 ```
 glib-compile-schemas share/glib-2.0/schemas


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]