Skip to content

Commit

Permalink
Preview release 2.1 post
Browse files Browse the repository at this point in the history
  • Loading branch information
stefonarch committed Sep 20, 2024
1 parent a82bf93 commit 4c71efa
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions _posts/2024-09-20-release 2.1-preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
layout: post
title: Preview LXQt Release 2.1
slug: preview-release-2-1
date: 2024-09-20 21:25
promoted: true
categories: blog
---

Here's a overview of the coming LXQt release 2.1 due in mid November as usual. The main target is the experimental **Wayland session** but also some other improvements will be included.

#### Wayland Session

A new package [lxqt-wayland-session](https://github.com/lxqt/lxqt-wayland-session) will be available to install - without it there won't be seen any changes, following the "modular" philosophy of LXQt: don't bother users with unwanted or unused things. If installed "Session Settings" will look like this:

![Session Settings](../../../../../images/posts/waylandsettings.png)

As Wayland is quite different to X11 some features are not available and some settings are handled by the compositor and not anymore by LXQt, so you may see some messages like that:

![unsupported settings](../../../../../images/posts/unsupported.png)

Similar to the window manager under X11 users can choose a Wayland compositor - any wlroots-compatible compositor should work, in addition to kwin-wayland. Hyprland, Labwc, kwin, Niri, Sway, River and Wayfire will be supported out of the box providing a basic configuration file for each of them. Using different screen lockers under Wayland including `swaylock`, `waylock` and `hyprlock` is supported too.

At the moment there are 3 dedicated panel backends, xcb (X11), general wlroots and kwin_wayland - using the latter many features of the panel as moving windows to workspaces, workspace switcher, urgency hints, show desktop will be enabled under Wayland. Other backends can be created and added in future, enabling similar features for other compositors like sending to scratchpad instead of minimizing windows, workspace pagers and else. PRs are welcome.

As some applications will not work under Wayland (e.g. redshift, some clipboard manager exc) their auto starting can be limited to X11 only, while on the other side every compositor can start Wayland-only applications like `kanshi` or `xdg-desktop-portal-wlr`.

Other fixes for Wayland have been applied overall, including the desktop window of `PCManFM-Qt` which has also been improved for multi monitor setups.

For further details please consult the [Wayland Wiki](https://github.com/lxqt/lxqt/wiki/ConfigWaylandSettings).

The upcoming LXQt 2.1 release can already be tested installing from source, preferably using the AUR packages - as more testing feedback we get the better!

#### Styling Improvements

* Corresponding palette colors can be applied automatically overall when the theme is changed.
* Tooltips colors on the desktop and in other places can be styled by palettes now.
* Icon size of the toolbars can be configured.
* Fixed taskbar buttons shifting slightly position when opening or closing windows.
* Improved texts and added icons for "Split terminal" menu-items in `QTerminal`.
* Fixed unreadable font in the clock under some conditions in "KDE-Plasma" and "Leech" theme.
* Configuration Center has more informative and standardized tooltips and style is added to them:

![Information Center Tooltips](../../../../../images/posts/configcenter.png)

#### Various Fixes and Improvements

* Fancy Menu search supporting search for executable names.
* "Do not disturb" can be activated now also in the notification tray icon.
* A note has been added in world clock settings about middle-clicking the clock to view timezones.
* "Show remote thumbnails" setting in PCManFM-Qt is fixed.
* QTerminal dropdown and settings improvements.
* Bookmarks migrated to new location.
* Removed unusable "Invert Selection" from folder context menu.
* Enabled shortcut (Ctrl-shift-A) for inverting selection on Desktop.
* Prevent truncated labels in file properties dialog.
* Fixed the limits of offset spin-box in `pavucontrol-qt`.
* Monitor settings remembers previous window size.



Binary file added images/posts/configcenter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posts/unsupported.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posts/waylandsettings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c71efa

Please sign in to comment.