<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="/sheet.xsl"?><rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>LXQt</title><description>The Lightweight Qt Desktop Environment</description><link>https://lxqt-project.org/</link><atom:link href="https://lxqt-project.org/feed.xml" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Apr 2026 20:55:37 +0200</pubDate><lastBuildDate>Tue, 28 Apr 2026 20:55:37 +0200</lastBuildDate><generator>Jekyll v3.10.0</generator><item><title>How to Enable Wayland in Lubuntu 26.04</title><description>&lt;p&gt;&lt;a href="https://lubuntu.me/lubuntu-26-04-lts-released/"&gt;Lubuntu 26.04 LTS&lt;/a&gt; doesn’t include (yet) the Wayland session.
But if you want to make your hands dirty here’s what can easily be achieved. LXQt has dropped the “experimental” label for its Wayland session since version 2.3.0.&lt;/p&gt;

&lt;h3 id="labwc"&gt;Labwc&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://labwc.github.io/"&gt;labwc&lt;/a&gt; is in some way the successor of Openbox and therefor much similar in configuration and behavior.
Install the following packages:&lt;/p&gt;

&lt;div class="language-bash highlighter-rouge"&gt;&lt;div class="highlight"&gt;&lt;pre class="highlight"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;apt &lt;span class="nb"&gt;install &lt;/span&gt;lxqt-wayland-session labwc swaylock
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;
Open “Session Settings” and in the “Wayland Settings” select “labwc” as compositor and “swaylock” as lock commmand.
Log out and select “LXQt (Wayland)” in the available sessions on the top.
To tweak its settings &lt;code class="language-plaintext highlighter-rouge"&gt;~/config/labwc/rc.xml&lt;/code&gt; is the main file to edit. Take a look at the &lt;a href="https://labwc.github.io/manual.html"&gt;documentation&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Labwc has also a &lt;a href="https://github.com/labwc/labwc-tweaks"&gt;GUI&lt;/a&gt; for its settings but no package is available yet. It can be compiled from source:&lt;/p&gt;

&lt;div class="language-bash highlighter-rouge"&gt;&lt;div class="highlight"&gt;&lt;pre class="highlight"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;apt &lt;span class="nb"&gt;install &lt;/span&gt;build-essential cmake libglib2.0-dev libxml2-dev qt6-base-dev-tools qt6-tools-dev
git clone https://github.com/labwc/labwc-tweaks.git
&lt;span class="nb"&gt;cd &lt;/span&gt;labwc-tweaks
cmake &lt;span class="nt"&gt;-B&lt;/span&gt; build &lt;span class="nt"&gt;-D&lt;/span&gt; &lt;span class="nv"&gt;CMAKE_BUILD_TYPE&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;Release &lt;span class="nt"&gt;-D&lt;/span&gt; &lt;span class="nv"&gt;CMAKE_INSTALL_PREFIX&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;/usr &lt;span class="nt"&gt;-W&lt;/span&gt; no-dev
cmake &lt;span class="nt"&gt;--build&lt;/span&gt; build &lt;span class="nt"&gt;--verbose&lt;/span&gt;
&lt;span class="nb"&gt;cd &lt;/span&gt;build &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="nb"&gt;sudo &lt;/span&gt;make &lt;span class="nb"&gt;install&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src="../../../../../images/posts/lubuntu-labwc.png" alt="labwc screenshot" /&gt;&lt;/p&gt;

&lt;h3 id="wayfire"&gt;Wayfire&lt;/h3&gt;

&lt;p&gt;Just install it  alongside with Wayfire Configuration Manager:&lt;/p&gt;

&lt;div class="language-bash highlighter-rouge"&gt;&lt;div class="highlight"&gt;&lt;pre class="highlight"&gt;&lt;code&gt;&lt;span class="nb"&gt;sudo &lt;/span&gt;apt &lt;span class="nb"&gt;install &lt;/span&gt;wayfire wcm swaylock
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;h3 id="niri"&gt;niri&lt;/h3&gt;

