From 3f54627ffe93625be1e9c7089e2ec29299a085e4 Mon Sep 17 00:00:00 2001 From: Łukasz Piekarski Date: Oct 29 2020 17:35:31 +0000 Subject: Release Notes for LXQt, updated nav section Signed-off-by: Łukasz Piekarski --- diff --git a/modules/release-notes/nav.adoc b/modules/release-notes/nav.adoc index 0188867..ee34261 100644 --- a/modules/release-notes/nav.adoc +++ b/modules/release-notes/nav.adoc @@ -14,6 +14,7 @@ include::{partialsdir}/entities.adoc[] //*** xref:sysadmin/Printing_Scanning.adoc[Printing and Scanning] ** xref:desktop/Desktop_index.adoc[Desktop Users] *** xref:desktop/I18n.adoc[Internationalization] +*** xref:desktop/Desktop_LXQt.adoc[LXQt] ** xref:developers/Developers.adoc[Developers] *** xref:developers/Development_Tools.adoc[Development Tools] *** xref:developers/Development_Binutils.adoc[Binutils] diff --git a/modules/release-notes/pages/desktop/Desktop_LXQt.adoc b/modules/release-notes/pages/desktop/Desktop_LXQt.adoc new file mode 100644 index 0000000..2cefb90 --- /dev/null +++ b/modules/release-notes/pages/desktop/Desktop_LXQt.adoc @@ -0,0 +1,49 @@ +include::{partialsdir}/entities.adoc[] + +[[sect-lxqt]] + += LXQt 0.15.0 + +The latest release of the lightweight Qt desktop environment LXQt is available on Fedora 33. Version 0.15.0 brings a lot of new features, improvements and bug fixes. + +== New Features and improvements: + + +=== LibFM-Qt / PCManFM-Qt + +* Multi-screen wallpaper support +* Mount passwords can be saved (temporarily or permanently) if gnome-keyring is present. +* Better keyboard navigation. +* Problems with remote folders are fixed. + +=== LXQt Archiver + +This is a new addition to LXQt: a fully functioning archive manager based on LibFM-Qt and used by PCManFM-Qt by default. + + +=== LXQt Panel + +* A new plugin is added for changing display backlight. +* Now Desktop Switcher has an option to show only the active desktop. +* Menu search is made smoother. +* Panel positioning is corrected with multiple screens. +* An option is added to Task Manager for moving windows to next/previous virtual desktop with mouse wheel. + +=== LXQt Configuration + +* Drag and drop of screens is improved and made easier in Monitor Settings. + +=== LXQt Power Management + +* An option is added for changing the display backlight when the computer is idle. + +=== QTerminal / QTermWidget + +* QTerminal works fine on macOS. +* The Settings dialog is made compact and scrollable. +* A fixed custom size is allowed for QTerminal. +* Switching to tabs by index is made possible. +* An option for borderless state is added. + + +Detailed list of changes and bug fixes can be found here https://lxqt.github.io/release/2020/04/24/lxqt-0-15-0/[LXQt 0.15.0 Release Notes].