Releases: lxqt/lxqt-session
Releases · lxqt/lxqt-session
2.1.0
I addition to a GUI element for custom screen locker on x11, an experimental section is added to LXQt Session Settings for choosing a Wayland compositor and screen locker. That section will appear when the new LXQt component lxqt-wayland-session
is installed. At least one supported Wayland compositor should be installed for it to work. Labwc is recommended because of its stability, but KWin, Wayfire, Hyprland, Sway, River and Niri are also supported.
Also,
- Added a tooltip to inform user that LXQt global scaling should not be used under Wayland (no disaster but scaling would be inconsistent). Instead, screen scaling should be adjusted in the compositor's settings or via kanshi.
- Fixes and enhancements.
2.0.0
Main changes:
- Ported to Qt6.
- Used an overlay layer shell for the leaving dialog and centered it under Wayland.
- Made the user inputs stricter in auto-start.
- Don't allow inputs consisting of only whitespaces, and remove start and end whitespaces from them.
1.4.0
Update the DBus activation environment, to fix problems with apps (like Telegram) which set DBusActivatable
to true
in their desktop entries.
1.3.0
Main changes:
- Added support for procps-ng >= 4.0.0.
- Used a timer based checking for window manager and tray.
- Disabled all crashing calls on Wayland.
- Fixed typos.
1.2.0
- The core code is improved for use under Wayland.
- Mouse & touchpad settings are reloaded when devices are reconnected.
1.1.1
qtxdg-tools
is added as a dependency, to be used by xdg-utils
under LXQt Session (in near future).
1.1.0
Main changes:
- Added a simple option for global screen scaling.
- Set Clearlooks as the default LXQt theme and changed the default icon theme to Breeze.
- Add NetBSD support.
- Prevented cut text in the header of Environment page of LXQt Session Settings.
1.0.1
Now, if a module exits with code 1, it will be restarted (in addition to crashed modules) because an exit code other than 0 is a sign of failure.
This can especially be helpful after a recent change in libx11
, which may make lxqt-globalkeys
exit with code 1 at startup.
1.0.0
Bumped minimum required Qt version to 5.15 and updated translations.
0.17.1
Fixed compilation against Qt < 5.15 (especially, 5.12).