Bug 25008 - after screensaver started, no response, screen stay black, turnoff is only option.
Summary: after screensaver started, no response, screen stay black, turnoff is only op...
Status: RESOLVED OLD
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 7
Hardware: i586 Linux
Priority: Normal critical
Target Milestone: ---
Assignee: Jani Välimaa
QA Contact:
URL:
Whiteboard:
Keywords:
: 25066 25445 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-06-26 10:44 CEST by ed hoeven
Modified: 2021-09-07 14:10 CEST (History)
5 users (show)

See Also:
Source RPM:
CVE:
Status comment:


Attachments

Description ed hoeven 2019-06-26 10:44:10 CEST
Description of problem:
after last update 2019-06-23  ....

Version-Release number of selected component (if applicable):
Mageia 7
Kernel: 5.1.14-desktop586-1.mga7
system 32 bit
Desktop: Xfce


Problem:
After screensaver is started, and screensaver is longer running, or black, then after key button push to start work again on computer, the screen is not working .
After any hits on keystroke buttons, there is no response! Turnoff is then the only option and loose data from work at that moment, is unsaved. 

Also on new on desktop after last update 2019-06-23 the text below icon is now full, and not hidden anymore.
Normally mouse-hover will full text seen, and on mouse out only short text.
.....
After reinstall Mageia 7 again, everything is ok, BUT after update, then there are screensaver problems and desktop long text below icon.

This is now the third time I tried, and UPDATE after reinstall Mageia 7 give problems ...
    

How reproducible:


Steps to Reproduce:
1.
2.
3.
Comment 1 Marja Van Waes 2019-06-26 19:33:25 CEST
Assigning to our Xfce maintainer. I assume some default Xfce setting for hibernating or so changed, even if I didn't notice it in my installs :-/

@ Ed

Please attach rpms_by_install_date.txt that is the result of running (in a terminal):

    rpm -qa --last > rpms_by_install_date.txt

and, after you had to turn off your computer because of the "screensaver" problem again, right after next boot:

1. open a terminal
2. become root
3  run:
       journalctl -b-1 > log.txt
4. attach log.txt to this bug report.



The other issue needs a separate bug report. Please attach a screenshot of the issue to that new bug report.

CC: (none) => marja11
Assignee: bugsquad => jani.valimaa

Comment 2 Jani Välimaa 2019-06-26 20:21:57 CEST
(In reply to ed hoeven from comment #0)
> 
> Also on new on desktop after last update 2019-06-23 the text below icon is
> now full, and not hidden anymore.
> Normally mouse-hover will full text seen, and on mouse out only short text.

It's not a bug, but a new feature.

See bug 24462 and bug 24812 comment 3.
Comment 3 ed hoeven 2019-07-09 15:08:52 CEST
Theme name: Adwaita
Kernel version = 5.1.14-desktop586-1.mga7
Distribution=Mageia release 7 (Official) for i586
CPU=Genuine Intel(R) CPU           T2050  @ 1.60GHz


1: WHEN screensafer is active, I can't wake up my system to continue working on my programs :( :( :(  

Only my mouse icon I can see and move.
but any click will not wake up my PC from screensaver. Only option is turn off the PC.

2: The scrollbar from install an remove (drake window), the scrollbar is invisible and hard to get the button to scroll up / down. The button to fast invisible and on window, can't scroll with mouse-wheel.  


3: And by startup after typing password The system will not further starting up, ... only when I press the space-bar more times then the startup will complete. 

4: On Desktop the text below icons are full so the long text are over the next icon below from the uper icon. Normally when mouse hover the icon then you see the text complete, and when mouse out the complete text is shorten to one or two words.

All those sucks, sorry for this word! 

This issues are from the last new release month June 2019. the Mageia 7 from March 2019 was 100% good !! 

This new version Mageia 7 is not good. I hope very soon for better updates, if not I go back to Mageia 6.1 the only good one for now!!!!

Still waiting for updates to fix this.... !
Comment 4 Jani Välimaa 2019-07-09 15:58:07 CEST
As asked before, please create a separate report for separate issues.

And please attach the output of 'journalctl --since 2019-07-09 -x /usr/bin/xscreensaver'. Replace date with some date you know you had to reboot.

Have you thought that you could temporary disable screensaver asking for password?
Comment 5 ed hoeven 2019-07-09 19:30:45 CEST
Hi 
I try this /usr/bin/xscreensaver

And started screensaver 

 then I found an option to turn off
a screen saver lock was ticked after 10 minutes. I have turned this off.

Furthermore, I do not know how I can transfer events in data for reference you asked for. Sorry.
Comment 6 ed hoeven 2019-07-09 19:49:06 CEST
 

 I tested my PC to forced into pause, by closing my window screen.

 then open the window screen, option to go is fill in my password, done, then screen stay black, I see my mouse icon and can move it, but that's all.

 so I must turnoff all and restart again .... 

  I think I reinstall again Mageia 6.1 , this version works fine. 
  last week I working with this version.
  Saturday I tried Mageia 7 new release from July ? June ?  
  Again, this was for me not a good idea :( .

  

  Is this what you ask for?

  #!/usr/bin/perl5 -w
# Copyright © 2005-2017 Jamie Zawinski <jwz@jwz.org>
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation.  No representations are made about the suitability of this
# software for any purpose.  It is provided "as is" without express or 
# implied warranty.
#
# This program writes some text to stdout, based on preferences in the
# .xscreensaver file.  It may load a file, a URL, run a program, or just
# print the date.
#
# In a native MacOS build of xscreensaver, this script is included in
# the Contents/Resources/ directory of each screen saver .bundle that
# uses it; and in that case, it looks up its resources using
# /usr/bin/defaults instead.
#
# Created: 19-Mar-2005.

require 5;
#use diagnostics;	# Fails on some MacOS 10.5 systems
use strict;

# Some Linux systems don't install LWP by default!
# Only error out if we're actually loading a URL instead of local data.
BEGIN { eval 'use LWP::UserAgent;' }

# Not sure how prevalent this is. Hope it's part of the default install.
BEGIN { eval 'use HTML::Entities;' }

use Socket;
use POSIX qw(strftime);
use Text::Wrap qw(wrap);
#use bytes;  # This breaks shit.

my $progname = $0; $progname =~ s@.*/@@g;
my ($version) = ('$Revision: 1.46 $' =~ m/\s(\d[.\d]+)\s/s);

my $verbose = 0;
my $http_proxy = undef;

my $config_file = $ENV{HOME} . "/.xscreensaver";
my $text_mode     = 'date';
my $text_literal  = '';
my $text_file     = '';
my $text_program  = '';
my $text_url      = 'https://en.wikipedia.org/w/index.php?title=Special:NewPages&feed=rss';
# Default URL needs to be set and match what's in OSX/XScreenSaverView.m

my $wrap_columns   = undef;
my $truncate_lines = undef;
my $latin1_p = 0;
my $nyarlathotep_p = 0;


# Convert any HTML entities to Latin1 characters.
#
sub de_entify($) {
  my ($text) = @_;

  return '' unless defined($text);
  return $text unless ($text =~ m/&/s);

  # Convert any HTML entities to Unicode characters,
  # if the HTML::Entities module is installed.
  eval {
    my $t2 = $text;
    $text = undef;
    $text = HTML::Entities::decode_entities ($t2);
  };
  return $text if defined($text);

  # If it's not installed, just complain instead of trying to halfass it.
  print STDOUT ("\n\tPerl is broken. Do this to repair it:\n" .
                "\n\tsudo cpan HTML::Entities\n\n");
  exit (1);
}


# Convert any Unicode characters to Latin1 if possible.
# Unconvertable bytes are left alone.
#
sub utf8_to_latin1($) {
  my ($text) = @_;

  utf8::encode ($text);  # Unpack Unicode back to multi-byte UTF-8.

  # Maybe it would be better to handle this in the Unicode domain
  # by doing things like s/\x{2018}/\"/g, but without decoding the
  # string back to UTF-8 first, I'm at a loss as to how to have
  # "&aacute;" print as "\340" instead of as "\303\240".

  $text =~ s/ \xC2 ( [\xA0-\xFF] ) / $1 /gsex;
  $text =~ s/ \xC3 ( [\x80-\xFF] ) / chr (ord($1) | 0x40) /gsex;

  # Handles a few 3-byte sequences too.
  $text =~ s/\xE2\x80\x93/--/gs;
  $text =~ s/\xE2\x80\x94/--/gs;
  $text =~ s/\xE2\x80\x98/`/gs;
  $text =~ s/\xE2\x80\x99/'/gs;
  $text =~ s/\xE2\x80\x9C/``/gs;
  $text =~ s/\xE2\x80\x9D/'/gs;
  $text =~ s/\xE2\x80\xA2/&bull;/gs;
  $text =~ s/\xE2\x80\xA6/.../gs;
  $text =~ s/\xE2\x80\xB2/'/gs;
  $text =~ s/\xE2\x84\xA2/&trade;/gs;
  $text =~ s/\xE2\x86\x90/ &larr; /gs;

  return $text;
}


# Reads the prefs we use from ~/.xscreensaver
#
sub get_x11_prefs() {
  my $got_any_p = 0;

  if (open (my $in, '<', $config_file)) {
    print STDERR "$progname: reading $config_file\n" if ($verbose > 1);
    local $/ = undef;  # read entire file
    my $body = <$in>;
    close $in;
    $got_any_p = get_x11_prefs_1 ($body);

  } elsif ($verbose > 1) {
    print STDERR "$progname: $config_file: $!\n";
  }

  if (! $got_any_p && defined ($ENV{DISPLAY})) {
    # We weren't able to read settings from the .xscreensaver file.
    # Fall back to any settings in the X resource database
    # (/usr/X11R6/lib/X11/app-defaults/XScreenSaver)
    #
    print STDERR "$progname: reading X resources\n" if ($verbose > 1);
    my $body = `appres XScreenSaver xscreensaver -1`;
    $got_any_p = get_x11_prefs_1 ($body);
  }

  if ($verbose > 1) {
    print STDERR "$progname: mode:    $text_mode\n";
    print STDERR "$progname: literal: $text_literal\n";
    print STDERR "$progname: file:    $text_file\n";
    print STDERR "$progname: program: $text_program\n";
    print STDERR "$progname: url:     $text_url\n";
  }

  $text_mode =~ tr/A-Z/a-z/;
  $text_literal =~ s@\\n@\n@gs;
  $text_literal =~ s@\\\n@\n@gs;
}


sub get_x11_prefs_1($) {
  my ($body) = @_;

  my $got_any_p = 0;
  $body =~ s@\\\n@@gs;
  $body =~ s@^[ \t]*#[^\n]*$@@gm;

  if ($body =~ m/^[.*]*textMode:[ \t]*([^\s]+)\s*$/im) {
    $text_mode = $1;
    $got_any_p = 1;
  }
  if ($body =~ m/^[.*]*textLiteral:[ \t]*(.*?)[ \t]*$/im) {
    $text_literal = $1;
  }
  if ($body =~ m/^[.*]*textFile:[ \t]*(.*?)[ \t]*$/im) {
    $text_file = $1;
  }
  if ($body =~ m/^[.*]*textProgram:[ \t]*(.*?)[ \t]*$/im) {
    $text_program = $1;
  }
  if ($body =~ m/^[.*]*textURL:[ \t]*(.*?)[ \t]*$/im) {
    $text_url = $1;
  }

  return $got_any_p;
}


sub get_cocoa_prefs($) {
  my ($id) = @_;
  my $v;
 
  print STDERR "$progname: reading Cocoa prefs: \"$id\"\n" if ($verbose > 1);

  $v = get_cocoa_pref_1 ($id, "textMode");
  $text_mode = $v if defined ($v);

  # The "textMode" pref is set to a number instead of a string because I
  # couldn't figure out the black magic to make Cocoa bindings work right.
  #
  # Update: as of 5.33, Cocoa writes strings instead of numbers, but 
  # pre-existing saved preferences might still have numbers in them.
  #
  if    ($text_mode eq '0') { $text_mode = 'date';    }
  elsif ($text_mode eq '1') { $text_mode = 'literal'; }
  elsif ($text_mode eq '2') { $text_mode = 'file';    }
  elsif ($text_mode eq '3') { $text_mode = 'url';     }
  elsif ($text_mode eq '4') { $text_mode = 'program'; }

  $v = get_cocoa_pref_1 ($id, "textLiteral");
  $text_literal = $v if defined ($v);
  $text_literal =~ s@\\n@\n@gs;
  $text_literal =~ s@\\\n@\n@gs;

  $v = get_cocoa_pref_1 ($id, "textFile");
  $text_file = $v if defined ($v);

  $v = get_cocoa_pref_1 ($id, "textProgram");
  $text_program = $v if defined ($v);

  $v = get_cocoa_pref_1 ($id, "textURL");
  $text_url = $v if defined ($v);
}


sub get_cocoa_pref_1($$) {
  my ($id, $key) = @_;
  # make sure there's nothing stupid/malicious in either string.
  $id  =~ s/[^-a-z\d. ]/_/gsi;
  $key =~ s/[^-a-z\d. ]/_/gsi;
  my $cmd = "defaults -currentHost read \"$id\" \"$key\"";

  print STDERR "$progname: executing $cmd\n"
    if ($verbose > 3);

  my $val = `$cmd 2>/dev/null`;
  $val =~ s/^\s+//s;
  $val =~ s/\s+$//s;

  print STDERR "$progname: Cocoa: $id $key = \"$val\"\n"
    if ($verbose > 2);

  $val = undef if ($val =~ m/^$/s);

  return $val;
}


# like system() but checks errors.
#
sub safe_system(@) {
  my (@cmd) = @_;

  print STDERR "$progname: executing " . join(' ', @cmd) . "\n"
    if ($verbose > 3);

  system @cmd;
  my $exit_value  = $? >> 8;
  my $signal_num  = $? & 127;
  my $dumped_core = $? & 128;
  error ("$cmd[0]: core dumped!") if ($dumped_core);
  error ("$cmd[0]: signal $signal_num!") if ($signal_num);
  error ("$cmd[0]: exited with $exit_value!") if ($exit_value);
}


sub which($) {
  my ($cmd) = @_;

  if ($cmd =~ m@^\./|^/@) {
    error ("cannot execute $cmd") unless (-x $cmd);
    return $cmd;
  }
 
 foreach my $dir (split (/:/, $ENV{PATH})) {
    my $cmd2 = "$dir/$cmd";
    print STDERR "$progname:   checking $cmd2\n" if ($verbose > 3);
    return $cmd2 if (-x "$cmd2");
  }
  error ("$cmd not found on \$PATH");
}


sub output() {

  binmode (STDOUT, ($latin1_p ? ':raw' : ':utf8'));
  binmode (STDERR, ':utf8');

  # Do some basic sanity checking (null text, null file names, etc.)
  #
  if (($text_mode eq 'literal' && $text_literal =~ m/^\s*$/i) ||
      ($text_mode eq 'file'    && $text_file    =~ m/^\s*$/i) ||
      ($text_mode eq 'program' && $text_program =~ m/^\s*$/i) ||
      ($text_mode eq 'url'     && $text_url     =~ m/^\s*$/i)) {
    print STDERR "$progname: falling back to 'date'\n" if ($verbose);
    $text_mode = 'date';
  }

  if ($text_mode eq 'literal') {
    $text_literal = strftime ($text_literal, localtime);
    $text_literal = utf8_to_latin1($text_literal) if ($latin1_p);
    $text_literal =~ y/A-Za-z/N-ZA-Mn-za-m/ if ($nyarlathotep_p);
    print STDOUT $text_literal;
    print STDOUT "\n" unless ($text_literal =~ m/\n$/s);

  } elsif ($text_mode eq 'file') {

    $text_file =~ s@^~/@$ENV{HOME}/@s;     # allow literal "~/"

    if (open (my $in, '<:raw', $text_file)) {
      print STDERR "$progname: reading $text_file\n" if ($verbose);
      binmode (STDOUT, ':raw');

      if (($wrap_columns && $wrap_columns > 0) || $truncate_lines) {
        # read it, then reformat it.
        local $/ = undef;  # read entire file
        my $body = <$in>;
        $body = reformat_text ($body);
        print STDOUT $body;
      } else {
        # stream it by lines
        while (<$in>) { 
          $_ = utf8_to_latin1($_) if ($latin1_p);
          y/A-Za-z/N-ZA-Mn-za-m/ if ($nyarlathotep_p);
          print STDOUT $_;
        }
      }
      close $in;
    } else {
      error ("$text_file: $!");
    }

  } elsif ($text_mode eq 'program') {

    my ($prog, $args) = ($text_program =~ m/^([^\s]+)(.*)$/);
    $text_program = which ($prog) . $args;
    print STDERR "$progname: running $text_program\n" if ($verbose);

    if (($wrap_columns && $wrap_columns > 0) || $truncate_lines) {
      # read it, then reformat it.
      my $lines = 0;
      my $body = "";
      my $cmd = "( $text_program ) 2>&1";
      # $cmd .= " | sed -l"; # line buffer instead of 4k pipe buffer
      open (my $pipe, '-|:unix', $cmd);
      while (my $line = <$pipe>) {
        $body .= $line;
        $lines++;
        last if ($truncate_lines && $lines > $truncate_lines);
      }
      close $pipe;
      $body = reformat_text ($body);
      print STDOUT $body;
    } else {
      # stream it
      safe_system ("$text_program");
    }

  } elsif ($text_mode eq 'url') {

    get_url_text ($text_url);

  } else { # $text_mode eq 'date'

    my $n = `uname -n`;
    $n =~ s/\.local\n/\n/s;
    print $n;

    my $unamep = 1;

    if (-f "/etc/redhat-release") {	    # "Fedora Core release 4 (Stentz)"
      safe_system ("cat", "/etc/redhat-release");
    }

    if (-f "/etc/release") {	    	    # "Solaris 10 3/05 s10_74L2a X86"
      safe_system ("head", "-1", "/etc/release");
    }

    if (-f "/usr/sbin/system_profiler") {   # "Mac OS X 10.4.5 (8H14)"
      my $sp =				    # "iMac G5"
        `/usr/sbin/system_profiler SPSoftwareDataType SPHardwareDataType 2>/dev/null`;
      # system_profiler on OS X 10.10 generates spurious error messages.
      my ($v) = ($sp =~ m/^\s*System Version:\s*(.*)$/mi);
      my ($s) = ($sp =~ m/^\s*(?:CPU|Processor) Speed:\s*(.*)$/mi);
      my ($t) = ($sp =~ m/^\s*(?:Machine|Model) Name:\s*(.*)$/mi);
      print "$v\n" if ($v);
      print "$s $t\n" if ($s && $t);
      $unamep = !defined ($v);
    }

    if ($unamep) {
      safe_system ("uname", "-sr");	    # "Linux 2.6.15-1.1831_FC4"
    }

    print "\n";
    safe_system ("date", "+%c");
    print "\n";
    my $ut = `uptime`;
    $ut =~ s/^[ \d:]*(am|pm)?//i;
    $ut =~ s/,\s*(load)/\n$1/;
    print "$ut\n";
  }

}


# Make an educated guess as to what's in this document.
# We don't necessarily take the Content-Type header at face value.
# Returns 'html', 'rss', or 'text';
#
sub guess_content_type($$) {
  my ($ct, $body) = @_;

  $body =~ s/^(.{512}).*/$1/s;  # only look in first half K of file

  if ($ct =~ m@^text/.*html@i)          { return 'html'; }
  if ($ct =~ m@\b(atom|rss|xml)\b@i)    { return 'rss';  }

  if ($body =~ m@^\s*<\?xml@is)         { return 'rss';  }
  if ($body =~ m@^\s*<!DOCTYPE RSS@is)  { return 'rss';  }
  if ($body =~ m@^\s*<!DOCTYPE HTML@is) { return 'html'; }

  if ($body =~ m@<(BASE|HTML|HEAD|BODY|SCRIPT|STYLE|TABLE|A\s+HREF)\b@i) {
    return 'html';
  }

  if ($body =~ m@<(RSS|CHANNEL|GENERATOR|DESCRIPTION|CONTENT|FEED|ENTRY)\b@i) {
    return 'rss';
  }

  return 'text';
}


sub reformat_html($$) {
  my ($body, $rss_p) = @_;
  $_ = $body;

  # In HTML, try to preserve newlines inside of PRE.
  #
  if (! $rss_p) {
    s@(<PRE\b[^<>]*>\s*)(.*?)(</PRE)@{
      my ($a, $b, $c) = ($1, $2, $3);
      $b =~ s/[\r\n]/<BR>/gs;
      $a . $b . $c;
     }@gsexi;
  }

  if (! $rss_p) {
    # In HTML, unfold lines.
    # In RSS, assume \n means literal line break.
    s@[\r\n]@ @gsi;
  }

  # This right here is the part where I doom us all to inhuman
  # toil for the One whose Name cannot be expressed in the
  # Basic Multilingual Plane. http://jwz.org/b/yhAT He comes.

  s@<!--.*?-->@@gsi;				 # lose comments
  s@<(STYLE|SCRIPT)\b[^<>]*>.*?</\1\s*>@@gsi;    # lose css and js

  s@</?(BR|TR|TD|LI|DIV)\b[^<>]*>@\n@gsi; # line break at BR, TD, DIV, etc
  s@</?(P|UL|OL|BLOCKQUOTE)\b[^<>]*>@\n\n@gsi; # two line breaks

  s@<lj\s+user=\"?([^<>\"]+)\"?[^<>]*>?@$1@gsi;  # handle <LJ USER=>
  s@</?[BI]>@*@gsi;		                 # bold, italic => asterisks


  s@<[^<>]*>?@@gs;                # lose all other HTML tags
  $_ = de_entify ($_);            # convert HTML entities

  # For Wikipedia: delete anything inside {{ }} and unwrap [[tags]],
  # among other things.
  #
  if ($rss_p eq 'wiki') {

    s@<!--.*?-->@@gsi;				 # lose HTML comments again

    # Creation line is often truncated: screws up parsing with unbalanced {{.
    s@(: +[^a-zA-Z ]* *Created page) with [^\n]+@$1@s;

    s@/\*.*?\*/@@si;				   # /* ... */

    # Try to omit all tables, since they're impossible to read as text.
    #
    1 while (s/\{\{[^{}]*}}/ /gs);		   # {{ ... }}
    1 while (s/\{\|.*?\|\}/\n\n/gs);		   # {| ... |}
    1 while (s/\|-.*?\|/ /gs);			   # |- ... |  (table cell)

    # Convert anchors to something more readable.
    #
    s/\[\[([^\[\]\|]+)\|([^\[\]]+)\]\]/$2/gs;	   # [[link|anchor]]
    s/\[\[([^:\[\]\|]+)\]\]/$1/gs;		   # [[anchor]]
    s/\[https?:[^\[\]\s]+\s+([^\[\]]+)\]/$1/gs;	   # [url anchor]

    # Convert all references to asterisks.
    s@\s*<ref>\s*.*?</ref>@*@gs;		   # <ref> ... <ref> ->  "*"
    s@\n[ \t]*\d+\s*\^\s*http[^\s]+[ \t]*\n@\n@gs; # 1 ^ URL (a Reflist)

    s@\[\[File:([^\|\]]+).*?\]\]@\n$1\n@gs;	  # [[File: X | ... ]]
    s@\[\[Category:.*?\]\]@@gs;			  # omit categories

    s/<[^<>]*>//gs;	# Omit all remaining tags
    s/\'{3,}//gs;	# Omit ''' and ''''
    s/\'\'/\"/gs;	# ''  ->  "
    s/\`\`/\"/gs;	# ``  ->  "
    s/\"\"+/\"/gs;	# ""  ->  "

    s/^[ \t]*[*#]+[ \t]*$//gm;	# Omit lines with just * or # on them

    # Omit trailing headlines with no text after them (e.g. == Notes ==)
    1 while (s/\n==+[ \t]*[^\n=]+[ \t]*==+\s*$/\n/s);

    $_ = de_entify ($_);            # convert HTML entities, again
  }


  # elide any remaining non-Latin1 binary data.
  if ($latin1_p) {
    utf8::encode ($_);  # Unpack Unicode back to multi-byte UTF-8.
    s/([^\000-\176]+(\s*[^\000-\176]+)[^a-z\d]*)/\xAB...\xBB /g;
  }

  $_ .= "\n";

  s/[ \t]+$//gm;                  # lose whitespace at end of line
  s@\n\n\n+@\n\n@gs;              # compress blank lines

  if (!defined($wrap_columns) || $wrap_columns > 0) {
    $Text::Wrap::columns = ($wrap_columns || 72);
    $Text::Wrap::break = '[\s/|]';  # wrap on slashes for URLs
    $_ = wrap ("", "  ", $_);       # wrap the lines as a paragraph
    s/[ \t]+$//gm;                  # lose whitespace at end of line again
  }

  s/^\n+//gs;

  if ($truncate_lines) {
    s/^(([^\n]*\n){$truncate_lines}).*$/$1/s;
  }

  $_ = utf8_to_latin1($_) if ($latin1_p);
  y/A-Za-z/N-ZA-Mn-za-m/ if ($nyarlathotep_p);

  return $_;
}


sub reformat_rss($) {
  my ($body) = @_;

  my $wiki_p = ($body =~ m@<generator>[^<>]*Wiki@si);

  $body =~ s/(<(ITEM|ENTRY)\b)/\001\001$1/gsi;
  my @items = split (/\001\001/, $body);

  print STDERR "$progname: converting RSS ($#items items)...\n"
    if ($verbose > 2);

  shift @items;

  # Let's skip forward in the stream by a random amount, so that if
  # two copies of ljlatest are running at the same time (e.g., on a
  # multi-headed machine), they get different text.  (Put the items
  # that we take off the front back on the back.)
  #
  if ($#items > 7) {
    my $n = int (rand ($#items - 5));
    print STDERR "$progname: rotating by $n items...\n" if ($verbose > 2);
    while ($n-- > 0) {
      push @items, (shift @items);
    }
  }

  my $out = '';

  my $i = -1;
  foreach (@items) {
    $i++;

    my ($title, $body1, $body2, $body3);
    
    $title = $3 if (m@<((TITLE)       [^<>\s]*)[^<>]*>\s*(.*?)\s*</\1>@xsi);
    $body1 = $3 if (m@<((DESCRIPTION) [^<>\s]*)[^<>]*>\s*(.*?)\s*</\1>@xsi);
    $body2 = $3 if (m@<((CONTENT)     [^<>\s]*)[^<>]*>\s*(.*?)\s*</\1>@xsi);
    $body3 = $3 if (m@<((SUMMARY)     [^<>\s]*)[^<>]*>\s*(.*?)\s*</\1>@xsi);

    # If there are both <description> and <content> or <content:encoded>,
    # use whichever one contains more text.
    #
    if ($body3 && length($body3) >= length($body2 || '')) {
      $body2 = $body3;
    }
    if ($body2 && length($body2) >= length($body1 || '')) {
      $body1 = $body2;
    }

    if (! $body1) {
      if ($title) {
        print STDERR "$progname: no body in item $i (\"$title\")\n"
          if ($verbose > 2);
      } else {
        print STDERR "$progname: no body or title in item $i\n"
          if ($verbose > 2);
        next;
      }
    }

    $title = rss_field_to_html ($title || '');
    $body1 = rss_field_to_html ($body1 || '');

    $title = '' if ($body1 eq $title);  # Identical in Twitter's atom feed.

    $out .= reformat_html ("$title<P>$body1", $wiki_p ? 'wiki' : 'rss');
    $out .= "\n";
  }

  if ($truncate_lines) {
    $out =~ s/^(([^\n]*\n){$truncate_lines}).*$/$1/s;
  }

  return $out;
}


sub rss_field_to_html($) {
  my ($body) = @_;

  # If <![CDATA[...]]> is present, everything inside that is HTML,
  # and not double-encoded.
  #
  if ($body =~ m/^\s*<!\[CDATA\[(.*?)\]\s*\]/is) {
    $body = $1;
  } else {
    $body = de_entify ($body);      # convert entities to get HTML from XML
  }

  return $body;
}


sub reformat_text($) {
  my ($body) = @_;

  # only re-wrap if --cols was specified.  Otherwise, dump it as is.
  #
  if ($wrap_columns && $wrap_columns > 0) {
    print STDERR "$progname: wrapping at $wrap_columns...\n" if ($verbose > 2);
    $Text::Wrap::columns = $wrap_columns;
    $Text::Wrap::break = '[\s/]';  # wrap on slashes for URLs
    $body = wrap ("", "", $body);
    $body =~ s/[ \t]+$//gm;
  }

  if ($truncate_lines) {
    $body =~ s/^(([^\n]*\n){$truncate_lines}).*$/$1/s;
  }

  $body = utf8_to_latin1($body) if ($latin1_p);
  $body =~ y/A-Za-z/N-ZA-Mn-za-m/ if ($nyarlathotep_p);
  return $body;
}


# Figure out what the proxy server should be, either from environment
# variables or by parsing the output of the (MacOS) program "scutil",
# which tells us what the system-wide proxy settings are.
#
sub set_proxy($) {
  my ($ua) = @_;

  my $proxy_data = `scutil --proxy 2>/dev/null`;
  foreach my $proto ('http', 'https') {
    my ($server) = ($proxy_data =~ m/\b${proto}Proxy\s*:\s*([^\s]+)/si);
    my ($port)   = ($proxy_data =~ m/\b${proto}Port\s*:\s*([^\s]+)/si);
    my ($enable) = ($proxy_data =~ m/\b${proto}Enable\s*:\s*([^\s]+)/si);

    if ($server && $enable) {
      # Note: this ignores the "ExceptionsList".
      my $proto2 = 'http';
      $ENV{"${proto}_proxy"} = ("${proto2}://" . $server .
                                ($port ? ":$port" : "") . "/");
      print STDERR "$progname: MacOS $proto proxy: " .
                   $ENV{"${proto}_proxy"} . "\n"
        if ($verbose > 2);
    }
  }

  $ua->env_proxy();
}


sub get_url_text($) {
  my ($url) = @_;

  my $ua = eval 'LWP::UserAgent->new';

  if (! $ua) {
    print STDOUT ("\n\tPerl is broken. Do this to repair it:\n" .
                  "\n\tsudo cpan LWP::UserAgent" .
                  " LWP::Protocol::https Mozilla::CA\n\n");
    return;
  }

  # Half the time, random Linux systems don't have Mozilla::CA installed,
  # which results in "Can't verify SSL peers without knowning which
  # Certificate Authorities to trust".
  #
  # I'm going to take a controversial stand here and say that, for the
  # purposes of plain-text being displayed in a screen saver via RSS,
  # the chances of a certificate-based man-in-the-middle attack having
  # a malicious effect on anyone anywhere at any time is so close to
  # zero that it can be discounted.  So, just don't bother validating
  # SSL connections.
  #
  $ENV{'PERL_LWP_SSL_VERIFY_HOSTNAME'} = 0;
  eval {
    $ua->ssl_opts (verify_hostname => 0, SSL_verify_mode => 0);
  };


  set_proxy ($ua);
  $ua->agent ("$progname/$version");
  my $res = $ua->get ($url);
  my $body;
  my $ct;

  if ($res && $res->is_success) {
    $body = $res->decoded_content || '';
    $ct   = $res->header ('Content-Type') || 'text/plain';

  } else {
    my $err = ($res ? $res->status_line : '') || '';
    $err = 'unknown error' unless $err;
    $err = "$url: $err";
    # error ($err);
    $body = "Error loading URL $err\n\n";
    $ct = 'text/plain';
  }

  # This is not necessary, since HTTP::Message::decoded_content() has
  # already done 'decode (<charset-header>, $body)'.
  # utf8::decode ($body);  # Pack multi-byte UTF-8 back into wide chars.

  $ct = guess_content_type ($ct, $body);
  if ($ct eq 'html') {
    print STDERR "$progname: converting HTML...\n" if ($verbose > 2);
    $body = reformat_html ($body, 0);
  } elsif ($ct eq 'rss')  {
    $body = reformat_rss ($body);
  } else {
    print STDERR "$progname: plain text...\n" if ($verbose > 2);
    $body = reformat_text ($body);
  }
  print STDOUT $body;
}



sub error($) {
  my ($err) = @_;
  print STDERR "$progname: $err\n";
  exit 1;
}

sub usage() {
  print STDERR "usage: $progname [ --options ... ]\n" .
   ("\n" .
    "       Prints out some text for use by various screensavers,\n" .
    "       according to the options in the ~/.xscreensaver file.\n" .
    "       This may dump the contents of a file, run a program,\n" .
    "       or load a URL.\n".
    "\n" .
    "   Options:\n" .
    "\n" .
    "       --date           Print the host name and current time.\n" .
    "\n" .
    "       --text STRING    Print out the given text.  It may contain %\n" .
    "                        escape sequences as per strftime(2).\n" .
    "\n" .
    "       --file PATH      Print the contents of the given file.\n" .
    "                        If --cols is specified, re-wrap the lines;\n" .
    "                        otherwise, print them as-is.\n" .
    "\n" .
    "       --program CMD    Run the given program and print its output.\n" .
    "                        If --cols is specified, re-wrap the output.\n" .
    "\n" .
    "       --url HTTP-URL   Download and print the contents of the HTTP\n" .
    "                        document.  If it contains HTML, RSS, or Atom,\n" .
    "                        it will be converted to plain-text.\n" .
    "\n" .
    "       --cols N         Wrap lines at this column.  Default 72.\n" .
    "\n" .
    "       --lines N        No more than N lines of output.\n" .
    "\n" .
    "       --latin1         Emit Latin1 instead of UTF-8.\n" .
    "\n");
  exit 1;
}

sub main() {

  my $load_p = 1;
  my $cocoa_id = undef;

  while ($#ARGV >= 0) {
    $_ = shift @ARGV;
    if ($_ eq "--verbose") { $verbose++; }
    elsif (m/^-v+$/) { $verbose += length($_)-1; }
    elsif (m/^--?date$/)    { $text_mode = 'date';
                              $load_p = 0; }
    elsif (m/^--?text$/)    { $text_mode = 'literal';
                              $text_literal = shift @ARGV || '';
                              $text_literal =~ s@\\n@\n@gs;
                              $text_literal =~ s@\\\n@\n@gs;
                              $load_p = 0; }
    elsif (m/^--?file$/)    { $text_mode = 'file';
                              $text_file = shift @ARGV || '';
                              $load_p = 0; }
    elsif (m/^--?program$/) { $text_mode = 'program';
                              $text_program = shift @ARGV || '';
                              $load_p = 0; }
    elsif (m/^--?url$/)     { $text_mode = 'url';
                              $text_url = shift @ARGV || '';
                              $load_p = 0; }
    elsif (m/^--?col(umn)?s?$/) { $wrap_columns = 0 + shift @ARGV; }
    elsif (m/^--?lines?$/)  { $truncate_lines = 0 + shift @ARGV; }
    elsif (m/^--?cocoa$/)   { $cocoa_id = shift @ARGV; }
    elsif (m/^--?latin1$/)  { $latin1_p++; }
    elsif (m/^--?nyarlathotep$/) { $nyarlathotep_p++; }
    elsif (m/^-./) { usage; }
    else { usage; }
  }

  if ($load_p) {

    if (!defined ($cocoa_id)) {
      # see OSX/XScreenSaverView.m
      $cocoa_id = $ENV{XSCREENSAVER_CLASSPATH};
    }

    if (defined ($cocoa_id)) {
      get_cocoa_prefs($cocoa_id);
    } else {
      get_x11_prefs();
    }
  }

  output();


  if (defined ($cocoa_id)) {
    #
    # On MacOS, sleep for 10 seconds between when the last output is
    # printed, and when this process exits.  This is because MacOS
    # 10.5.0 and later broke ptys in a new and exciting way: basically,
    # once the process at the end of the pty exits, you have exactly
    # 1 second to read all the queued data off the pipe before it is
    # summarily flushed.
    #
    # Many of the screen savers were written to depend on being able
    # to read a small number of bytes, and continue reading until they
    # reached EOF.  This is no longer possible.
    #
    # Note that the current MacOS behavior has all four of these
    # awesome properties: 1) Inconvenient; 2) Has no sane workaround;
    # 3) Different behavior than MacOS 10.1 through 10.4; and 4)
    # Different behavior than every other Unix in the world.
    #
    # See http://jwz.org/b/DHke, and for those of you inside Apple,
    # "Problem ID 5606018".
    #
    # One workaround would be to rewrite the savers to have an
    # internal buffer, and always read as much data as possible as
    # soon as a pipe has input available.  However, that's a lot more
    # work, so instead, let's just not exit right away, and hope that
    # 10 seconds is enough.
    #
    # This will solve the problem for invocations of xscreensaver-text
    # that produce little output (e.g., date-mode); and won't solve it
    # in cases where a large amount of text is generated in a short
    # amount of time (e.g., url-mode.)
    #
    sleep (10);
  }
}

main();
exit 0;
Comment 7 Jani Välimaa 2019-07-09 20:09:06 CEST
Open terminal and paste the following to it and press enter:
journalctl --since 2019-07-09 -x /usr/bin/xscreensaver > journal.log

Then attach journal.log to this bug report.
Comment 8 ed hoeven 2019-07-09 20:24:53 CEST

   /usr/bin/xscreensaver
                    > journal.log    

 I get error, when I start Terminalvenster:

  Kon het standaard-terminalvenster niet uitvoeren.
                 Invoer-/uitvoerfout.
             
                    sluiten
Comment 9 Jani Välimaa 2019-07-09 21:08:21 CEST
Did you paste the whole line to terminal? Starting from journalctl..
Comment 10 ed hoeven 2019-07-09 21:17:03 CEST
I cant paste, ... error is direct when I start terminalvenster .

  ?? can the problem from black screen be a "saving power" problem ? and cant start after wake up ?
Comment 11 ed hoeven 2019-07-10 12:02:48 CEST
Hi, if it is possible, then I prefer the older good working version of Mageia 7 with updates from March 2019, is this possible? beta version!
Comment 12 ed hoeven 2019-07-10 21:54:33 CEST
Im done, I start install Mageia 6.1 today.
Comment 13 Marja Van Waes 2019-07-12 19:51:12 CEST
*** Bug 25066 has been marked as a duplicate of this bug. ***
Comment 14 ed hoeven 2019-07-12 20:56:22 CEST
Hi. I'm working now on Mageia 6.1 
Get back to work on my website. 

 If the problem on Mageia 7 Xfce 32bit release date 2019-06-29 is fixed and   
 updates are to download, then I try the new version again.

 I was very happy with the Mageia 7 Beta 2 because Notepadqq working better.

 On 6.1 there are some little problems, but I can work on with this.

Please let me know when I can try Mageia 7 again.

Regards, ed.
Comment 15 ed hoeven 2019-07-12 21:04:19 CEST
P.S. I test my Terminal window, but also in 6.1, I have Input / output error. 

 This work before, and was good, but now I have this problem for all versions, I don't know how, and how to fix this.
Comment 16 ed hoeven 2019-07-20 16:59:52 CEST
hi, can I try Mageia 7 again? are there updates fixed?
Comment 17 Morgan Leijström 2019-08-10 23:50:55 CEST
You have reported several strange errors, not even terminal working.. i wonder if something got really screwed when you installed 7 last time...

Please try Mageia 7.1 live 32 bit xfce iso.  (run it live, dont install yet)

CC: (none) => fri

Comment 18 ed hoeven 2019-09-10 14:05:00 CEST
Hi 

I have totally clean installed Mageia 7.0 and also totally clean install again Mageia 7.1 ... bugs still after updates... 
After first update I get after screensaver started and running after longer time a black screen and when this is going on I can't get turn black screen on active screen.
Anything I do on keyboard there is no response. Keyboard works well, I can turn off on my WiFi, and when I use keyboard I see my mouse icon and moving when I use my mouse.

My PC info.
Mageia 7

CPU intel(R) CPU T2050 @ 1.60GHz
RAM 1990176 KiB

Graphics
Intel Mobile 945GM, 943/940GML Express Integrated Graphics Controller + Intel Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller
1680x1050
[X11] Mageia 12004000
Mesa DRI Intel(R) 945GM
Comment 19 Lewis Smith 2019-09-15 21:40:20 CEST
Ed

This is a re-cap of things that we have asked you, and which we need to know to help you.

One thing was to try the 32-bit XFCE LIVE 7.1 ISO in *live mode*, without any updates, to see how that works for you.
Since your troubles are related to screensaving, DISABLE the screensaver entirely, so it is never activated.
Try the terminal.
---
If the ISO works 'live', re-install it from the Live desktop.
---
After re-booting the installed system, *before you do any updates*, if necessary (it may have been 'remembered' from the Live session) DISABLE again the screensaver entirely, so it is never activated.
Try the terminal again. How is it?
---
Then update the system - there will be a lot of updates. You will probably need to re-boot the system after they are finished (because of kernel updates at least). Does it re-boot and work correctly?
---
If the system works OK without the screensaver active, you could try activating it and see whether the problem you report re-appears - I imagine after the screensaver has kicked in.
---
If the problem happens still, after the updates, re-boot and do:
 https://bugs.mageia.org/show_bug.cgi?id=25008#c1
and
 https://bugs.mageia.org/show_bug.cgi?id=25008#c7
but with the date corrected to whatever is your current date.

Please report here how things work step by step, as noted above.
If you manage to produce the 3 files asked for, attach them to this bug.

CC: (none) => lewyssmith

Comment 20 Lewis Smith 2019-09-15 21:41:16 CEST
*** Bug 25445 has been marked as a duplicate of this bug. ***
Comment 21 ed hoeven 2019-09-17 11:57:27 CEST
-- Logs begin at Sat 2019-08-17 22:21:38 CEST, end at Tue 2019-09-17 11:54:06 CEST. --
sep 17 10:03:04 localhost.localdomain systemd[1764]: Reached target Timers.
sep 17 10:03:04 localhost.localdomain systemd[1764]: Reached target Paths.
sep 17 10:03:04 localhost.localdomain systemd[1764]: Listening on Sound System.
sep 17 10:03:04 localhost.localdomain systemd[1764]: Starting D-Bus User Message Bus Socket.
sep 17 10:03:04 localhost.localdomain systemd[1764]: Listening on D-Bus User Message Bus Socket.
sep 17 10:03:04 localhost.localdomain systemd[1764]: Reached target Sockets.
sep 17 10:03:04 localhost.localdomain systemd[1764]: Reached target Basic System.
sep 17 10:03:04 localhost.localdomain systemd[1764]: Starting GnuPG private key agent...
sep 17 10:03:04 localhost.localdomain systemd[1764]: Started GnuPG private key agent.
sep 17 10:03:04 localhost.localdomain systemd[1764]: Reached target Main User Target.
sep 17 10:03:04 localhost.localdomain systemd[1764]: Startup finished in 131ms.
sep 17 10:03:04 localhost.localdomain systemd[1764]: Starting D-Bus User Message Bus...
sep 17 10:03:04 localhost.localdomain systemd[1764]: Started D-Bus User Message Bus.
sep 17 10:03:04 localhost.localdomain dbus-daemon[1868]: [session uid=1000 pid=1868] Successfully activated service 'org.freedesktop.systemd1'
sep 17 10:03:04 localhost.localdomain dbus-daemon[1868]: [session uid=1000 pid=1868] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.3' (uid=1000 pid>
sep 17 10:03:04 localhost.localdomain systemd[1764]: Starting Virtual filesystem service...
sep 17 10:03:04 localhost.localdomain dbus-daemon[1868]: [session uid=1000 pid=1868] Successfully activated service 'org.gtk.vfs.Daemon'
sep 17 10:03:04 localhost.localdomain systemd[1764]: Started Virtual filesystem service.
sep 17 10:03:04 localhost.localdomain dbus-daemon[1868]: [session uid=1000 pid=1868] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.6' (uid=1000 pid=1>
sep 17 10:03:04 localhost.localdomain systemd[1764]: Starting Accessibility services bus...
sep 17 10:03:04 localhost.localdomain dbus-daemon[1868]: [session uid=1000 pid=1868] Successfully activated service 'org.a11y.Bus'
sep 17 10:03:04 localhost.localdomain systemd[1764]: Started Accessibility services bus
Comment 22 ed hoeven 2019-09-17 13:21:50 CEST
I really don't know what you ask for? 

I hope you found information in this list....

sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating service name='org.xfce.Xfconf' requested by ':1.>
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: dbus-daemon[1854]: Successfully activated service 'org.a11y.atspi.Registry'
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.xfce.Xfconf'
sep 17 12:39:05 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating service name='org.freedesktop.thumbnails.Thumbna>
sep 17 12:39:05 localhost.localdomain systemd[1723]: Starting Sound Service...
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer atril-thumbnailer -s %s %u %o
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %>
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %>
lines 1-32











sep 17 12:39:03 localhost.localdomain systemd[1723]: Starting D-Bus User Message Bus Socket.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Timers.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Paths.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Listening on Sound System.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Listening on D-Bus User Message Bus Socket.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Sockets.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Basic System.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Starting GnuPG private key agent...
sep 17 12:39:03 localhost.localdomain systemd[1723]: Started GnuPG private key agent.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Main User Target.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Startup finished in 136ms.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Starting D-Bus User Message Bus...
sep 17 12:39:03 localhost.localdomain systemd[1723]: Started D-Bus User Message Bus.
sep 17 12:39:03 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.freedesktop.systemd1'
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='g>
sep 17 12:39:04 localhost.localdomain systemd[1723]: Starting Virtual filesystem service...
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.gtk.vfs.Daemon'
sep 17 12:39:04 localhost.localdomain systemd[1723]: Started Virtual filesystem service.
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating via systemd: service name='org.a11y.Bus' unit='at-spi->
sep 17 12:39:04 localhost.localdomain systemd[1723]: Starting Accessibility services bus...
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.a11y.Bus'
sep 17 12:39:04 localhost.localdomain systemd[1723]: Started Accessibility services bus.
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: dbus-daemon[1854]: Activating service name='org.a11y.atspi.Registry' requested by ':1>
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating service name='org.xfce.Xfconf' requested by ':1.3' (ui>
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: dbus-daemon[1854]: Successfully activated service 'org.a11y.atspi.Registry'
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.xfce.Xfconf'
sep 17 12:39:05 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating service name='org.freedesktop.thumbnails.Thumbnailer1'>
sep 17 12:39:05 localhost.localdomain systemd[1723]: Starting Sound Service...
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer atril-thumbnailer -s %s %u %o
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
lines 1-32







sep 17 12:39:03 localhost.localdomain systemd[1723]: Starting D-Bus User Message Bus Socket.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Timers.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Paths.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Listening on Sound System.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Listening on D-Bus User Message Bus Socket.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Sockets.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Basic System.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Starting GnuPG private key agent...
sep 17 12:39:03 localhost.localdomain systemd[1723]: Started GnuPG private key agent.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Main User Target.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Startup finished in 136ms.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Starting D-Bus User Message Bus...
sep 17 12:39:03 localhost.localdomain systemd[1723]: Started D-Bus User Message Bus.
sep 17 12:39:03 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.freedesktop.systemd1'
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-da>
sep 17 12:39:04 localhost.localdomain systemd[1723]: Starting Virtual filesystem service...
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.gtk.vfs.Daemon'
sep 17 12:39:04 localhost.localdomain systemd[1723]: Started Virtual filesystem service.
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-b>
sep 17 12:39:04 localhost.localdomain systemd[1723]: Starting Accessibility services bus...
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.a11y.Bus'
sep 17 12:39:04 localhost.localdomain systemd[1723]: Started Accessibility services bus.
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: dbus-daemon[1854]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (u>
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating service name='org.xfce.Xfconf' requested by ':1.3' (uid=1000>
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: dbus-daemon[1854]: Successfully activated service 'org.a11y.atspi.Registry'
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.xfce.Xfconf'
sep 17 12:39:05 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' reque>
sep 17 12:39:05 localhost.localdomain systemd[1723]: Starting Sound Service...
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer atril-thumbnailer -s %s %u %o
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
lines 1-32



to make a long list short here is the last one....




sep 17 12:39:03 localhost.localdomain systemd[1723]: Starting D-Bus User Message Bus Socket.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Timers.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Paths.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Listening on Sound System.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Listening on D-Bus User Message Bus Socket.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Sockets.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Basic System.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Starting GnuPG private key agent...
sep 17 12:39:03 localhost.localdomain systemd[1723]: Started GnuPG private key agent.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Reached target Main User Target.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Startup finished in 136ms.
sep 17 12:39:03 localhost.localdomain systemd[1723]: Starting D-Bus User Message Bus...
sep 17 12:39:03 localhost.localdomain systemd[1723]: Started D-Bus User Message Bus.
sep 17 12:39:03 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.freedesktop.systemd1'
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested>
sep 17 12:39:04 localhost.localdomain systemd[1723]: Starting Virtual filesystem service...
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.gtk.vfs.Daemon'
sep 17 12:39:04 localhost.localdomain systemd[1723]: Started Virtual filesystem service.
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested b>
sep 17 12:39:04 localhost.localdomain systemd[1723]: Starting Accessibility services bus...
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.a11y.Bus'
sep 17 12:39:04 localhost.localdomain systemd[1723]: Started Accessibility services bus.
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: dbus-daemon[1854]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1739 comm=">
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating service name='org.xfce.Xfconf' requested by ':1.3' (uid=1000 pid=1739 comm="xfce4-s>
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: dbus-daemon[1854]: Successfully activated service 'org.a11y.atspi.Registry'
sep 17 12:39:04 localhost.localdomain at-spi-bus-launcher[1849]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
sep 17 12:39:04 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Successfully activated service 'org.xfce.Xfconf'
sep 17 12:39:05 localhost.localdomain dbus-daemon[1828]: [session uid=1000 pid=1828] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.15' (uid=10>
sep 17 12:39:05 localhost.localdomain systemd[1723]: Starting Sound Service...
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer atril-thumbnailer -s %s %u %o
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
sep 17 12:39:06 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1828]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
lines 1-32
Comment 23 ed hoeven 2019-09-17 14:55:05 CEST
[XXXXXXX@localhost ~]$ journalctl -b -1
Hint: You are currently not seeing messages from other users and the system.
      Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages.
      Pass -q to turn off this notice.
-- Logs begin at Sat 2019-08-17 22:21:38 CEST, end at Tue 2019-09-17 14:54:06 C>
sep 17 13:13:22 localhost.localdomain systemd[1742]: Reached target Timers.
sep 17 13:13:22 localhost.localdomain systemd[1742]: Starting D-Bus User Messag>
sep 17 13:13:22 localhost.localdomain systemd[1742]: Listening on Sound System.
sep 17 13:13:22 localhost.localdomain systemd[1742]: Reached target Paths.
sep 17 13:13:22 localhost.localdomain systemd[1742]: Listening on D-Bus User Me>
sep 17 13:13:22 localhost.localdomain systemd[1742]: Reached target Sockets.
sep 17 13:13:22 localhost.localdomain systemd[1742]: Reached target Basic Syste>
sep 17 13:13:22 localhost.localdomain systemd[1742]: Starting GnuPG private key>
sep 17 13:13:22 localhost.localdomain systemd[1742]: Started GnuPG private key >
sep 17 13:13:22 localhost.localdomain systemd[1742]: Reached target Main User T>
sep 17 13:13:22 localhost.localdomain systemd[1742]: Startup finished in 136ms.
sep 17 13:13:32 localhost.localdomain systemd[1742]: run-user-987-gvfs.mount: S>
sep 17 13:13:32 localhost.localdomain systemd[1742]: run-user-987.mount: Succee>
sep 17 13:13:35 localhost.localdomain systemd[1742]: Starting D-Bus User Messag>
sep 17 13:13:35 localhost.localdomain systemd[1742]: Started D-Bus User Message>
sep 17 13:13:35 localhost.localdomain dbus-daemon[1850]: [session uid=1000 pid=>
sep 17 13:13:35 localhost.localdomain systemd[1742]: Starting Virtual filesyste>
sep 17 13:13:35 localhost.localdomain dbus-daemon[1850]: [session uid=1000 pid=>
sep 17 13:13:35 localhost.localdomain systemd[1742]: Started Virtual filesystem>
sep 17 13:13:36 localhost.localdomain dbus-daemon[1850]: [session uid=1000 pid=>
sep 17 13:13:36 localhost.localdomain systemd[1742]: Starting Accessibility ser>
sep 17 13:13:36 localhost.localdomain dbus-daemon[1850]: [session uid=1000 pid=>
lines 1-23
Comment 24 ed hoeven 2019-09-17 15:07:58 CEST
[xxxxxx@localhost ~]$ journal.log
bash: journal.log: opdracht niet gevonden
[edu@localhost ~]$
Comment 25 ed hoeven 2019-09-17 15:13:16 CEST
[xxxxxxx@localhost ~]$ journalctl --since 2019-09-15 -x /usr/bin/xscreensaver > journal.log
Hint: You are currently not seeing messages from other users and the system.
      Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages.
      Pass -q to turn off this notice.
[edu@localhost ~]$
Comment 26 ed hoeven 2019-09-17 16:08:56 CEST
i585
pakket: drakx-net-text-2.42-1.mga7
Kernel: 5.2.10-desktop586-1.mga7


Theme name: Adwaita-Xfce
Kernel version = 5.2.10-desktop586-1.mga7
Distribution=Mageia release 7 (Official) for i586
CPU=Genuine Intel(R) CPU           T2050  @ 1.60GHz

Gebruikte thema: Adwaita-Xfce

Om een foutrapport te versturen, klikt u op de rapporteren-knop.  
Hierdoor wordt een webbrowservenster geopend op Bugzilla waar u een invulformulier vindt. De bovenstaande informatie zal worden verstuurd naar die server.
Het zou behulpzaam zijn als u in uw rapport de uitvoer van de volgende opdracht bijvoegt: ‘lspcidrake -v’

[xxxxxx@localhost ~]$ lspcidrake -v
snd_hda_intel   : Intel Corporation|NM10/ICH7 Family High Definition Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:27d8 subv:1028 subd:01bd) (rev: 01)
unknown         : Intel Corporation|Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [DISPLAY_OTHER] (vendor:8086 device:27a6 subv:1028 subd:01bd) (rev: 03)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #2 [SERIAL_USB] (vendor:8086 device:27c9 subv:1028 subd:01bd) (rev: 01)
sdhci_pci       : Ricoh Co Ltd|R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (vendor:1180 device:0822 subv:1028 subd:01bd) (rev: 19)
intel_rng       : Intel Corporation|82801GBM (ICH7-M) LPC Interface Bridge [BRIDGE_ISA] (vendor:8086 device:27b9 subv:1028 subd:01bd) (rev: 01)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #4 [SERIAL_USB] (vendor:8086 device:27cb subv:1028 subd:01bd) (rev: 01)
r852            : Ricoh Co Ltd|xD-Picture Card Controller [SYSTEM_OTHER] (vendor:1180 device:0852 subv:1028 subd:01bd) (rev: 05)
unknown         : Intel Corporation|NM10/ICH7 Family PCI Express Port 1 [BRIDGE_PCI] (vendor:8086 device:27d0) (rev: 01)
ata_piix        : Intel Corporation|82801GBM/GHM (ICH7-M Family) SATA Controller [IDE mode] [STORAGE_IDE] (vendor:8086 device:27c4 subv:1028 subd:01bd) (rev: 01)
ehci_pci        : Intel Corporation|NM10/ICH7 Family USB2 EHCI Controller [SERIAL_USB] (vendor:8086 device:27cc subv:1028 subd:01bd) (rev: 01)
Card:Intel 810 and later: Intel Corporation|Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [DISPLAY_VGA] (vendor:8086 device:27a2 subv:1028 subd:01bd) (rev: 03)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #1 [SERIAL_USB] (vendor:8086 device:27c8 subv:1028 subd:01bd) (rev: 01)
firewire_ohci   : Ricoh Co Ltd|R5C832 IEEE 1394 Controller [SERIAL_FIREWIRE] (vendor:1180 device:0832 subv:1028 subd:01bd)
uhci_hcd        : Intel Corporation|NM10/ICH7 Family USB UHCI Controller #3 [SERIAL_USB] (vendor:8086 device:27ca subv:1028 subd:01bd) (rev: 01)
r592            : Ricoh Co Ltd|R5C592 Memory Stick Bus Host Adapter [SYSTEM_OTHER] (vendor:1180 device:0592 subv:1028 subd:01bd) (rev: 0a)
iwl3945         : Intel Corporation|PRO/Wireless 3945ABG [Golan] Network Connection [NETWORK_OTHER] (vendor:8086 device:4222 subv:8086 subd:1021) (rev: 02)
unknown         : Intel Corporation|Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [BRIDGE_HOST] (vendor:8086 device:27a0 subv:1028 subd:01bd) (rev: 03)
i2c_i801        : Intel Corporation|NM10/ICH7 Family SMBus Controller [SERIAL_SMBUS] (vendor:8086 device:27da subv:1028 subd:01bd) (rev: 01)
unknown         : Intel Corporation|82801 Mobile PCI Bridge [BRIDGE_PCI] (vendor:8086 device:2448) (rev: e1)
unknown         : Intel Corporation|NM10/ICH7 Family PCI Express Port 4 [BRIDGE_PCI] (vendor:8086 device:27d6) (rev: 01)
hub             : Linux 5.2.10-desktop586-1.mga7 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
hub             : Linux 5.2.10-desktop586-1.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub             : Linux 5.2.10-desktop586-1.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
usbhid          : RAPOO|RAPOO 5G Wireless Device [Human Interface Device|Boot Interface Subclass|Keyboard] (vendor:24ae device:2003)
hub             : Linux 5.2.10-desktop586-1.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub             : Linux 5.2.10-desktop586-1.mga7 uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hid_generic     : RAPOO RAPOO 5G Wireless Device
hid_generic     : RAPOO RAPOO 5G Wireless Device
[xxxxxx@localhost ~]$
Comment 27 ed hoeven 2019-09-17 16:11:13 CEST
I hope this ia what you need? 
greetings , ed
Comment 28 ed hoeven 2019-09-17 20:02:27 CEST
aug 17 22:21:39 localhost.localdomain at-spi-bus-launcher[1818]: dbus-daemon[1823]: Activating service name='org.a11y.atspi.Registry' requeste>
aug 17 22:21:39 localhost.localdomain dbus-daemon[1789]: [session uid=1000 pid=1789] Activating service name='org.xfce.Xfconf' requested by ':>
aug 17 22:21:39 localhost.localdomain at-spi-bus-launcher[1818]: dbus-daemon[1823]: Successfully activated service 'org.a11y.atspi.Registry'
aug 17 22:21:39 localhost.localdomain at-spi-bus-launcher[1818]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
aug 17 22:21:39 localhost.localdomain dbus-daemon[1789]: [session uid=1000 pid=1789] Successfully activated service 'org.xfce.Xfconf'
aug 17 22:21:40 localhost.localdomain dbus-daemon[1789]: [session uid=1000 pid=1789] Activating service name='org.freedesktop.thumbnails.Thumb>
aug 17 22:21:41 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1789]: Registered thumbnailer atril-thumbnailer -s %s %u %o
aug 17 22:21:41 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1789]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s>
aug 17 22:21:41 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1789]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s>
aug 17 22:21:41 localhost.localdomain systemd[1684]: Starting Sound Service...

aug 17 22:21:41 localhost.localdomain gst-plugin-scan[1885]: Couldn't g_module_open libpython. Reason: /usr/lib/libpython3.7m.so: cannot open >

aug 17 22:21:41 localhost.localdomain systemd[1684]: Started Sound Service.
aug 17 22:21:41 localhost.localdomain dbus-daemon[1789]: [session uid=1000 pid=1789] Activating service name='ca.desrt.dconf' requested by ':1>
aug 17 22:21:42 localhost.localdomain dbus-daemon[1789]: [session uid=1000 pid=1789] Successfully activated service 'ca.desrt.dconf'
aug 17 22:21:42 localhost.localdomain net_applet[1888]: ### Program is starting ###
lines 1-40
Comment 29 ed hoeven 2019-09-17 20:07:25 CEST




-- Logs begin at Sat 2019-08-17 22:21:38 CEST, end at Tue 2019-09-17 20:03:18 CEST. --
sep 17 14:53:22 localhost.localdomain systemd[1723]: Listening on Sound System.
sep 17 14:53:22 localhost.localdomain systemd[1723]: Reached target Paths.
sep 17 14:53:22 localhost.localdomain systemd[1723]: Reached target Timers.
sep 17 14:53:22 localhost.localdomain systemd[1723]: Starting D-Bus User Message Bus Socket.
sep 17 14:53:22 localhost.localdomain systemd[1723]: Listening on D-Bus User Message Bus Socket.
sep 17 14:53:22 localhost.localdomain systemd[1723]: Reached target Sockets.
sep 17 14:53:22 localhost.localdomain systemd[1723]: Reached target Basic System.
sep 17 14:53:22 localhost.localdomain systemd[1723]: Starting GnuPG private key agent...
sep 17 14:53:22 localhost.localdomain systemd[1723]: Started GnuPG private key agent.
sep 17 14:53:22 localhost.localdomain systemd[1723]: Reached target Main User Target.
sep 17 14:53:22 localhost.localdomain systemd[1723]: Startup finished in 139ms.
sep 17 14:53:32 localhost.localdomain systemd[1723]: run-user-987-gvfs.mount: Succeeded.
sep 17 14:53:32 localhost.localdomain systemd[1723]: run-user-987.mount: Succeeded.
sep 17 14:53:38 localhost.localdomain systemd[1723]: Starting D-Bus User Message Bus...
sep 17 14:53:38 localhost.localdomain systemd[1723]: Started D-Bus User Message Bus.
sep 17 14:53:38 localhost.localdomain dbus-daemon[1829]: [session uid=1000 pid=1829] Successfully activated service 'org.freedesktop.systemd1'
sep 17 14:53:38 localhost.localdomain dbus-daemon[1829]: [session uid=1000 pid=1829] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.3' (ui>
sep 17 14:53:38 localhost.localdomain systemd[1723]: Starting Virtual filesystem service...
sep 17 14:53:38 localhost.localdomain dbus-daemon[1829]: [session uid=1000 pid=1829] Successfully activated service 'org.gtk.vfs.Daemon'
sep 17 14:53:38 localhost.localdomain systemd[1723]: Started Virtual filesystem service.
sep 17 14:53:38 localhost.localdomain dbus-daemon[1829]: [session uid=1000 pid=1829] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.6' (uid=>
sep 17 14:53:38 localhost.localdomain systemd[1723]: Starting Accessibility services bus...
sep 17 14:53:38 localhost.localdomain dbus-daemon[1829]: [session uid=1000 pid=1829] Successfully activated service 'org.a11y.Bus'
sep 17 14:53:38 localhost.localdomain systemd[1723]: Started Accessibility services bus.
sep 17 14:53:38 localhost.localdomain at-spi-bus-launcher[1852]: dbus-daemon[1857]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1742 comm="xfce4-session")
sep 17 14:53:38 localhost.localdomain dbus-daemon[1829]: [session uid=1000 pid=1829] Activating service name='org.xfce.Xfconf' requested by ':1.3' (uid=1000 pid=1742 comm="xfce4-session")
sep 17 14:53:38 localhost.localdomain at-spi-bus-launcher[1852]: dbus-daemon[1857]: Successfully activated service 'org.a11y.atspi.Registry'
sep 17 14:53:38 localhost.localdomain at-spi-bus-launcher[1852]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
sep 17 14:53:38 localhost.localdomain dbus-daemon[1829]: [session uid=1000 pid=1829] Successfully activated service 'org.xfce.Xfconf'
sep 17 14:53:40 localhost.localdomain dbus-daemon[1829]: [session uid=1000 pid=1829] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.15' (uid=1000 pid=1876 co>
sep 17 14:53:40 localhost.localdomain systemd[1723]: Starting Sound Service...
sep 17 14:53:41 localhost.localdomain systemd[1723]: Started Sound Service.
sep 17 14:53:41 localhost.localdomain org.freedesktop.thumbnails.Thumbnailer1[1829]: Registered thumbnailer atril-thumbnailer -s %s %u %o
lines 1-34
Comment 30 Lewis Smith 2019-09-17 20:44:41 CEST
Over to you, Jani...

CC: lewyssmith => (none)

Comment 31 ed hoeven 2019-09-18 00:51:24 CEST
?????????????????
Comment 32 Morgan Leijström 2019-09-18 00:57:48 CEST
Jani is the asignee for this bug, see header.
Comment 33 Konrad Bernlöhr 2019-10-04 17:33:45 CEST
Not sure if my recent observation about screensavers is related but:
have you checked that there is only one screensaver running?

I am using the xfce4 desktop and my workaround for problems like that (happening perhaps once every couple of months, not too annoying) was to switch to the
console (<Alt><Ctl><F2> or such), log in, and enter 'killall xscreensaver',
switch back to graphical desktop (<Alt><Ctl><F1>) and, voila, the screen was unlocked. No harm done to any other running processes.

Recently, I did a 'ps alx | grep screensaver' before a kill and didn't trust my eyes when I saw three different screensavers running at the same time:
xscreensaver, xfce4-screensaver, and mate-screensaver, the first two under xfce4-session (and subsequently disabled in xfce4-session-settings) while the last one was launched by the 'systemd --user' process (and I have not been able to figure out how it happens to be launched in systemd).

I could imagine that with multiple screensavers, one tries to block input to the other one.

CC: (none) => Konrad.Bernloehr

Comment 34 Lewis Smith 2019-10-19 11:40:43 CEST
@Konrad What you found was very interesting; thank you for noting it.
> Recently, I did a 'ps alx | grep screensaver' before a kill and didn't trust
> my eyes when I saw three different screensavers running at the same time:
> etc
@Ed Do you find anything similar with 'ps alx | grep screensaver' when you have the screensaver/locker activated?

A new bug 25586 may be a duplicate of this one, but that relates to Plasma.

CC: (none) => lewyssmith

Comment 35 Konrad Bernlöhr 2019-10-19 13:26:57 CEST
That observation of multiple screensavers was in fact while the screen was locked after some time of inactivity. I did not start any screensaver manually. I was wondering if one of the two running under xfce4-session was left over from a prior Mageia installation (xfce4-session-settings is showing other de-activated tasks that look out-dated) - but those were easy enough to control. For the other one, running under 'systemd --user' I did not find out how it got launched, perhaps through some 'power management' tool?
Comment 36 ed hoeven 2019-10-19 18:54:10 CEST
Sorry... 

I reinstall Mageia 7.1 again ...

And update all but without screensaver option, I don't know witch one anymore.
And screensaver settings are off, when inactive the power setting are after one hour computer off.

 there is a new update ringing today ... I hope nothing change after running this update....

 If wrong? 

I dont have radeon-firmware - ATI/AMD Radeon firmware files​,... so this I can setting for off... 

 ....
Comment 37 Lewis Smith 2020-01-19 20:47:43 CET
Ed
Please see https://bugs.mageia.org/show_bug.cgi?id=26102#c4
and the attachment to that bug:
 https://bugs.mageia.org/attachment.cgi?id=11467
Does this look like what you had?

So the problem seemed to be that at installation there is xscreensaver; the system 'update' introduced (among other things) xfce4-screensaver.
Ihar solved his problem by removing xscreensaver; it would be useful to know whether removing just xfce4-screensaver also worked.
What is your current situation with respect to this problem?
---
@Jani
It looks as if the cause of this (& similar) bug is multiple screensavers introduced after the post-install Xfce system update. Or at least that both are left active. Is there any way that this can be stopped? Curious that it has only shown - twice - on i586 systems.

The bug raiser has not complained for 3 months; if you can see a way to close the bug - please do. I am tempted to say 'fixed', except has something changed to stop ths happoening again?
Comment 38 ed hoeven 2020-01-19 23:55:13 CET
Hi,

Yes I dont have this problem any more, I set the settings when not active for 1 hour then the computer is turning off.

And works fine for me, already from ? +/- september 2019

And YES, looking at pictures before and after updates This is right! 
Before the update after login the screen stays black. 
Or also when logged in and for x? minutes inactive the screen was going to black.
Then there was noway to wake up the system. Only one option left was to turnoff all, and startup again. 

To test the new update I must change my old settings for you. 

I come back to answer for this question.
Comment 39 ed hoeven 2020-01-20 02:44:54 CET
xfce4 screen saver
? (Xscreensaver 5.42)
and
screensaver
can't be on together.
When testing,...  Xscreensaver works well!
So for testing the other, I set the settings from Xscreensaver off

When I set the optons from the new? screensaver settings on, and screen-saving is started with blue blocks, then to go back on working screen? Now the screen is white!!! 
When I want to go out of the white ?screen-saving? I can't, when this is starting on.

This is the left one, below, this still not working good, (black screen is now white screen). 

https://bugs.mageia.org/attachment.cgi?id=11467 

Then there is no options to go back to the working screen. Turn off the system and on again is the only possible option. 


However there is also another problem, when I play YouTube, the screen turns on the screen saver after a while. So sound continues, but the screen is on screensaver from Xscreensaver.
This was also in Mageia 6.x
For this problem...
I have to set the settings in time when the screen saver has to be switched on in maximum time.
Comment 40 ed hoeven 2020-01-20 12:39:13 CET
Hello again,

Today 2020-01-20 I have no problems, all works very good.

When screensaver start up and I hid the mouse my work screen is comeback.

Even when after screensaver blue random blocks the screen is turn black, and I hid the mouse, my working screen is coming back. 

So I am very happy now. 

my compliments for this good works..
Comment 41 ed hoeven 2020-01-20 14:39:21 CET
OOPS 

No still a problem is going on ...

When after long time ... 

 This my experience .. I have a radio stream playing...
  after 1 minute screensaver is starting... 
   Then I see RANDOM BLOCKS playing....
     after a much longer time stream is stopped...
      Screen is black now, but PC is still on, ...but sleeping...
        I hid my mouse...
          The radio stream is playing further...
            I must login now... then after that...
             The blue blocks is coming up but not playing the random run!!!
    !!!!         I Can't get back to my normal screen...  !!!!!
    !!!!         I hid any key button, mouse move and clicks !!!!!
    !!!!         The blue blocks is still not moving en not going away. !!!!
  Then only one option left...
  Turn off the computer...
  And restart.... 

  So the problem begin when sleeping is started.
Comment 42 ed hoeven 2020-01-20 14:52:27 CET
OOPS II


When after short time.... 

 My experience II 

 I was reading 2020-01-20 14:39:21 CET ...
   then after one minute my screensaver started the random playing blue blocks...
         I hid my mouse....
 !!!  Then the screen is going white,...!!! 
      ... just like yesterday 2020-01-20 02:44:54 CET 
 !!!  The screen stays white after any hits on button or mouse....!!! 
 !!!  I can't do nothing now... !!!
  Then only one option left...
  Turn off the computer...
  And restart....
Comment 43 ed hoeven 2020-01-20 15:01:49 CET
Second command.... 

I read more... now from 2020-01-20 14:52:27 CET 

When after short time.... 

 My experience III 

 I was reading 2020-01-20 14:52:27 CET  ...
   then after one minute my screensaver started the random playing blue blocks...
         I hid my mouse....
           And now my screen is coming back so I can read further ...
 No problem now... 

 !!! It looks like, the problem is random... !!!

 I hope this info will help you to find the problem....
Comment 44 Lewis Smith 2020-01-20 21:01:45 CET
Ed, if you still have >1 screensvaer/locker, please remove all but one. The other complainant removed xscreensaver to leave just xfce4-screensaver.

When you say (repeatedly) that you have to re-start the computer, did you ever try Ctl/Alt/F2-6 to go to a virtual console, then Ctl/Alt/F1 to get back to the graphical screen? That sorts some problems.

The distorted screens you are now seeing remind me of the screen disruption while logging in to Xfce - but not once the desktop shows. That has been ab Xfce problem since testing Mageia 7, but is quite uniumportant. But it may be related.
Comment 45 Lewis Smith 2020-02-02 09:42:01 CET
Adding the following comment(s) from Ed:
========================================
Before I received your mail, I configured it so that the entire system
goes out after 30 minutes.
And without screensaver, it was switched off!
This worked well for me.
However, after your question, I started to experiment ...
My configuration is now so ...
xfce power saver not installed, so it is off.
screensaver not installed, so it is also switched off.
.Xscreensaver is now only on.
... Text manipulation:
... Text = XScreensaver.
.On advanced options:
.. Enable power management ...
... Standby after 1 minutes
... Sleep mode after 2 minutes
... off after 3 minutes
.........
System does not switch off after 3 minutes, which is logical, because
powersaver is missing.
Standby and sleep mode now work alone.
Here I experienced the following problem ..

experience 1: If the screen goes black, and I respond immediately to
go back to my previous working screen, it stays black.

experience 2: If the screen goes black, and I continue after 5 minutes
then there is no problem, so I will return to my previous working
screen.
-----------------------------------------------------------------
I go now started a new experiment...
with no XScreensaver but only xfce screensafer.
My configuration is now so ...
xfce power saver not installed, so it is off.
screensaver now not installed, so that is now on.
.Xscreensaver has been deleted. therefore not present.
Options for the screensaver ...:
.. Switch on screen saver
.... Pop art squares
......... Activate screen saver when computer is not used === on at 1 minute
......... Turn off screen saver for full-screen applications === on
..........All options of "Screen lock" are still off !!!

experiences....:
Here I experienced the following problem ..

1: If the screen goes to Pop art squares, and I respond immediately to
go back to my previous working screen then it is now completely WHITE
!! , and that stays white until I turn off the computer (DELL laptop
Inspiration 6400) and restart it.

2: If the screen goes to Pop art squares, and I continue after 5
minutes then there is no problem, so I will return to my previous
working screen.
-----------------------------------------------------------------
about the same configuration as above

After a restart now and logged in, then do nothing,... just waiting
until the Pop art squares coming... then try to go back on the
previous screen.. this is now working oke...

Running this several times at different times briefly and waiting
longer while the screensaver Pop art squares is showing, there are now
no problems. I can return to the first screen at all times.
....
I try this again... turnOFF and ON the PC,
If I get a white screen and cant go back, I wrote you again....
---------------------------------------------------------------
about the same configuration

After a restart now and logged in, then do nothing,... just waiting
until the Pop art squares coming... then try to go back on the
previous screen.. this is now working oke...

Running this several times at different times briefly and waiting
longer while the screensaver Pop art squares is showing, there are now
no problems. I can return to the first screen at all times.
....
I try this again... turnOFF and ON the PC,
-----------------------------------------------------------------
and when the Pop art starts showing, Want to go back , but then the
white screen was showing....
When I push on the turnOFF button, then the previous screen was
showing up and then turned off.

... I hope you can find the problem...

Also my answer oon your question about "Ctrl"+"Alt"+"F2" to "F6" I see
text to login. I logged in on name and pass word after I see then $;
When I do "Ctrl"+"Alt"+"F1" The the white screen is showing again.
This was also for the black screen problem ...
-----------------------------------------------
After a while ...more than one hour time after.
When after the screensaver Pop art squares was showing I look at my
Comp. screen and this was black, I think set into pause..
I tried to  go back, then the Pop art squares was showing up again,
then next try to go back, then the screen was white!!! .. and stays
white,
Ctrl alt F2 the login text seeing Ctrl alt F1 the screen was white
again... ... Turn off was the Only option
===================================================================
Comment 46 Lewis Smith 2020-02-02 09:55:12 CET
Ed
1. You know now how to configure your system to not have the problem (no screensaver at all, or whatever else); do that.

2. You have always said that you have to re-start the computer to recover. But your tests with Ctrl/Alt/Fn to and from a virtual console show that the system is still running. I should have suggested ages ago, when it blocks, do:
 Ctrl/Alt/Backspace/Backspace       [Backspace twice]
This re-starts X, and should put you back at the login screen. Of course you lose what was going on, but it is much less disruptive than re-starting the computer.
Comment 47 ed hoeven 2020-02-02 13:53:27 CET
Thank you Lewis,

I tried Ctrl/Alt/Backspace/Backspace, and this is much easier.

And yes all the screensavers setting are off now.
But, somehow, this is still active, only the black screen is showing then after one minute.
And the also when I move the mouse or hid the keyboard then sometimes I got the white screen again. This is very random.

So now I set the screen saver option on again, ... change the time from 1 minute to 60 minutes....

Restart the system, and then,... turnoff the screensaver setting...
 
Now the screensaver is not starting after one minute anymore, I'm happy ^ 
I plan to try the power saver and set this options on 40 minutes to turn off the system.
This option I liked more.
Comment 48 ed hoeven 2020-02-03 15:37:47 CET
Hello,

I have one question more....

Screensaver is set to 200 minutes

xfce-powersaver : system options is set to sleep after 15 minutes but the system stays on and on ... 
I want a option to set system off after some time... 
I had this earlier, how can I set this option active again... ??
Comment 49 Bernard SIAUD 2020-02-10 18:33:48 CET
It's to long in english for me...

With my computer and sfce4 :
Ctrl-Alt-F2
And login.
ps uax | grep save
killall (I don't remember me, but a prog that I found with this ps uaw | grep save)
Now, I have in auto start only xfce4-screensaver (the first), but not xcreensaver, and no light-locker. Ans it's good.


My wife a a problem with this computer and kde. After screensaver started, we have no login window we do Ctrl-Alt-F2 and after Ctrl-Alt-F1 and now we have the login window.

CC: (none) => liste

Comment 50 ed hoeven 2020-02-10 19:10:58 CET
(In reply to Bernard SIAUD from comment #49)
> It's to long in english for me...
> 
> With my computer and sfce4 :
> Ctrl-Alt-F2
> And login.
> ps uax | grep save
> killall (I don't remember me, but a prog that I found with this ps uaw |
> grep save)
> Now, I have in auto start only xfce4-screensaver (the first), but not
> xcreensaver, and no light-locker. Ans it's good.
> 
> 
> My wife a a problem with this computer and kde. After screensaver started,
> we have no login window we do Ctrl-Alt-F2 and after Ctrl-Alt-F1 and now we
> have the login window.

I think, after login you have a black screen? only...
Or is all oke then...?
Comment 51 Bernard SIAUD 2020-02-11 06:41:34 CET
I couldn't find a place to login. It was as soon as I touched the keyboard or the mouse.
Comment 52 ed hoeven 2020-02-11 09:46:02 CET
For restart can you press the buttons on keyboard...

Ctrl/Alt/Backspace/Backspace

  [Crtl Alt] and push together [Backspace] and again [Backspace] .

  Can you now login ?
Comment 53 Morgan Leijström 2021-01-26 13:45:45 CET
Hi.
Is this bug still valid?
Comment 54 Aurelien Oudelet 2021-07-06 13:17:07 CEST
Mageia 7 is EOL since July 1st 2021.
There will not have any further bugfix for this release.

You are encouraged to upgrade to Mageia 8 as soon as possible.

@reporter, if this bug still apply with Mageia 8, please let us know it.

@packager, if you work on the Mageia 7 version of your package, please check the Mageia 8 package if issue is also present. In this case, please fix the Mageia 8 version instead.

This bug report will be closed OLD if there is no further notice within 1st September 2021.
Comment 55 Marja Van Waes 2021-09-07 14:10:55 CEST
Hi bug reporter and hi assignee and others involved,

Please reopen this bug report if it is still valid for Mageia 8 or 9(cauldron), and change "Version:" in the upper left of this report accordingly.

This report is being closed as OLD because it was filed against Mageia 7, for which  support ended on June 30th 2021.

Thanks,
Marja

Resolution: (none) => OLD
Status: NEW => RESOLVED


Note You need to log in before you can comment on or make changes to this bug.