From 83859542597457f58d0e80077154f44adf9767a7 Mon Sep 17 00:00:00 2001 From: stefonarch Date: Fri, 12 Apr 2024 21:51:19 +0200 Subject: [PATCH] Point release post lxqt-qtplugin 1.4.1 --- _posts/2024-04-12-lxqt-qtplugin-1.4.1.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _posts/2024-04-12-lxqt-qtplugin-1.4.1.md diff --git a/_posts/2024-04-12-lxqt-qtplugin-1.4.1.md b/_posts/2024-04-12-lxqt-qtplugin-1.4.1.md new file mode 100644 index 0000000..b5a6c01 --- /dev/null +++ b/_posts/2024-04-12-lxqt-qtplugin-1.4.1.md @@ -0,0 +1,24 @@ +--- +layout: post +title: Point release lxqt-qtplugin 1.4.1 +slug: lxqt-qtplugin-1-4-0 +date: 2024-04-12 21:40 +promoted: true +categories: release +--- + +The LXQt team announces the point release of lxqt-qtplugin 1.4.1, needed because +of a backward incompatible change in Qt6's font descriptions. It includes a +workaround which makes Qt5-based apps have correct fonts when fonts are set by +the Qt6-based LXQt 2.0.0. + +The release can be downloaded from [Github](https://github.com/lxqt/lxqt-qtplugin/releases). + + +Main changes: + + * Make accept Qt5 applications font settings by Qt6 + +
+A full list of changes is in the CHANGELOG file. +