&lt;p&gt;Latest niri from git can be installed using &lt;a href="https://pacstall.dev/packages/niri/"&gt;pacstall&lt;/a&gt;.
Nothing more is needed except eventually swaybg for the background in the overview, so select “0” or “3” when asked.
More than 2GB in /tmp is nedded to compile and it will take some time.&lt;/p&gt;

&lt;h3 id="hyprland"&gt;Hyprland&lt;/h3&gt;

&lt;div class="language-bash highlighter-rouge"&gt;&lt;div class="highlight"&gt;&lt;pre class="highlight"&gt;&lt;code&gt;
&lt;span class="nb"&gt;sudo &lt;/span&gt;apt &lt;span class="nb"&gt;install &lt;/span&gt;hyprland hyprland-qtutils hyprlock
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Hyprland in 26.04 is shipped with version 0.53 and some configuration errors will be shown
which can be fixed by downloading the updated configuration:&lt;/p&gt;

&lt;div class="language-plaintext highlighter-rouge"&gt;&lt;div class="highlight"&gt;&lt;pre class="highlight"&gt;&lt;code&gt;mkdir ~/.config/lxqt/wayland/
cd ~/.config/lxqt/wayland/
mv lxqt-hyprland.conf lxqt-hyprland.conf.orig
wget https://raw.githubusercontent.com/lxqt/lxqt-wayland-session/368b14e726b4b728aa502c9aaddc67bf6e7c15fe/configurations/lxqt-hyprland.conf
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 id="sway"&gt;Sway&lt;/h3&gt;

&lt;div class="language-plaintext highlighter-rouge"&gt;&lt;div class="highlight"&gt;&lt;pre class="highlight"&gt;&lt;code&gt;sudo apt install sway -swaylock --no-install-recommends
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;h3 id="kwin-wayland"&gt;kwin-wayland&lt;/h3&gt;

&lt;div class="language-plaintext highlighter-rouge"&gt;&lt;div class="highlight"&gt;&lt;pre class="highlight"&gt;&lt;code&gt;sudo apt install kwin-wayland systemsettings
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Kwin’s configuration module may require more plasma packages.
See also &lt;a href="https://github.com/lxqt/lxqt-WM-integration-files#kwin_wayland"&gt;WM Integration Files&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id="notes"&gt;Notes&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;Some panel popups aling to screen border instead of panel border (Qt issue), consider moving it to the top.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;The clipboard manager “Qlipper” included supports Wayland only in its most recent version, so
disable it under Wayland by editing it in Session Settings → Autostart → “Start only in X11”.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For Wayland install copyQ, add it to autostart and configure a shortcut for &lt;code class="language-plaintext highlighter-rouge"&gt;copyq show&lt;/code&gt; in the compositor.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;If you switch between X11 and Wayland session consider to edit in &lt;code class="language-plaintext highlighter-rouge"&gt;~/.config/autostart/&lt;/code&gt; both “Screensaver” and “X Compositor” .desktop files, adding &lt;code class="language-plaintext highlighter-rouge"&gt;X-LXQt-X11-Only=true&lt;/code&gt; to start them only in the X11 session.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;More information about the Wayland settings can be found in the &lt;a href="https://lxqt-project.org/wiki/Wayland-Session.html"&gt;LXQt Wiki&lt;/a&gt;.&lt;/p&gt;

</description><pubDate>Fri, 24 Apr 2026 17:03:00 +0200</pubDate><link>https://lxqt-project.org/blog/2026/04/24/how-to-enable-wayland-lubuntu-26-04/</link><guid isPermaLink="true">https://lxqt-project.org/blog/2026/04/24/how-to-enable-wayland-lubuntu-26-04/</guid><category>blog</category><ns0:encoded xmlns:ns0="http://purl.org/rss/1.0/modules/content/">&lt;article id="article-post-how-to-enable-wayland-lubuntu-26-04" class="page post" morss_own_score="9.41299790356394" morss_score="10.823062143392635"&gt;


&lt;h1&gt;How to Enable Wayland in Lubuntu 26.04&lt;/h1&gt;

&lt;p&gt;&lt;time&gt;Friday, 24 April, 2026&lt;/time&gt;&lt;/p&gt;


&lt;main morss_own_score="2.8201284796573876" morss_score="59.79565188973962"&gt;
&lt;p&gt;&lt;a href="https://lubuntu.me/lubuntu-26-04-lts-released/"&gt;Lubuntu 26.04 LTS&lt;/a&gt; doesn’t include (yet) the Wayland session.
But if you want to make your hands dirty here’s what can easily be achieved. LXQt has dropped the “experimental” label for its Wayland session since version 2.3.0.&lt;/p&gt;
&lt;h3&gt;Labwc&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://labwc.github.io/"&gt;labwc&lt;/a&gt; is in some way the successor of Openbox and therefor much similar in configuration and behavior.
Install the following packages:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;sudo &lt;/span&gt;apt &lt;span&gt;install &lt;/span&gt;lxqt-wayland-session labwc swaylock
&lt;/code&gt;&lt;/pre&gt;
&lt;p morss_own_score="6.125" morss_score="9.625"&gt;&lt;/p&gt;
&lt;p&gt;
Open “Session Settings” and in the “Wayland Settings” select “labwc” as compositor and “swaylock” as lock commmand.
Log out and select “LXQt (Wayland)” in the available sessions on the top.
To tweak its settings &lt;code&gt;~/config/labwc/rc.xml&lt;/code&gt; is the main file to edit. Take a look at the &lt;a href="https://labwc.github.io/manual.html"&gt;documentation&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Labwc has also a &lt;a href="https://github.com/labwc/labwc-tweaks"&gt;GUI&lt;/a&gt; for its settings but no package is available yet. It can be compiled from source:&lt;/p&gt;
&lt;pre class="highlight" morss_own_score="7.0" morss_score="8.5"&gt;&lt;code&gt;&lt;span&gt;sudo &lt;/span&gt;apt &lt;span&gt;install &lt;/span&gt;build-essential cmake libglib2.0-dev libxml2-dev qt6-base-dev-tools qt6-tools-dev
git clone https://github.com/labwc/labwc-tweaks.git
&lt;span&gt;cd &lt;/span&gt;labwc-tweaks
cmake &lt;span&gt;-B&lt;/span&gt; build &lt;span&gt;-D&lt;/span&gt; &lt;span&gt;CMAKE_BUILD_TYPE&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;Release &lt;span&gt;-D&lt;/span&gt; &lt;span&gt;CMAKE_INSTALL_PREFIX&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;/usr &lt;span&gt;-W&lt;/span&gt; no-dev
cmake &lt;span&gt;--build&lt;/span&gt; build &lt;span&gt;--verbose&lt;/span&gt;
&lt;span&gt;cd &lt;/span&gt;build &lt;span&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span&gt;sudo &lt;/span&gt;make &lt;span&gt;install&lt;/span&gt;

