Skip to content

wl-no-logout.mint21

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 20:02
6c3ca38
session-quit: Use a unique dialog server address for each session.

This was preventing the logout dialog for subsequent users logged
in, as it would attempt to connect to the original user's server
(and be denied).

A unique address will be generated at startup, and passed to
the dialog when it is launched.

Fixes linuxmint/cinnamon#12021