Skip to content

Commit 2712be5

Browse files
authored
Pre-release changes (#587)
1 parent f5f3b43 commit 2712be5

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
lxqt-session-2.2.0 / 2025-04-17
2+
================================
3+
* When disabling autostart entries, do it only for LXQt.
4+
* Changed the default cursor size to 24.
5+
* Fixed the focus order in the config GUI.
6+
* Best positioning of Leave dialog with multi-screen Wayland.
7+
* Provided a D-Bus method for launching apps under LXQt Session (by adding `execDesktopFile` to its D-Bus adaptor).
8+
* Prevented a second lxqt-session process.
9+
* Show error message if an autostart name starts with dot or contains slash.
10+
111
lxqt-session-2.1.1 / 2024-12-23
212
================================
313
* Supported compilation against procps-ng ≥ 4.0.5.

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ option(WITH_LIBUDEV "Build with libudev support" ON)
2020

2121
# Minimum Versions
2222
set(KF6_MINIMUM_VERSION "6.0.0")
23-
set(LXQT_MINIMUM_VERSION "2.1.0")
24-
set(QTXDG_MINIMUM_VERSION "4.1.0")
23+
set(LXQT_MINIMUM_VERSION "2.2.0")
24+
set(QTXDG_MINIMUM_VERSION "4.2.0")
2525
set(QT_MINIMUM_VERSION "6.6.0")
2626
set(SHELLQT_MINIMUM_VERSION "6.0.0")
2727

@@ -50,7 +50,7 @@ endif()
5050
find_package(XdgUserDirs REQUIRED)
5151

5252
# Patch Version
53-
set(LXQT_SESSION_PATCH_VERSION 1)
53+
set(LXQT_SESSION_PATCH_VERSION 0)
5454

5555
set(LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION}.${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION})
5656
add_definitions(

0 commit comments

Comments
 (0)