&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src="https://lxqt-project.org/images/posts/lubuntu-labwc.png"&gt;&lt;/p&gt;
&lt;h3&gt;Wayfire&lt;/h3&gt;
&lt;p&gt;Just install it  alongside with Wayfire Configuration Manager:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;sudo &lt;/span&gt;apt &lt;span&gt;install &lt;/span&gt;wayfire wcm swaylock
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;niri&lt;/h3&gt;
&lt;p&gt;Latest niri from git can be installed using &lt;a href="https://pacstall.dev/packages/niri/"&gt;pacstall&lt;/a&gt;.
Nothing more is needed except eventually swaybg for the background in the overview, so select “0” or “3” when asked.
More than 2GB in /tmp is nedded to compile and it will take some time.&lt;/p&gt;
&lt;h3&gt;Hyprland&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;
&lt;span&gt;sudo &lt;/span&gt;apt &lt;span&gt;install &lt;/span&gt;hyprland hyprland-qtutils hyprlock
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Hyprland in 26.04 is shipped with version 0.53 and some configuration errors will be shown
which can be fixed by downloading the updated configuration:&lt;/p&gt;
&lt;pre class="highlight" morss_own_score="7.0" morss_score="8.5"&gt;&lt;code&gt;mkdir ~/.config/lxqt/wayland/
cd ~/.config/lxqt/wayland/
mv lxqt-hyprland.conf lxqt-hyprland.conf.orig
wget https://raw.githubusercontent.com/lxqt/lxqt-wayland-session/368b14e726b4b728aa502c9aaddc67bf6e7c15fe/configurations/lxqt-hyprland.conf
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;Sway&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;sudo apt install sway -swaylock --no-install-recommends
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;kwin-wayland&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;sudo apt install kwin-wayland systemsettings
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Kwin’s configuration module may require more plasma packages.
See also &lt;a href="https://github.com/lxqt/lxqt-WM-integration-files#kwin_wayland"&gt;WM Integration Files&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Some panel popups aling to screen border instead of panel border (Qt issue), consider moving it to the top.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The clipboard manager “Qlipper” included supports Wayland only in its most recent version, so
disable it under Wayland by editing it in Session Settings → Autostart → “Start only in X11”.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For Wayland install copyQ, add it to autostart and configure a shortcut for &lt;code&gt;copyq show&lt;/code&gt; in the compositor.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you switch between X11 and Wayland session consider to edit in &lt;code&gt;~/.config/autostart/&lt;/code&gt; both “Screensaver” and “X Compositor” .desktop files, adding &lt;code&gt;X-LXQt-X11-Only=true&lt;/code&gt; to start them only in the X11 session.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;More information about the Wayland settings can be found in the &lt;a href="https://lxqt-project.org/wiki/Wayland-Session.html"&gt;LXQt Wiki&lt;/a&gt;.&lt;/p&gt;
&lt;/main&gt;

&lt;/article&gt;
</ns0:encoded></item><item><title>Release LXQt 2.4.0</title><description>&lt;p&gt;The LXQt team announces the release of &lt;strong&gt;LXQt 2.4.0&lt;/strong&gt;, the Lightweight and modular Qt Desktop Environment.
We got quite a few good contributions in the last time, thanks to everyone!&lt;/p&gt;

&lt;h2 id="highlights"&gt;Highlights&lt;/h2&gt;

&lt;h3 id="general"&gt;General&lt;/h3&gt;

&lt;p&gt;LXQt 2.4.0 brings mostly bugfixes and code cleanup but also some more nice improvements, while some
new features and improvements were already included in the point releases of many components since November.&lt;/p&gt;

&lt;p&gt;Required Qt versions have not changed, so building it on Debian “Trixie” and derivatives is still possible.&lt;/p&gt;

&lt;h3 id="libfm-qt--pcmanfm-qt"&gt;LibFM-Qt / PCManFM-Qt&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;The base name in “File name” in the save dialog is automatically highlighted now which allows
immediate renaming of the file.&lt;/li&gt;
  &lt;li&gt;On Wayland the visibility of the desktop items with multi-screen desktop is consistent now (different “Hide Desktop Items” setting per each monitor).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And other small fixes and enhancements.&lt;/p&gt;

&lt;h3 id="lxqt-powermanagement"&gt;LXQt-Powermanagement&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;A separate monitor blanking timeout has been added both for AC and battery, some useless options
 got removed from the combo boxes and the UI got a better overall layout.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src="/../images/posts/config-powermanagement.png" alt="LXQt powermanagementsettings" /&gt;&lt;/p&gt;

&lt;h3 id="lxqt-panel"&gt;LXQt Panel&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;The volume plugin has now a horizontal layout and can display all available sinks and the default sink
volume can be tuned easily with mouse wheel or touchpad scroll on the icon on the panel.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src="/../images/posts/multisink-volumeplugin.png" alt="new volume panel plugin" /&gt;&lt;/p&gt;

&lt;p&gt;Changes included already in &lt;strong&gt;2.3.3&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fixed too strict parsing of alternative icon themes with Qt6.11.&lt;/li&gt;
  &lt;li&gt;The filter in “Fancy menu” prioritizes now starting strings of titles, e.g. “fir” will show always “Firefox” as first match.&lt;/li&gt;
  &lt;li&gt;On Wayland shortcut selectors in panel menus are disabled and a tooltip about how to configure it is added.&lt;/li&gt;
  &lt;li&gt;Fixed an issue with auto-hiding on dragging windows over Task Manager and Show Desktop.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="lxqt-sessions"&gt;LXQt Sessions&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Settings for X11 and Wayland sessions have been separated. &lt;br /&gt;
 The latter is still only shown when &lt;code class="language-plaintext highlighter-rouge"&gt;lxqt-wayland-session&lt;/code&gt;
 is installed.&lt;/li&gt;
  &lt;li&gt;The mainmenu can be opened now on Wayland too by adding a shortcut for &lt;code class="language-plaintext highlighter-rouge"&gt;lxqt-qdbus openmenu&lt;/code&gt; in the compositor
 settings.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src="/../images/posts/lxqt-config-session.png" alt="LXQt Session Settings" /&gt;&lt;/p&gt;

&lt;h3 id="lxqt-runner"&gt;LXQt Runner&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;The integrated calculator will start now also when a number is typed first, not only with the equal sign.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="notifications"&gt;Notifications&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Transient notifications (e.g. titles of songs from players and similar) are not saved anymore when “Do not disturb” mode is active.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="xdg-desktop-portal-lxqt"&gt;xdg-desktop-portal-lxqt&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;An access portal has been added (org.freedesktop.impl.portal.Access).&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id="qterminal-and-qtermwidget"&gt;QTerminal and QTermWidget&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;The custom tab name behaviour is improved.&lt;/li&gt;
  &lt;li&gt;Now a shortcut can be added for the lock button (aka keep open) of the dropdown mode.&lt;/li&gt;
  &lt;li&gt;The creation of bookmarks file with new profiles is fixed.&lt;/li&gt;
  &lt;li&gt;Added “Nord” theme,&lt;/li&gt;
  &lt;li&gt;Fixed disappearance of Open/Copy link actions in the context menu.&lt;/li&gt;
  &lt;li&gt;Fixed the URL pattern which made URLs with a closing bracket 404 when opened.&lt;/li&gt;
  &lt;li&gt;Implemented highlighting of all matches when searching and improved the code of highlighting.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And several other code fixes and enhancements.&lt;/p&gt;

&lt;h3 id="furthermore"&gt;Furthermore&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Added $XDG_STATE_HOME directory implementation.&lt;/li&gt;
  &lt;li&gt;Fixed NotShowIn=LXQt handling in .desktop files.&lt;/li&gt;
  &lt;li&gt;Support logout from SystemdProvider.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="release-notes"&gt;Release Notes&lt;/h2&gt;

&lt;p&gt;Please see the release page of each LXQt component for its release note.&lt;/p&gt;
</description><pubDate>Mon, 20 Apr 2026 08:06:00 +0200</pubDate><link>https://lxqt-project.org/release/2026/04/20/release-lxqt-2-4-0/</link><guid isPermaLink="true">https://lxqt-project.org/release/2026/04/20/release-lxqt-2-4-0/</guid><category>release</category><ns0:encoded xmlns:ns0="http://purl.org/rss/1.0/modules/content/">&lt;article id="article-post-release-lxqt-2-4-0" class="page post" morss_own_score="10.0" morss_score="11.5"&gt;


&lt;h1&gt;Release LXQt 2.4.0&lt;/h1&gt;

&lt;p&gt;&lt;time&gt;Monday, 20 April, 2026&lt;/time&gt;&lt;/p&gt;


&lt;main morss_own_score="3.0" morss_score="62.0"&gt;
&lt;p&gt;The LXQt team announces the release of &lt;strong&gt;LXQt 2.4.0&lt;/strong&gt;, the Lightweight and modular Qt Desktop Environment.
We got quite a few good contributions in the last time, thanks to everyone!&lt;/p&gt;
&lt;h2&gt;Highlights&lt;/h2&gt;
&lt;h3&gt;General&lt;/h3&gt;
&lt;p&gt;LXQt 2.4.0 brings mostly bugfixes and code cleanup but also some more nice improvements, while some
new features and improvements were already included in the point releases of many components since November.&lt;/p&gt;
&lt;p&gt;Required Qt versions have not changed, so building it on Debian “Trixie” and derivatives is still possible.&lt;/p&gt;
&lt;h3&gt;LibFM-Qt / PCManFM-Qt&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The base name in “File name” in the save dialog is automatically highlighted now which allows
immediate renaming of the file.&lt;/li&gt;
&lt;li&gt;On Wayland the visibility of the desktop items with multi-screen desktop is consistent now (different “Hide Desktop Items” setting per each monitor).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And other small fixes and enhancements.&lt;/p&gt;
&lt;h3&gt;LXQt-Powermanagement&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A separate monitor blanking timeout has been added both for AC and battery, some useless options
 got removed from the combo boxes and the UI got a better overall layout.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="https://lxqt-project.org/images/posts/config-powermanagement.png"&gt;&lt;/p&gt;
&lt;h3&gt;LXQt Panel&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The volume plugin has now a horizontal layout and can display all available sinks and the default sink
volume can be tuned easily with mouse wheel or touchpad scroll on the icon on the panel.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="https://lxqt-project.org/images/posts/multisink-volumeplugin.png"&gt;&lt;/p&gt;
&lt;p&gt;Changes included already in &lt;strong&gt;2.3.3&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed too strict parsing of alternative icon themes with Qt6.11.&lt;/li&gt;
&lt;li&gt;The filter in “Fancy menu” prioritizes now starting strings of titles, e.g. “fir” will show always “Firefox” as first match.&lt;/li&gt;
&lt;li&gt;On Wayland shortcut selectors in panel menus are disabled and a tooltip about how to configure it is added.&lt;/li&gt;
&lt;li&gt;Fixed an issue with auto-hiding on dragging windows over Task Manager and Show Desktop.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;LXQt Sessions&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Settings for X11 and Wayland sessions have been separated. &lt;/li&gt;
&lt;li&gt;
 The latter is still only shown when &lt;code&gt;lxqt-wayland-session&lt;/code&gt;
 is installed.&lt;/li&gt;&lt;li&gt;The mainmenu can be opened now on Wayland too by adding a shortcut for &lt;code&gt;lxqt-qdbus openmenu&lt;/code&gt; in the compositor
 settings.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="https://lxqt-project.org/images/posts/lxqt-config-session.png"&gt;&lt;/p&gt;
&lt;h3&gt;LXQt Runner&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The integrated calculator will start now also when a number is typed first, not only with the equal sign.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Notifications&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Transient notifications (e.g. titles of songs from players and similar) are not saved anymore when “Do not disturb” mode is active.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;xdg-desktop-portal-lxqt&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;An access portal has been added (org.freedesktop.impl.portal.Access).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;QTerminal and QTermWidget&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The custom tab name behaviour is improved.&lt;/li&gt;
&lt;li&gt;Now a shortcut can be added for the lock button (aka keep open) of the dropdown mode.&lt;/li&gt;
&lt;li&gt;The creation of bookmarks file with new profiles is fixed.&lt;/li&gt;
&lt;li&gt;Added “Nord” theme,&lt;/li&gt;
&lt;li&gt;Fixed disappearance of Open/Copy link actions in the context menu.&lt;/li&gt;
&lt;li&gt;Fixed the URL pattern which made URLs with a closing bracket 404 when opened.&lt;/li&gt;
&lt;li&gt;Implemented highlighting of all matches when searching and improved the code of highlighting.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;And several other code fixes and enhancements.&lt;/p&gt;
&lt;h3&gt;Furthermore&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Added $XDG_STATE_HOME directory implementation.&lt;/li&gt;
&lt;li&gt;Fixed NotShowIn=LXQt handling in .desktop files.&lt;/li&gt;
&lt;li&gt;Support logout from SystemdProvider.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Release Notes&lt;/h2&gt;
&lt;p&gt;Please see the release page of each LXQt component for its release note.&lt;/p&gt;
&lt;/main&gt;

