From e8faba04bb4390d4d434a79e7c1c77a9bdc1674f Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Fri, 6 Apr 2018 07:11:44 +0200 Subject: [PATCH] trivial: typo --- docs/asgen-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/asgen-config.md b/docs/asgen-config.md index 489be23d..b5dadc27 100644 --- a/docs/asgen-config.md +++ b/docs/asgen-config.md @@ -57,7 +57,7 @@ Features | Disable or enable selected generator features. For a detailed descrip CAInfo | Set the CA certificate bundle file to use for SSL peer verification. If this is not set, the generator will use the system default. AllowedCustomKeys | Set which keys of the tag are allowed to be propagated to the collection metadata output. This key takes a list of custom-key strings as value. ExportDirs | Set where to export data. The dictionary requires full paths set for the "Media", "Data", "Hints" or "Html" key. In case a value is missing, the default locations are used. -WorkspaceDir | Explicitly set the location of a workspace. Only makes sense if the generator is mean to be used with a lot of configuration files and the configuration is passed to it via the `-c` flag. +WorkspaceDir | Explicitly set the location of the workspace. Only makes sense if the generator is meant to be used with a lot of configuration files and the configuration is passed to it via the `-c` flag. Icons | Customize the icon policy. See below for more details. @@ -93,7 +93,7 @@ processFonts | Include font metadata and render fonts. *Default: `ON`* allowIconUpscaling | Allows upscaling of small 48x48px icons to 64x64px to make applications show up. Icons are only upscaled as a last resort. *Default: `ON`* processGStreamer | Synthesise `type=codec` metadata from available GStreamer packages. Requires support in the backend, currently only implemented for Debian. *Default: `ON`* -### Configure icon policies +### Configuring icon policies The `Icons` field allows to customize the icon policy used for a generator run. It decides which icon sizes are extracted, and whether they are stored as cached icon, remote icons or both. The field contains a dictionary with icon sizes as keys. Valid icon sizes are `48x48`, `64x64` and `128x128` and their HiDPI variants (e.g. `64x64@2`).