docs/DESKTOP_ENVIRONMENT: clarify <RANDOM> usage
authorDavid Rheinsberg <david@readahead.eu>
Fri, 11 Oct 2024 08:07:40 +0000 (10:07 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 13 Nov 2024 19:48:10 +0000 (19:48 +0000)
commit361021a522a4f1644c4593e6dc018a04e27d365e
treecc5fd499c1311b0519687664ab65c744bea39e13
parentc14a47547d040c4976f20388f5535ed655bbd035
docs/DESKTOP_ENVIRONMENT: clarify <RANDOM> usage

The <RANDOM> part is optional in the naming scheme of application units.
However, this is only true for service files. Scope units must include
the <RANDOM> part, otherwise it would be impossible to parse:

The schema would be:

    `app[-<launcher>]-<ApplicationID>[-<RANDOM>].scope`

in which case a two-part name would be impossible to parse, since it is
unclear whether the launcher of the random bit where omitted.

(cherry picked from commit cbaebf811e6edb79279f72950b2d63189be314d3)
docs/DESKTOP_ENVIRONMENTS.md