Comment # 1 on bug 1185681 from
** SENT THE 1ST MESSAGE BY MISTAKE **

I'm running

```
Operating System: openSUSE Tumbleweed 20210503
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.81.0
Qt Version: 5.15.2
Kernel Version: 5.12.0-2-default
OS Type: 64-bit
Graphics Platform: X11
Processors: 16 ��� AMD Ryzen 7 3700X 8-Core Processor
Memory: 31,3 GiB of RAM
Graphics Processor: GeForce RTX 2060 SUPER/PCIe/SSE2
```

And the YaST module in System Settings fails to launch with (cf. screenshot)

```
The Module YaST is not a valid configuration module
```

The file stated in the error message `YaST-systemsettings.desktop` is located
in `/usr/share/kservices5` (or in `/usr/share/kde4/services` and reads

```
[Desktop Entry]
Type=Service
Name=YaST
Icon=yast-control-center
GenericName=Administrator Settings
Exec=kdesu -c /sbin/yast2
X-KDE-System-Settings-Parent-Category=system-administration 
X-KDE-ServiceTypes=SystemSettingsExternalApp
```

And what reads a desktop file with the Library directive (ex.
screenlocker.desktop) :

```
[Desktop Entry]
Type=Service
X-KDE-ServiceTypes=KCModule
Icon=preferences-desktop-user-password
X-KDE-Library=kcm_screenlocker
X-KDE-ParentApp=kcontrol
X-DocPath=kcontrol/screenlocker/index.html

X-KDE-System-Settings-Parent-Category=desktopbehavior
X-KDE-Weight=60
```


You are receiving this mail because: