My Environment
-
Details
#!/usr/bin/env pwsh
rpm -qa plasma-smart-video-wallpaper-reborn --queryformat @'
Name: %{NAME}
Version: %{VERSION}
Release: %{RELEASE}
Architecture: %{ARCH}
Install Date: %{INSTALLTIME:date}
Size: %{SIZE}
Signature: %{SIGPGP:pgpsig}
Source RPM: %{SOURCERPM}
Build Date: %{BUILDTIME:date}
Build Host: %{BUILDHOST}
Packager: %{PACKAGER}
Vendor: %{VENDOR}
'@ | yq -P
-
Name: plasma-smart-video-wallpaper-reborn
Version: 2.9.0
Release: 1.fc44
Architecture: noarch
Install Date: Mon 18 May 2026 18:01:39 BST
Size: 224235
Signature: (none)
Source RPM: plasma-smart-video-wallpaper-reborn-2.9.0-1.fc44.src.rpm
Build Date: Thu 29 Jan 2026 12:04:53 GMT
Build Host: buildvm-ppc64le-20.rdu3.fedoraproject.org
Packager: Fedora Project
Vendor: Fedora Project
My Rationale
This feature has been requested at issues/156#issuecomment-3353236408, but because SDDM did not support such plugins, it was rejected.
However, as aforestated there, Plasma Login Manager should support them, and it is the default login manager for Plasma 6.6.5 (in Fedora 44). Yet, PSVWR does not support it:
My Desired Solution
Support Plasma Login Manager.
Considered Alternatives
If PLM does not yet support it, we should file an enhancement ticket at KDE's Bugzilla instance, after asking at KDE's Discourse instance.
Additional Context
@jaredRichardWilliam proposed this, so I'm not the sole requestee!
My Environment
Details
My Rationale
This feature has been requested at
issues/156#issuecomment-3353236408, but because SDDM did not support such plugins, it was rejected.However, as aforestated there, Plasma Login Manager should support them, and it is the default login manager for Plasma 6.6.5 (in Fedora 44). Yet, PSVWR does not support it:
My Desired Solution
Support Plasma Login Manager.
Considered Alternatives
If PLM does not yet support it, we should file an enhancement ticket at KDE's Bugzilla instance, after asking at KDE's Discourse instance.
Additional Context
@jaredRichardWilliam proposed this, so I'm not the sole requestee!