&lt;/article&gt;
</ns0:encoded></item><item><title>Release pcmanfm-qt 2.4.0</title><description>&lt;p&gt;The LXQt team announces the release of pcmanfm-qt 2.4.0.
The release can be downloaded from &lt;a href="https://github.com/lxqt/pcmanfm-qt/releases"&gt;Github&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Main changes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fixed closing tabs by middle clicking with Qt ≥ 6.11.&lt;/li&gt;
  &lt;li&gt;Removed redundant spacing for filter bar.&lt;/li&gt;
  &lt;li&gt;Removed redundant .ui &lt;hints&gt; tags.&lt;/hints&gt;&lt;/li&gt;
  &lt;li&gt;Consistent visibility of multi-screen desktop items on Wayland.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br /&gt;
A full list of changes is in the CHANGELOG file.
&lt;br /&gt;&lt;/p&gt;
</description><pubDate>Mon, 20 Apr 2026 08:05:00 +0200</pubDate><link>https://lxqt-project.org/release/2026/04/20/pcmanfm-qt-2-4-0/</link><guid isPermaLink="true">https://lxqt-project.org/release/2026/04/20/pcmanfm-qt-2-4-0/</guid><category>release</category><ns0:encoded xmlns:ns0="http://purl.org/rss/1.0/modules/content/">&lt;main id="content" morss_own_score="5.818181818181818" morss_score="10.666666666666668"&gt;


&lt;article id="article-post-pcmanfm-qt-2-4-0" class="page post" morss_own_score="9.696969696969697" morss_score="11.145245559038663"&gt;


&lt;h1&gt;Release pcmanfm-qt 2.4.0&lt;/h1&gt;

&lt;p&gt;&lt;time&gt;Monday, 20 April, 2026&lt;/time&gt;&lt;/p&gt;


&lt;main morss_own_score="2.896551724137931" morss_score="10.602434077079108"&gt;
&lt;p&gt;The LXQt team announces the release of pcmanfm-qt 2.4.0.
The release can be downloaded from &lt;a href="https://github.com/lxqt/pcmanfm-qt/releases"&gt;Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Main changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fixed closing tabs by middle clicking with Qt ≥ 6.11.&lt;/li&gt;
&lt;li&gt;Removed redundant spacing for filter bar.&lt;/li&gt;
&lt;li&gt;Removed redundant .ui &lt;hints&gt; tags.&lt;/hints&gt;&lt;/li&gt;
&lt;li&gt;Consistent visibility of multi-screen desktop items on Wayland.&lt;/li&gt;
&lt;/ul&gt;
&lt;p morss_own_score="4.0" morss_score="8.0"&gt;&lt;/p&gt;
&lt;p&gt;
A full list of changes is in the CHANGELOG file.
&lt;br&gt;&lt;/p&gt;&lt;/main&gt;

&lt;/article&gt;


&lt;/main&gt;
</ns0:encoded></item><item><title>Release qterminal 2.4.0</title><description>&lt;p&gt;The LXQt team announces the release of qterminal 2.4.0.
The release can be downloaded from &lt;a href="https://github.com/lxqt/qterminal/releases"&gt;Github&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Main changes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Improved custom tab name behaviour.&lt;/li&gt;
  &lt;li&gt;Use static QRegularExpressions&lt;/li&gt;
  &lt;li&gt;Support shortcut for lock button of dropdown mode.&lt;/li&gt;
  &lt;li&gt;Issue template updates; added screenshot to the README.&lt;/li&gt;
  &lt;li&gt;Fixed creation of bookmarks file with new profile.&lt;/li&gt;
  &lt;li&gt;ui file cleanup.&lt;/li&gt;
  &lt;li&gt;Updated translations.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br /&gt;
A full list of changes is in the CHANGELOG file.
&lt;br /&gt;&lt;/p&gt;
</description><pubDate>Mon, 20 Apr 2026 08:04:00 +0200</pubDate><link>https://lxqt-project.org/release/2026/04/20/qterminal-2-4-0/</link><guid isPermaLink="true">https://lxqt-project.org/release/2026/04/20/qterminal-2-4-0/</guid><category>release</category><ns0:encoded xmlns:ns0="http://purl.org/rss/1.0/modules/content/">&lt;main id="content" morss_own_score="5.846153846153846" morss_score="10.717948717948717"&gt;


&lt;article id="article-post-qterminal-2-4-0" class="page post" morss_own_score="9.743589743589743" morss_score="11.2007326007326"&gt;


&lt;h1&gt;Release qterminal 2.4.0&lt;/h1&gt;

&lt;p&gt;&lt;time&gt;Monday, 20 April, 2026&lt;/time&gt;&lt;/p&gt;


&lt;main morss_own_score="2.914285714285714" morss_score="10.601785714285715"&gt;
&lt;p&gt;The LXQt team announces the release of qterminal 2.4.0.
The release can be downloaded from &lt;a href="https://github.com/lxqt/qterminal/releases"&gt;Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Main changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Improved custom tab name behaviour.&lt;/li&gt;
&lt;li&gt;Use static QRegularExpressions&lt;/li&gt;
&lt;li&gt;Support shortcut for lock button of dropdown mode.&lt;/li&gt;
&lt;li&gt;Issue template updates; added screenshot to the README.&lt;/li&gt;
&lt;li&gt;Fixed creation of bookmarks file with new profile.&lt;/li&gt;
&lt;li&gt;ui file cleanup.&lt;/li&gt;
&lt;li&gt;Updated translations.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
A full list of changes is in the CHANGELOG file.
&lt;br&gt;&lt;/p&gt;&lt;/main&gt;

&lt;/article&gt;


&lt;/main&gt;
</ns0:encoded></item><item><title>Release lximage-qt 2.4.0</title><description>&lt;p&gt;The LXQt team announces the release of lximage-qt 2.4.0.
The release can be downloaded from &lt;a href="https://github.com/lxqt/lximage-qt/releases"&gt;Github&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Main changes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Removed Imgur upload option (credentials were needed now).&lt;/li&gt;
  &lt;li&gt;Cleaned up some ui files.&lt;/li&gt;
  &lt;li&gt;Modernized code.&lt;/li&gt;
  &lt;li&gt;Updated translations.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br /&gt;
A full list of changes is in the CHANGELOG file.
&lt;br /&gt;&lt;/p&gt;
</description><pubDate>Mon, 20 Apr 2026 08:03:00 +0200</pubDate><link>https://lxqt-project.org/release/2026/04/20/lximage-qt-2.4-0/</link><guid isPermaLink="true">https://lxqt-project.org/release/2026/04/20/lximage-qt-2.4-0/</guid><category>release</category><ns0:encoded xmlns:ns0="http://purl.org/rss/1.0/modules/content/">&lt;main id="content" morss_own_score="5.781818181818181" morss_score="10.6"&gt;


&lt;article id="article-post-lximage-qt-2.4-0" class="page post" morss_own_score="9.636363636363637" morss_score="11.072533849129595"&gt;


&lt;h1&gt;Release lximage-qt 2.4.0&lt;/h1&gt;

&lt;p&gt;&lt;time&gt;Monday, 20 April, 2026&lt;/time&gt;&lt;/p&gt;


&lt;main morss_own_score="2.872340425531915" morss_score="10.07822277847309"&gt;
&lt;p&gt;The LXQt team announces the release of lximage-qt 2.4.0.
The release can be downloaded from &lt;a href="https://github.com/lxqt/lximage-qt/releases"&gt;Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Main changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Removed Imgur upload option (credentials were needed now).&lt;/li&gt;
&lt;li&gt;Cleaned up some ui files.&lt;/li&gt;
&lt;li&gt;Modernized code.&lt;/li&gt;
&lt;li&gt;Updated translations.&lt;/li&gt;
&lt;/ul&gt;
&lt;p morss_own_score="4.0" morss_score="8.0"&gt;&lt;/p&gt;
&lt;p&gt;
A full list of changes is in the CHANGELOG file.
&lt;br&gt;&lt;/p&gt;&lt;/main&gt;

&lt;/article&gt;


&lt;/main&gt;
</ns0:encoded></item></channel></rss>