diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-02-28 16:11:55 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-02-28 17:34:47 +0100 |
commit | 27fdf5af170bf355b6da32e11e3135e99a5e675a (patch) | |
tree | f87514b431215e55dc18fbdc477352fb31c64bde /src/utils.h | |
parent | cf42441b43aec2e0457ec6e4dfdf2af8e58ac716 (diff) | |
download | libayatana-common-27fdf5af170bf355b6da32e11e3135e99a5e675a.tar.gz libayatana-common-27fdf5af170bf355b6da32e11e3135e99a5e675a.tar.bz2 libayatana-common-27fdf5af170bf355b6da32e11e3135e99a5e675a.zip |
src/utils.h: On Linux Desktop, if Lomiri is running, but not Ubuntu Touch, then DESKTOP_SESSION is set to 'lomiri'.
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index c7c658e..efb3ec7 100644 --- a/src/utils.h +++ b/src/utils.h @@ -30,7 +30,7 @@ static const char * const DESKTOP_GNOME = "GNOME"; static const char * const DESKTOP_XFCE = "XFCE"; static const char * const DESKTOP_PANTHEON = "PANTHEON"; static const char * const DESKTOP_BUDGIE = "Budgie"; -static const char * const SESSION_LOMIRI = "ubuntu-touch"; +static const char * const SESSION_LOMIRI = "lomiri"; static const char * const SESSION_UBUNTUTOUCH = "ubuntu-touch"; static const char * const SESSION_UNITY = NULL; static const char * const SESSION_MATE = "mate"; |