Inconsistent coordinate system for auth fail message
A fork of the SLiM "Simple Login Manager"
Brought to you by:
bdt-rob
When I added the "passwd_feedback" message to slim itself (from slimlock), I didn't notice the inconsistency in window references. As a result, the coordinates specified are treated as relative to the panel, where slimlock made them relative to the screen. The other message types ("msg", "session") are always screen-relative, although "welcome" is inconsistent. Pure panel texts (input_xxx, username, password) are panel-relative. It should be more consistent.
Rather than break everyone's themes, I'll keep the overall "two message classes" but make passwd_feedback always screen-relative. This will be a breaking change for users of V1.3.7 through V1.3.9 but only if they've enabled password feedback.
For distros who are adopting V1.3.9 now, I recommend using the attached patch, to avoid confusion.
Fixed in V1.4.0