diff options
author | David Rheinsberg <david@readahead.eu> | 2024-10-11 09:53:25 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-11 10:28:22 +0200 |
commit | 5697bce82b1b37602255ac12e4a8f4a12305dc03 (patch) | |
tree | 129e102132791bd04343ef199e16b17bcf1aa695 /docs | |
parent | docs: don't mention split-usr path anymore (diff) | |
download | systemd-5697bce82b1b37602255ac12e4a8f4a12305dc03.tar.xz systemd-5697bce82b1b37602255ac12e4a8f4a12305dc03.zip |
docs/DESKTOP_ENVIRONMENTS: fix formatting
The annotation about omittance is meant to be about the `RANDOM` string.
However, the current formatting makes it look like the entire naming
scheme is optional. Fix this.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DESKTOP_ENVIRONMENTS.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/DESKTOP_ENVIRONMENTS.md b/docs/DESKTOP_ENVIRONMENTS.md index 1c72969853..ebf4694934 100644 --- a/docs/DESKTOP_ENVIRONMENTS.md +++ b/docs/DESKTOP_ENVIRONMENTS.md @@ -66,10 +66,10 @@ desktop environments should adhere to the following conventions: is encouraged. * The RANDOM should be a string of random characters to ensure that multiple instances - of the application can be launched. + of the application can be launched. - It can be omitted in the case of a non-transient application services which can ensure - multiple instances are not spawned, such as a DBus activated application. + It can be omitted in the case of a non-transient application services which can ensure + multiple instances are not spawned, such as a DBus activated application. * If no application ID is available, the launcher should generate a reasonable name when possible (e.g. using `basename(argv[0])`). This name must not |