lxsession
lxsession copied to clipboard
The classic LXDE session manager
gcc14 now defaults to -Werror=incompatible-pointer-types. To support compilation with gcc14, cast GTK related objects properly. Fixes the following errors (compiled with upcoming gcc14) ``` lxpolkit/lxpolkit-listener.c: In function ‘on_completed’: lxpolkit/lxpolkit-listener.c:88:22: error:...
This adds support for killing the Wayland compositor on Linux and FreeBSD based on [wayland-logout](https://github.com/soreau/wayland-logout) to lxsession-logout. I have not yet tested whether other functionality of lxsession-logout works on Wayland,...
 what's happening is the promp text is changing from `Password` to `Enter Password or Place finger on the fingerprint reader`
Most desktop environments have a polkit authentication agent nowadays. This would also allow users with a custom session to choose the desired agent, and autostart it as their needs.
`command -v` is more standard across Unix systems.
`make check` errors out with ``` srcdir=. intltool-update -m The following files contain translations and are currently not in use. Please consider adding these to the POTFILES.in file, located in...
Fixed the issue in previous versions where the "hide-button" parameter accepted input "logout" but did not do anything. Also update Chinese translation.