lxsession icon indicating copy to clipboard operation
lxsession copied to clipboard

The classic LXDE session manager

Results 2 lxsession issues
Sort by recently updated
recently updated
newest added

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,...

enhancement