File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
11
lxqt-session-2.1.1 / 2024-12-23
2
12
================================
3
13
* Supported compilation against procps-ng ≥ 4.0.5.
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ option(WITH_LIBUDEV "Build with libudev support" ON)
20
20
21
21
# Minimum Versions
22
22
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" )
25
25
set (QT_MINIMUM_VERSION "6.6.0" )
26
26
set (SHELLQT_MINIMUM_VERSION "6.0.0" )
27
27
@@ -50,7 +50,7 @@ endif()
50
50
find_package (XdgUserDirs REQUIRED )
51
51
52
52
# Patch Version
53
- set (LXQT_SESSION_PATCH_VERSION 1 )
53
+ set (LXQT_SESSION_PATCH_VERSION 0 )
54
54
55
55
set (LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION} .${LXQT_MINOR_VERSION}.${LXQT_SESSION_PATCH_VERSION} )
56
56
add_definitions (
You can’t perform that action at this time.
0 commit comments