Skip to content

[Bug]: The symbol, that appears when no videos have been added, can render atop of, and behind, elements that it should not. #268

Description

@beedell-roke

Observed Result

The undermentioned symbol fails to correctly alter its placment when the window is resized:

  • Image
  • Image

How To Reproduce It

Something similar to:

#!/usr/bin/env sh
systemsettings kcm_screenlocker &
if kscreen-doctor -o | grep -A20 'priority 1' | grep -q 'Geometry: 0,0 2560x1440'; then
    kdotool windowsize "$(kdotool getactivewindow)" 979 678
fi

My Environment

  • SVWR

    1. Details

      #!/usr/bin/env sh
      rpm -qa plasma-smart-video-wallpaper-reborn \
      	--queryformat "$(
      		cat <<'EOF'
      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}
      EOF
      	)"$'\n' | yq -P

    2. 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
  • OS And DE

    1. Details

      #!/usr/bin/env sh
      kinfo | yq -P

    2. KDE Plasma Version: 6.6.5
      KDE Frameworks Version: 6.26.0
      Qt Version: 6.11.1
      Kernel Version: 7.0.9-205.fc44.x86_64 (64-bit)
      Graphics Platform: Wayland

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions