• Xscreensaver - This version is very old

    From Markus Robert Kessler@2:250/1 to All on Tue Mar 4 12:15:34 2025
    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.

    I have

    Name : xscreensaver
    Version : 6.08
    Release : 1.mga9.tainted
    Architecture: x86_64
    Source RPM : xscreensaver-6.08-1.mga9.tainted.src.rpm
    Build Date : Mo 16 Okt 2023 10:01:06 CEST

    and it seems that this is the most recent version.

    Does anyone know what's behind this behaviour?

    Best regards,

    Markus


    --
    Please reply to group only.
    For private email please use http://www.dipl-ing-kessler.de/email.htm

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From David W. Hodgins@2:250/1 to All on Tue Mar 4 16:40:41 2025
    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)
  • From David W. Hodgins@2:250/1 to All on Tue Mar 4 16:56:02 2025
    On Tue, 04 Mar 2025 11:40:41 -0500, David W. Hodgins <dwhodgins@nomail.afraid.org> wrote:

    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.

    Forgot to add. You can also run "xscreensaver --no-splash" instead of just xscreensaver to
    suppress the startup screen.

    Regards, Dave Hodgins

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)
  • From Markus Robert Kessler@2:250/1 to All on Mon Mar 10 19:53:43 2025
    On Tue, 04 Mar 2025 11:40:41 -0500 David W. Hodgins wrote:

    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

    [..]

    Done:

    https://bugs.mageia.org/show_bug.cgi?id=34062

    BR,

    Markus

    --- MBSE BBS v1.1.0 (Linux-x86_64)
    * Origin: A noiseless patient Spider (2:250/1@fidonet)