Skip to content

Commit

Permalink
trivial: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Apr 6, 2018
1 parent 029fda7 commit e8faba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/asgen-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <custom/> 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.


Expand Down Expand Up @@ -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`).
Expand Down

0 comments on commit e8faba0

Please sign in to comment.