C8 And Plasma5 Error

Home » CentOS » C8 And Plasma5 Error
CentOS 6 Comments

Hi list,

I have installed plasma5 on my c8 workstation but I’m getting (random)
error for kdeinit5 and cannot see any information about the segmentation fault because there are not available information.

Anyone that use Plasma5 from EPEL get this error?

How I can communicate the bug with the maintainer?

Thanks in

6 thoughts on - C8 And Plasma5 Error

  • Il 11/03/20 04:13, Ian Mortimer ha scritto:
    Sorry, I’m here again. I have created a bugzilla account and done what you said. Reading select list of which component give the error, I tried to locate what packages has kde5init but nothing contains it.

    I run also “find / | grep “kde5init” but I don’t get any results.

    Seems that kde5init is not present on the system and inside repositories.

    How I can proceed?

  • I think you mean kdeinit5 (as in your original post). That’s provided by the package:

    kf5-kinit

    If you have mlocate installed you can find files with:

    locate _file_name_

    If the file is installed by a package and is an executable you can find which package with:

    rpm -qf $(which kdeinit5)

    If it’s not an executable but you know the path to the file:

    rpm -qf /path/to/file