diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2018-10-10 21:16:17 -0500 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-10-11 08:46:31 +0200 |
commit | ac9c14dbbd3a4341de0aa1b1dbc37ad2ce69398c (patch) | |
tree | 3c9f448cc2ce28f6fbf3ff170f4702be0f239157 /vcl/inc/unx/desktops.hxx | |
parent | 754cff7a3f5e6c7a8ff0aa39cc94c3246d7125ee (diff) |
Add support for LXQt as a Linux desktop environment.
This change makes LXQt use the Breeze icon theme, and adds it as a
desktop environment along the other supported DEs.
Change-Id: I482d85620986c8fc4e33b4722b887b81c77c23bf
Reviewed-on: https://gerrit.libreoffice.org/61641
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'vcl/inc/unx/desktops.hxx')
-rw-r--r-- | vcl/inc/unx/desktops.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/unx/desktops.hxx b/vcl/inc/unx/desktops.hxx index 1b8a7f5f7662..d034a9b8dd3a 100644 --- a/vcl/inc/unx/desktops.hxx +++ b/vcl/inc/unx/desktops.hxx @@ -32,7 +32,8 @@ enum SAL_DLLPUBLIC_RTTI DesktopType { DESKTOP_XFCE, DESKTOP_MATE, DESKTOP_KDE4, - DESKTOP_KDE5 + DESKTOP_KDE5, + DESKTOP_LXQT }; // keep in sync with desktop_strings[] in salplug.cxx #endif // INCLUDED_VCL_INC_UNX_DESKTOPS_HXX |