File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-session-1.1.0 / 2022-04-15
2
+ ================================
3
+ * Removed obsolete kdm session file.
4
+ * Add NetBSD support.
5
+ * Fixed typos in procreaper warning messages.
6
+ * Added an option for global screen scaling.
7
+ * Changed default icon theme to breeze.
8
+ * Prevented cut text in header of Environment page.
9
+ * Set Clearlooks as the default LXQt theme.
10
+
1
11
lxqt-session-1.0.1 / 2022-01-01
2
12
================================
3
13
* Restart failed modules with exit codes other than 0.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ option(WITH_LIBUDEV "Build with libudev support" ON)
20
20
21
21
# Minimum Versions
22
22
set (KF5_MINIMUM_VERSION "5.36.0" )
23
- set (LXQT_MINIMUM_VERSION "1.0 .0" )
23
+ set (LXQT_MINIMUM_VERSION "1.1 .0" )
24
24
set (QT_MINIMUM_VERSION "5.15.0" )
25
25
26
26
find_package (Qt5DBus ${QT_MINIMUM_VERSION} REQUIRED)
@@ -40,7 +40,7 @@ endif()
40
40
find_package (XdgUserDirs REQUIRED)
41
41
42
42
# Patch Version
43
- set (LXQT_SESSION_PATCH_VERSION 1 )
43
+ set (LXQT_SESSION_PATCH_VERSION 0 )
44
44
45
45
set (LXQT_SESSION_VERSION ${LXQT_MAJOR_VERSION} .${LXQT_MINOR_VERSION} .${LXQT_SESSION_PATCH_VERSION} )
46
46
add_definitions (
You can’t perform that action at this time.
0 commit comments