From: Lennart Poettering Date: Wed, 23 Apr 2014 18:11:38 +0000 (+0200) Subject: man: recommend that XDG_SESSION_DESKTOP and XDG_CURRENT_DESKTOP use the same identifiers X-Git-Tag: v213~330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4423116699faec8f550f3dac5c6887e81ec5aa7b;p=thirdparty%2Fsystemd.git man: recommend that XDG_SESSION_DESKTOP and XDG_CURRENT_DESKTOP use the same identifiers --- diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index f973899b2fa..97cb8bf2dca 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -254,15 +254,21 @@ $XDG_SESSION_DESKTOP - The session - deskop. This may be used to indicate - the session desktop used, where this - applies. This should be a short, - lowercase string identifying the - desktop environment used if this + A single, short + identifier string for the desktop + environment. This may be used to + indicate the session desktop used, + where this applies and if this information is available. For example: - gnome, or - kde. + GNOME, or + KDE. It is + recommended to use the same + identifiers and capitalization as for + $XDG_CURRENT_DESKTOP, + as defined by the Desktop + Entry + Specification.