Skip to content

Releases: lxqt/lxqt-session

2.0.0

17 Apr 11:24
2.0.0
b9602c6
Compare
Choose a tag to compare

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

05 Nov 12:03
1.4.0
b7c4029
Compare
Choose a tag to compare

Update the DBus activation environment, to fix problems with apps (like Telegram) which set DBusActivatable to true in their desktop entries.

1.3.0

15 Apr 15:52
1.3.0
4f170a6
Compare
Choose a tag to compare

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

05 Nov 09:44
1.2.0
55aa4bb
Compare
Choose a tag to compare
  • The core code is improved for use under Wayland.
  • Mouse & touchpad settings are reloaded when devices are reconnected.

1.1.1

08 May 06:58
1.1.1
3a1da36
Compare
Choose a tag to compare

qtxdg-tools is added as a dependency, to be used by xdg-utils under LXQt Session (in near future).

1.1.0

16 Apr 13:19
1.1.0
27b7dbd
Compare
Choose a tag to compare

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

01 Jan 05:34
1.0.1
4dfb05b
Compare
Choose a tag to compare

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

05 Nov 11:22
1.0.0
95d9a4b
Compare
Choose a tag to compare

Bumped minimum required Qt version to 5.15 and updated translations.

0.17.1

16 Apr 16:39
0.17.1
b50536c
Compare
Choose a tag to compare

Fixed compilation against Qt < 5.15 (especially, 5.12).

0.17.0

15 Apr 10:41
0.17.0
19154e3
Compare
Choose a tag to compare

Main changes:

  • Terminate all child processes on exiting the session.
  • Removed Openbox configuration.
  • Code cleanup and modernization.