<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<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>Fri, 29 May 2026 14:04:02 +0200</pubDate>
		<lastBuildDate>Fri, 29 May 2026 14:04:02 +0200</lastBuildDate>
		<generator>Jekyll v3.10.0</generator>
		
		<item>
			<title>Point Release lxqt-panel 2.4.1 and lxqt-wayland-session 0.4.1</title>
			<description>&lt;p&gt;The LXQt team announces two point releases:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;lxqt-panel 2.4.1&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Changes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fixed bug with volume scrolling not respecting the configured steps.&lt;/li&gt;
  &lt;li&gt;Changed volume plugin configuration steps default value from 3 to 5.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br /&gt;
The release can be downloaded from &lt;a href=&quot;https://github.com/lxqt/lxqt-panel/releases&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;lxqt-wayland-session 0.4.1&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Updated wiki link in niri configs.&lt;/li&gt;
  &lt;li&gt;Updated for labwc 0.20.0.&lt;/li&gt;
  &lt;li&gt;Migrated Hyprland config to lua for 0.55 and fixed an error with legacy config.&lt;/li&gt;
  &lt;li&gt;Bumped version in lxqt-sway.config and removed doubled keybind.&lt;/li&gt;
  &lt;li&gt;Added method to show &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;lxqt-clip&lt;/code&gt; to lxqt-qdbus script.&lt;/li&gt;
  &lt;li&gt;Added powerkeys actions shortcuts for suspend and sleep (hibernate).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br /&gt;
The release can be downloaded from &lt;a href=&quot;https://github.com/lxqt/lxqt-wayland-session/releases&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;

</description>
			<pubDate>Fri, 29 May 2026 13:00:00 +0200</pubDate>
			<link>https://lxqt-project.org/release/2026/05/29/point-release-lxqt-panel-2-4-1-wayland-session-0-4-1/</link>
			<guid isPermaLink="true">https://lxqt-project.org/release/2026/05/29/point-release-lxqt-panel-2-4-1-wayland-session-0-4-1/</guid>
			
			
			<category>release</category>
			
		</item>
		
		<item>
			<title>How to Enable Wayland in Lubuntu 26.04</title>
			<description>&lt;p&gt;&lt;a href=&quot;https://lubuntu.me/lubuntu-26-04-lts-released/&quot;&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=&quot;labwc&quot;&gt;Labwc&lt;/h3&gt;

&lt;p&gt;&lt;a href=&quot;https://labwc.github.io/&quot;&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=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;sudo &lt;/span&gt;apt &lt;span class=&quot;nb&quot;&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=&quot;language-plaintext highlighter-rouge&quot;&gt;~/config/labwc/rc.xml&lt;/code&gt; is the main file to edit. Take a look at the &lt;a href=&quot;https://labwc.github.io/manual.html&quot;&gt;documentation&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Labwc has also a &lt;a href=&quot;https://github.com/labwc/labwc-tweaks&quot;&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=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nb&quot;&gt;sudo &lt;/span&gt;apt &lt;span class=&quot;nb&quot;&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=&quot;nb&quot;&gt;cd &lt;/span&gt;labwc-tweaks
cmake &lt;span class=&quot;nt&quot;&gt;-B&lt;/span&gt; build &lt;span class=&quot;nt&quot;&gt;-D&lt;/span&gt; &lt;span class=&quot;nv&quot;&gt;CMAKE_BUILD_TYPE&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;Release &lt;span class=&quot;nt&quot;&gt;-D&lt;/span&gt; &lt;span class=&quot;nv&quot;&gt;CMAKE_INSTALL_PREFIX&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;/usr &lt;span class=&quot;nt&quot;&gt;-W&lt;/span&gt; no-dev
cmake &lt;span class=&quot;nt&quot;&gt;--build&lt;/span&gt; build &lt;span class=&quot;nt&quot;&gt;--verbose&lt;/span&gt;
&lt;span class=&quot;nb&quot;&gt;cd &lt;/span&gt;build &lt;span class=&quot;o&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;sudo &lt;/span&gt;make &lt;span class=&quot;nb&quot;&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=&quot;../../../../../images/posts/lubuntu-labwc.png&quot; alt=&quot;labwc screenshot&quot; /&gt;&lt;/p&gt;

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

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

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

&lt;p&gt;Latest niri from git can be installed using &lt;a href=&quot;https://pacstall.dev/packages/niri/&quot;&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=&quot;hyprland&quot;&gt;Hyprland&lt;/h3&gt;

&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;
&lt;span class=&quot;nb&quot;&gt;sudo &lt;/span&gt;apt &lt;span class=&quot;nb&quot;&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=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&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=&quot;sway&quot;&gt;Sway&lt;/h3&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&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=&quot;kwin-wayland&quot;&gt;kwin-wayland&lt;/h3&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&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=&quot;https://github.com/lxqt/lxqt-WM-integration-files#kwin_wayland&quot;&gt;WM Integration Files&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id=&quot;notes&quot;&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=&quot;language-plaintext highlighter-rouge&quot;&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=&quot;language-plaintext highlighter-rouge&quot;&gt;~/.config/autostart/&lt;/code&gt; both “Screensaver” and “X Compositor” .desktop files, adding &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&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=&quot;https://lxqt-project.org/wiki/Wayland-Session.html&quot;&gt;LXQt Wiki&lt;/a&gt;.&lt;/p&gt;

</description>
			<pubDate>Fri, 01 May 2026 17:03:00 +0200</pubDate>
			<link>https://lxqt-project.org/blog/2026/05/01/how-to-enable-wayland-lubuntu-26-04/</link>
			<guid isPermaLink="true">https://lxqt-project.org/blog/2026/05/01/how-to-enable-wayland-lubuntu-26-04/</guid>
			
			
			<category>blog</category>
			
		</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=&quot;highlights&quot;&gt;Highlights&lt;/h2&gt;

&lt;h3 id=&quot;general&quot;&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=&quot;libfm-qt--pcmanfm-qt&quot;&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=&quot;lxqt-powermanagement&quot;&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=&quot;/../images/posts/config-powermanagement.png&quot; alt=&quot;LXQt powermanagementsettings&quot; /&gt;&lt;/p&gt;

&lt;h3 id=&quot;lxqt-panel&quot;&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=&quot;/../images/posts/multisink-volumeplugin.png&quot; alt=&quot;new volume panel plugin&quot; /&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=&quot;lxqt-sessions&quot;&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=&quot;language-plaintext highlighter-rouge&quot;&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=&quot;language-plaintext highlighter-rouge&quot;&gt;lxqt-qdbus openmenu&lt;/code&gt; in the compositor
 settings.&lt;/li&gt;
&lt;/ul&gt;

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

&lt;h3 id=&quot;lxqt-runner&quot;&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=&quot;notifications&quot;&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=&quot;xdg-desktop-portal-lxqt&quot;&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=&quot;qterminal-and-qtermwidget&quot;&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=&quot;furthermore&quot;&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=&quot;release-notes&quot;&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>
			
		</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=&quot;https://github.com/lxqt/pcmanfm-qt/releases&quot;&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>
			
		</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=&quot;https://github.com/lxqt/qterminal/releases&quot;&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>
			
		</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=&quot;https://github.com/lxqt/lximage-qt/releases&quot;&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>
			
		</item>
		
		<item>
			<title>Release qps 2.13.0</title>
			<description>&lt;p&gt;The LXQt team announces the release of qps 2.13.0.
The release can be downloaded from &lt;a href=&quot;https://github.com/lxqt/qps/releases&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;

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

&lt;ul&gt;
  &lt;li&gt;Improved drawing of info-bar.&lt;/li&gt;
  &lt;li&gt;Used an SVG icon for the app.&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:02:00 +0200</pubDate>
			<link>https://lxqt-project.org/release/2026/04/20/qps-2-13-0/</link>
			<guid isPermaLink="true">https://lxqt-project.org/release/2026/04/20/qps-2-13-0/</guid>
			
			
			<category>release</category>
			
		</item>
		
		<item>
			<title>Release screengrab 3.2.0</title>
			<description>&lt;p&gt;The LXQt team announces the release of screengrab 3.2.0.
The release can be downloaded from &lt;a href=&quot;https://github.com/lxqt/screengrab/releases&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;

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

&lt;ul&gt;
  &lt;li&gt;Assigned message boxes to the parent window.&lt;/li&gt;
  &lt;li&gt;Updated translations and bumped the version.&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:01:00 +0200</pubDate>
			<link>https://lxqt-project.org/release/2026/04/20/screengrab-3-2-0/</link>
			<guid isPermaLink="true">https://lxqt-project.org/release/2026/04/20/screengrab-3-2-0/</guid>
			
			
			<category>release</category>
			
		</item>
		
		<item>
			<title>Release xdg-desktop-portal-lxqt 1.4.0</title>
			<description>&lt;p&gt;The LXQt team announces the release of xdg-desktop-portal-lxqt 1.4.0
The release can be downloaded from &lt;a href=&quot;https://github.com/lxqt/xdg-desktop-portal-lxqt/releases&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Changes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Added support for setting parent window on Wayland.&lt;/li&gt;
  &lt;li&gt;Added access portal and refactored shared choice types.&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:00:00 +0200</pubDate>
			<link>https://lxqt-project.org/release/2026/04/20/xdg-desktop-portal-lxqt-1-4-0/</link>
			<guid isPermaLink="true">https://lxqt-project.org/release/2026/04/20/xdg-desktop-portal-lxqt-1-4-0/</guid>
			
			
			<category>release</category>
			
		</item>
		
		<item>
			<title>Release qtxdg-tools 4.4.0</title>
			<description>&lt;p&gt;The LXQt team announces the release of qtxdg-tools 4.4.0&lt;/p&gt;

&lt;p&gt;Changes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Bumped the version and dependencies.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;br /&gt;
The release can be downloaded from &lt;a href=&quot;https://github.com/lxqt/qtxdg-tools/releases&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;
</description>
			<pubDate>Mon, 20 Apr 2026 08:00:00 +0200</pubDate>
			<link>https://lxqt-project.org/release/2026/04/20/release-qtxdg-tools-4.4.0/</link>
			<guid isPermaLink="true">https://lxqt-project.org/release/2026/04/20/release-qtxdg-tools-4.4.0/</guid>
			
			
			<category>release</category>
			
		</item>
		
	</channel>
</rss>
