From 5697bce82b1b37602255ac12e4a8f4a12305dc03 Mon Sep 17 00:00:00 2001 From: David Rheinsberg Date: Fri, 11 Oct 2024 09:53:25 +0200 Subject: [PATCH] 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. --- docs/DESKTOP_ENVIRONMENTS.md | 6 +++--- 1 file 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 -- 2.25.1