Skip to content

[Bug] PlasmaShell replaces the DNF Dragora logo with the Wayland logo in the Task Manager plasmoid. #236

@RokeJulianLockhart

Description

@RokeJulianLockhart

This may be related to issues/169#issuecomment-1058590836.

Demonstration

  • Screenshot

    Screenshot_20240611_155156

  • Screencast

    Details

    Screencast_20240611_154813.webm

My Environment

  1. #!/usr/bin/env sh
    rpm -qf $(command -v dnfdragora) \
    	--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: dnfdragora
    Version: 2.99.0^git20250421.1.2f707ee
    Release: 5.fc43
    Architecture: noarch
    Install Date: Thu 19 Feb 2026 12:27:22 GMT
    Size: 2303044
    Signature: (none)
    Source RPM: dnfdragora-2.99.0^git20250421.1.2f707ee-5.fc43.src.rpm
    Build Date: Fri 19 Sep 2025 13:25:59 BST
    Build Host: buildvm-ppc64le-28.rdu3.fedoraproject.org
    Packager: Fedora Project
    Vendor: Fedora Project

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions