File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ lxqt-powermanagement-1.4.0 / 2023-11-05
2+ ========================================
3+ * Override DPMS on enabling idleness watcher (to fix the problem of default DPMS timeouts being in conflict with lxqt-powermanagement).
4+ * Suspend screensaver when idle watcher is enabled (to prevent the screensaver timeout from kicking in and interfere with our daemon).
5+ * Removed "Ask" option from lid and idle watchers.
6+ * Ported a deprecated KWindowSystem method.
7+
18lxqt-powermanagement-1.3.0 / 2023-04-15
29========================================
310 * Updated translations and bumped the version.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" O
1717
1818set (LXQTBT_MINIMUM_VERSION "0.13.0" )
1919set (KF5_MINIMUM_VERSION "5.101.0" )
20- set (LXQT_MINIMUM_VERSION "1.3 .0" )
20+ set (LXQT_MINIMUM_VERSION "1.4 .0" )
2121set (QT_MINIMUM_VERSION "5.15.0" )
2222
2323find_package (lxqt-build -tools ${LXQTBT_MINIMUM_VERSION} REQUIRED)
You can’t perform that action at this time.
0 commit comments