On Tue, 04 Mar 2025 07:15:34 -0500, Markus Robert Kessler <
no_reply@dipl-ing-kessler.de> wrote:
Hi all,
starting a few days ago, Xscreensaver always displays above mentioned
message in the password entry screen when it is locked.
I don't expect Xscreensaver to refuse working completely, but at least it
is annoying.
The program is hard coded to display the message if it's more than 18 months since it was released, whether there is a new version or not.
As it's only on the startup screen with the settings and help buttons, and does not
impact the actual running of the screensaver, I'd just ignore it.
If you want, feel free to open a bug report asking to either update it or to comment out
the code (lines 671 to 692 of driver/xscreensaver.c which has ...
if (verbose_p || debug_p)
{
fprintf (stderr,
"\tXScreenSaver " XSCREENSAVER_VERSION ", released %s\n"
"\tCopyright \302\251 1991-%d by"
" Jamie Zawinski <
jwz@jwz.org>\n\n",
buf, tm->tm_year + 1900);
if (months > 18)
fprintf (stderr,
/* Hey jerks, the only time someone will see this particular
message is if they are running xscreensaver with '-log' in
order to send me a bug report, and they had damned well
better try the latest release before they do that --
even if your perma-out-of-date distro does not make that
easily available to them. */
"\t ###################################################\n"
"\t ### ###\n"
"\t ### THIS VERSION IS VERY OLD! PLEASE UPGRADE! ###\n"
"\t ### ###\n"
"\t ###################################################\n"
"\n");
}
Regards, Dave Hodgins
--- MBSE BBS v1.1.0 (Linux-x86_64)
* Origin: A noiseless patient Spider (2:250/1@fidonet)