diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-09-20 18:42:29 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-09-22 14:27:02 +0200 |
commit | c72d5456e2d6a6c8cefbfc16a542ae03a769397f (patch) | |
tree | 2fdd3fd00a04984c20df04bd9c573b659a84fa65 /man/pam_systemd.xml | |
parent | 7f3d3ba1a61f28a951ca5fbe59ed15c7ce55219c (diff) |
login: add public sd_session_get_desktop() API
The desktop brand is stored as DESKTOP variable for sessions. It can be
set arbitrarily by the session owner and identifies the desktop
environment that is running on that session.
Diffstat (limited to 'man/pam_systemd.xml')
-rw-r--r-- | man/pam_systemd.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index 52dfe9df43..4df26a3f2b 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -268,7 +268,9 @@ as defined by the <ulink url="http://standards.freedesktop.org/desktop-entry-spec/latest/">Desktop Entry - Specification</ulink>.</para></listitem> + Specification</ulink>. See + <citerefentry><refentrytitle>sd_session_get_desktop</refentrytitle><manvolnum>3</manvolnum></citerefentry> + for more details.</para></listitem> </varlistentry> <varlistentry> |