{
  "issues": [
    {
      "result": "fail",
      "text": "The License field must be a valid SPDX expression.",
      "note": "Not a valid SPDX expression 'GPLv2+ and CC-BY-SA'. It seems that you are using the old Fedora license abbreviations. Try `license-fedora2spdx' for converting it to SPDX.",
      "name": "CheckLicenseFieldSPDX",
      "url": "https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1"
    }
  ],
  "results": {
    "MUST": {
      "Generic": [
        {
          "result": "pending",
          "text": "Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines.",
          "note": null,
          "name": "CheckApprovedLicense",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/"
        },
        {
          "result": "pass",
          "text": "Package uses either %{buildroot} or $RPM_BUILD_ROOT",
          "note": null,
          "name": "CheckBuildrootMacros",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros"
        },
        {
          "result": "pending",
          "text": "Package contains no bundled libraries without FPC exception.",
          "note": null,
          "name": "CheckBundledLibs",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling"
        },
        {
          "result": "pending",
          "text": "Changelog in prescribed format.",
          "note": null,
          "name": "CheckChangelogFormat",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#changelogs"
        },
        {
          "result": "pass",
          "text": "Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install.",
          "note": null,
          "name": "CheckCleanBuildroot",
          "url": "(this test has no URL)"
        },
        {
          "result": "pending",
          "text": "Sources contain only permissible code or content.",
          "note": null,
          "name": "CheckCodeAndContent",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/what-can-be-packaged/#_impermissible_content"
        },
        {
          "result": "pass",
          "text": "Macros in Summary, %description expandable at SRPM build time.",
          "note": null,
          "name": "CheckDescMacros",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_rpm_buildtime_macros"
        },
        {
          "result": "pending",
          "text": "Package contains desktop file if it is a GUI application.",
          "note": null,
          "name": "CheckDesktopFile",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_desktop_files"
        },
        {
          "result": "pending",
          "text": "Development files must be in a -devel package",
          "note": null,
          "name": "CheckDevelFilesInDevel",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_devel_packages"
        },
        {
          "result": "pending",
          "text": "Package requires other packages for directories it uses.",
          "note": "No known owner of /usr/share/themes, /usr, /usr/share/licenses, /usr/share/doc, /usr/share",
          "name": "CheckDirectoryRequire",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership"
        },
        {
          "result": "pass",
          "text": "Dist tag is present.",
          "note": null,
          "name": "CheckDistTag",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/DistTag/"
        },
        {
          "result": "pending",
          "text": "Package uses nothing in %doc for runtime.",
          "note": null,
          "name": "CheckDocRuntime",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation"
        },
        {
          "result": "pass",
          "text": "Package does not contain duplicates in %files.",
          "note": null,
          "name": "CheckFileDuplicates",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_duplicate_files"
        },
        {
          "result": "pass",
          "text": "Permissions on files are set properly.",
          "note": null,
          "name": "CheckFilePermissions",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_permissions"
        },
        {
          "result": "pending",
          "text": "Package complies to the Packaging Guidelines",
          "note": null,
          "name": "CheckGuidelines",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/"
        },
        {
          "result": "pass",
          "text": "Package must not depend on deprecated() packages.",
          "note": null,
          "name": "CheckIfDepsDeprecated",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/"
        },
        {
          "result": "pass",
          "text": "If (and only if) the source package includes the text of the license(s) in its own file, then that file, containing the text of the license(s) for the package is included in %license.",
          "note": null,
          "name": "CheckLicensInDoc",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text"
        },
        {
          "result": "pending",
          "text": "License field in the package spec file matches the actual license.",
          "note": "Checking patched sources after %prep for licenses. No licenses found. Please check the source files for licenses manually.",
          "name": "CheckLicenseField",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_valid_license_short_names"
        },
        {
          "result": "fail",
          "text": "The License field must be a valid SPDX expression.",
          "note": "Not a valid SPDX expression 'GPLv2+ and CC-BY-SA'. It seems that you are using the old Fedora license abbreviations. Try `license-fedora2spdx' for converting it to SPDX.",
          "name": "CheckLicenseFieldSPDX",
          "url": "https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1"
        },
        {
          "result": "pending",
          "text": "Package consistently uses macros (instead of hard-coded directory names).",
          "note": null,
          "name": "CheckMacros",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_macros"
        },
        {
          "result": "pass",
          "text": "Package use %makeinstall only when make install DESTDIR=... doesn't work.",
          "note": null,
          "name": "CheckMakeinstall",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_why_the_makeinstall_macro_should_not_be_used"
        },
        {
          "result": "pending",
          "text": "If the package is under multiple licenses, the licensing breakdown must be documented in the spec.",
          "note": null,
          "name": "CheckMultipleLicenses",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_multiple_licensing_scenarios"
        },
        {
          "result": "pass",
          "text": "Package is named using only allowed ASCII characters.",
          "note": null,
          "name": "CheckNameCharset",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/"
        },
        {
          "result": "pending",
          "text": "Package is named according to the Package Naming Guidelines.",
          "note": null,
          "name": "CheckNaming",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/"
        },
        {
          "result": "pending",
          "text": "Package does not generate any conflict.",
          "note": null,
          "name": "CheckNoConflicts",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_conflicts"
        },
        {
          "result": "pass",
          "text": "Package does not use a name that already exists.",
          "note": null,
          "name": "CheckNoNameConflict",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/Naming/#_conflicting_package_names"
        },
        {
          "result": "pending",
          "text": "Package obeys FHS, except libexecdir and /usr/target.",
          "note": null,
          "name": "CheckObeysFHS",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_filesystem_layout"
        },
        {
          "result": "pending",
          "text": "If the package is a rename of another package, proper Obsoletes and Provides are present.",
          "note": null,
          "name": "CheckObsoletesForRename",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#renaming-or-replacing-existing-packages"
        },
        {
          "result": "pending",
          "text": "Package must own all directories that it creates.",
          "note": "Directories without known owners: /usr/share/themes, /usr, /usr/share/licenses, /usr/share/doc, /usr/share",
          "name": "CheckOwnDirs",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership"
        },
        {
          "result": "pass",
          "text": "Package does not own files or directories owned by other packages.",
          "note": null,
          "name": "CheckOwnOther",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership"
        },
        {
          "result": "pass",
          "text": "Package is not relocatable.",
          "note": null,
          "name": "CheckRelocatable",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_relocatable_packages"
        },
        {
          "result": "pending",
          "text": "Requires correct, justified where necessary.",
          "note": null,
          "name": "CheckRequires",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_explicit_requires"
        },
        {
          "result": "pass",
          "text": "Sources used to build the package match the upstream source, as provided in the spec URL.",
          "note": null,
          "name": "CheckSourceMD5",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/"
        },
        {
          "result": "pending",
          "text": "Spec file is legible and written in American English.",
          "note": null,
          "name": "CheckSpecLegibility",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_legibility"
        },
        {
          "result": "pass",
          "text": "Spec file name must match the spec package %{name}, in the format %{name}.spec.",
          "note": null,
          "name": "CheckSpecName",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_spec_file_naming"
        },
        {
          "result": "pending",
          "text": "Package contains systemd file(s) if in need.",
          "note": null,
          "name": "CheckSystemdScripts",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/"
        },
        {
          "result": "pass",
          "text": "File names are valid UTF-8.",
          "note": null,
          "name": "CheckUTF8Filenames",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_non_ascii_filenames"
        },
        {
          "result": "pending",
          "text": "Package is not known to require an ExcludeArch tag.",
          "note": null,
          "name": "generic-excludearch",
          "url": "https://fedoraproject.org/wiki/Architectures#ExcludeArch_.26_ExclusiveArch"
        },
        {
          "result": "pending",
          "text": "Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files.",
          "note": "Documentation size is 13310 bytes in 1 files. ",
          "name": "generic-large-docs",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation"
        },
        {
          "result": "pass",
          "text": "Packages must not store files under /srv, /opt or /usr/local",
          "note": null,
          "name": "generic-srv-opt",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_documentation"
        },
        {
          "result": "pending",
          "text": "Package successfully compiles and builds into binary rpms on at least one supported primary architecture.",
          "note": "Using prebuilt packages",
          "name": "CheckBuild",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support"
        },
        {
          "result": "pass",
          "text": "Package installs properly.",
          "note": null,
          "name": "CheckPackageInstalls",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/"
        },
        {
          "result": "pass",
          "text": "Rpmlint is run on all rpms the build produces.",
          "note": "There are rpmlint messages (see attachment).",
          "name": "CheckRpmlint",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint"
        }
      ]
    },
    "SHOULD": {
      "Generic": [
        {
          "result": "fail",
          "text": "Reviewer should test that the package builds in mock.",
          "note": null,
          "name": "CheckBuildInMock",
          "url": "https://fedoraproject.org/wiki/PackageMaintainers/MockTricks"
        },
        {
          "result": "pass",
          "text": "Buildroot is not present",
          "note": null,
          "name": "CheckBuildroot",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/"
        },
        {
          "result": "pass",
          "text": "Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT)",
          "note": null,
          "name": "CheckClean",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections"
        },
        {
          "result": "pending",
          "text": "If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it.",
          "note": null,
          "name": "CheckContainsLicenseText",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text"
        },
        {
          "result": "pass",
          "text": "No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.",
          "note": null,
          "name": "CheckFileRequires",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_dependencies"
        },
        {
          "result": "pending",
          "text": "Final provides and requires are sane (see attachments).",
          "note": null,
          "name": "CheckFinalRequiresProvides",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/"
        },
        {
          "result": "pending",
          "text": "Package functions as described.",
          "note": null,
          "name": "CheckFunctionAsDescribed",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/"
        },
        {
          "result": "pass",
          "text": "Packager, Vendor, PreReq, Copyright tags should not be in spec file",
          "note": null,
          "name": "CheckIllegalSpecTags",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections"
        },
        {
          "result": "pending",
          "text": "Latest version is packaged.",
          "note": null,
          "name": "CheckLatestVersionIsPackaged",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/"
        },
        {
          "result": "pending",
          "text": "Package does not include license text files separate from upstream.",
          "note": null,
          "name": "CheckLicenseUpstream",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text"
        },
        {
          "result": "pass",
          "text": "Sources can be downloaded from URI in Source: tag",
          "note": null,
          "name": "CheckSourceDownloads",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/"
        },
        {
          "result": "pass",
          "text": "SourceX is a working URL.",
          "note": null,
          "name": "CheckSourceUrl",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/"
        },
        {
          "result": "pending",
          "text": "Sources are verified with gpgverify first in %prep if upstream publishes signatures.",
          "note": "gpgverify is not used.",
          "name": "CheckSourceVerification",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_file_verification"
        },
        {
          "result": "pending",
          "text": "Package should compile and build into binary rpms on all supported architectures.",
          "note": null,
          "name": "CheckSupportAllArchs",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_architecture_support"
        },
        {
          "result": "pending",
          "text": "%check is present and all tests pass.",
          "note": null,
          "name": "CheckTestSuites",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_test_suites"
        },
        {
          "result": "pending",
          "text": "Packages should try to preserve timestamps of original installed files.",
          "note": null,
          "name": "CheckTimeStamps",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_timestamps"
        },
        {
          "result": "pass",
          "text": "Spec use %global instead of %define unless justified.",
          "note": null,
          "name": "CheckUseGlobal",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_global_preferred_over_define"
        }
      ]
    },
    "EXTRA": {
      "Generic": [
        {
          "result": "pass",
          "text": "Package should not use obsolete m4 macros",
          "note": null,
          "name": "CheckAutotoolsObsoletedMacros",
          "url": "https://fedorahosted.org/FedoraReview/wiki/AutoTools"
        },
        {
          "result": "pass",
          "text": "Rpmlint is run on all installed packages.",
          "note": "No rpmlint messages.",
          "name": "CheckRpmlintInstalled",
          "url": "https://docs.fedoraproject.org/en-US/packaging-guidelines/#_use_rpmlint"
        }
      ]
    }
  },
  "attachments": [
    {
      "header": "Rpmlint",
      "text": "Checking: plata-theme-0.9.9-2.fc40.noarch.rpm\n          plata-theme-0.9.9-2.fc40.src.rpm\n============================ rpmlint session starts ============================\nrpmlint: 2.5.0\nconfiguration:\n    /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml\n    /etc/xdg/rpmlint/fedora-legacy-licenses.toml\n    /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n    /etc/xdg/rpmlint/fedora.toml\n    /etc/xdg/rpmlint/scoring.toml\n    /etc/xdg/rpmlint/users-groups.toml\n    /etc/xdg/rpmlint/warn-on-functions.toml\nrpmlintrc: [PosixPath('/tmp/tmpcwlle89b')]\nchecks: 32, packages: 2\n\nplata-theme.noarch: E: files-duplicated-waste 1887325\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/COPYING /usr/share/licenses/plata-theme/COPYING\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/LICENSE_CC_BY_SA4 /usr/share/licenses/plata-theme/LICENSE_CC_BY_SA4\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/checkbox-hover.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/checkbox-hover.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/checkbox-hover.svg:/usr/share/themes/Plata-Lumine/gnome-shell/assets/checkbox-hover.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/checkbox-off-hover.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/checkbox-off-hover.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/checkbox-off-hover.svg:/usr/share/themes/Plata-Noir/cinnamon/assets/checkbox/checkbox-unchecked.svg:/usr/share/themes/Plata-Noir/gnome-shell/assets/checkbox-off-hover.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/checkbox-off.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/checkbox-off.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/checkbox-off.svg:/usr/share/themes/Plata-Noir/gnome-shell/assets/checkbox-off.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/checkbox.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/checkbox.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/checkbox.svg:/usr/share/themes/Plata-Lumine/gnome-shell/assets/checkbox.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/dash-placeholder.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/dash-placeholder.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/dash-placeholder.svg:/usr/share/themes/Plata-Lumine/gnome-shell/assets/dash-placeholder.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/dash-placeholder.svg:/usr/share/themes/Plata-Noir/gnome-shell/assets/dash-placeholder.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/go-down.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/go-down.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/go-down.svg:/usr/share/themes/Plata-Lumine/gnome-shell/assets/go-down.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/go-down.svg:/usr/share/themes/Plata-Noir/gnome-shell/assets/go-down.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/go-left.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/go-left.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/go-left.svg:/usr/share/themes/Plata-Lumine/gnome-shell/assets/go-left.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/go-left.svg:/usr/share/themes/Plata-Noir/gnome-shell/assets/go-left.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/go-right.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/go-right.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/go-right.svg:/usr/share/themes/Plata-Lumine/gnome-shell/assets/go-right.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/go-right.svg:/usr/share/themes/Plata-Noir/gnome-shell/assets/go-right.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/go-up.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/go-up.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/go-up.svg:/usr/share/themes/Plata-Lumine/gnome-shell/assets/go-up.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/go-up.svg:/usr/share/themes/Plata-Noir/gnome-shell/assets/go-up.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/media-control-active.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/media-control-active.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/media-control-active.svg:/usr/share/themes/Plata-Lumine/gnome-shell/assets/media-control-active.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/media-control-active.svg:/usr/share/themes/Plata-Noir/gnome-shell/assets/media-control-active.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/assets/media-control-hover.svg /usr/share/themes/Plata-Compact/gnome-shell/assets/media-control-hover.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/media-control-hover.svg:/usr/share/themes/Plata-Lumine/gnome-shell/assets/media-control-hover.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/media-control-hover.svg:/usr/share/themes/Plata-Noir/gnome-shell/assets/media-control-hover.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/calendar-today-other.svg /usr/share/themes/Plata-Compact/gnome-shell/calendar-today-other.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/calendar-today-other.svg:/usr/share/themes/Plata-Lumine/gnome-shell/calendar-today-other.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/calendar-today.svg /usr/share/themes/Plata-Compact/gnome-shell/calendar-today.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/calendar-today.svg:/usr/share/themes/Plata-Lumine/gnome-shell/calendar-today.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/color-pick.svg /usr/share/themes/Plata-Compact/gnome-shell/color-pick.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/color-pick.svg:/usr/share/themes/Plata-Lumine/gnome-shell/color-pick.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/color-pick.svg:/usr/share/themes/Plata-Noir/gnome-shell/color-pick.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/window-list/classic.css /usr/share/themes/Plata-Compact/gnome-shell/extensions/window-list/classic.css:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/window-list/classic.css:/usr/share/themes/Plata-Noir/gnome-shell/extensions/window-list/classic.css\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/window-list/stylesheet.css /usr/share/themes/Plata-Compact/gnome-shell/extensions/window-list/stylesheet.css:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/window-list/stylesheet.css:/usr/share/themes/Plata-Noir/gnome-shell/extensions/window-list/stylesheet.css\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg:/usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css /usr/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css:/usr/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css:/usr/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/eye-not-looking-symbolic.svg /usr/share/themes/Plata-Compact/gnome-shell/eye-not-looking-symbolic.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/eye-not-looking-symbolic.svg:/usr/share/themes/Plata-Lumine/gnome-shell/eye-not-looking-symbolic.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/eye-not-looking-symbolic.svg:/usr/share/themes/Plata-Noir/gnome-shell/eye-not-looking-symbolic.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/eye-open-negative-filled-symbolic.svg /usr/share/themes/Plata-Compact/gnome-shell/eye-open-negative-filled-symbolic.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/eye-open-negative-filled-symbolic.svg:/usr/share/themes/Plata-Lumine/gnome-shell/eye-open-negative-filled-symbolic.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/eye-open-negative-filled-symbolic.svg:/usr/share/themes/Plata-Noir/gnome-shell/eye-open-negative-filled-symbolic.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/keyboard-caps-lock-filled-symbolic.svg /usr/share/themes/Plata-Compact/gnome-shell/keyboard-caps-lock-filled-symbolic.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/keyboard-caps-lock-filled-symbolic.svg:/usr/share/themes/Plata-Lumine/gnome-shell/keyboard-caps-lock-filled-symbolic.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/keyboard-caps-lock-filled-symbolic.svg:/usr/share/themes/Plata-Noir/gnome-shell/keyboard-caps-lock-filled-symbolic.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/keyboard-enter-symbolic.svg /usr/share/themes/Plata-Compact/gnome-shell/keyboard-enter-symbolic.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/keyboard-enter-symbolic.svg:/usr/share/themes/Plata-Lumine/gnome-shell/keyboard-enter-symbolic.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/keyboard-enter-symbolic.svg:/usr/share/themes/Plata-Noir/gnome-shell/keyboard-enter-symbolic.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/keyboard-hide-symbolic.svg /usr/share/themes/Plata-Compact/gnome-shell/keyboard-hide-symbolic.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/keyboard-hide-symbolic.svg:/usr/share/themes/Plata-Lumine/gnome-shell/keyboard-hide-symbolic.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/keyboard-hide-symbolic.svg:/usr/share/themes/Plata-Noir/gnome-shell/keyboard-hide-symbolic.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/keyboard-layout-filled-symbolic.svg /usr/share/themes/Plata-Compact/gnome-shell/keyboard-layout-filled-symbolic.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/keyboard-layout-filled-symbolic.svg:/usr/share/themes/Plata-Lumine/gnome-shell/keyboard-layout-filled-symbolic.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/keyboard-layout-filled-symbolic.svg:/usr/share/themes/Plata-Noir/gnome-shell/keyboard-layout-filled-symbolic.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/keyboard-shift-filled-symbolic.svg /usr/share/themes/Plata-Compact/gnome-shell/keyboard-shift-filled-symbolic.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/keyboard-shift-filled-symbolic.svg:/usr/share/themes/Plata-Lumine/gnome-shell/keyboard-shift-filled-symbolic.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/keyboard-shift-filled-symbolic.svg:/usr/share/themes/Plata-Noir/gnome-shell/keyboard-shift-filled-symbolic.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/message-indicator-symbolic.svg /usr/share/themes/Plata-Compact/gnome-shell/message-indicator-symbolic.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/message-indicator-symbolic.svg:/usr/share/themes/Plata-Lumine/gnome-shell/message-indicator-symbolic.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/message-indicator-symbolic.svg:/usr/share/themes/Plata-Noir/gnome-shell/message-indicator-symbolic.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/no-events.svg /usr/share/themes/Plata-Compact/gnome-shell/no-events.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/no-events.svg:/usr/share/themes/Plata-Lumine/gnome-shell/no-events.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/no-notifications.svg /usr/share/themes/Plata-Compact/gnome-shell/no-notifications.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/no-notifications.svg:/usr/share/themes/Plata-Lumine/gnome-shell/no-notifications.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/pad-osd.css /usr/share/themes/Plata-Compact/gnome-shell/pad-osd.css:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/pad-osd.css:/usr/share/themes/Plata-Lumine/gnome-shell/pad-osd.css:/usr/share/themes/Plata-Noir/gnome-shell/pad-osd.css\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/toggle-off.svg /usr/share/themes/Plata-Compact/gnome-shell/toggle-off.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/toggle-off.svg:/usr/share/themes/Plata-Lumine/gnome-shell/toggle-off.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gnome-shell/toggle-on.svg /usr/share/themes/Plata-Compact/gnome-shell/toggle-on.svg:/usr/share/themes/Plata-Lumine-Compact/gnome-shell/toggle-on.svg:/usr/share/themes/Plata-Lumine/gnome-shell/toggle-on.svg:/usr/share/themes/Plata-Noir-Compact/gnome-shell/toggle-on.svg:/usr/share/themes/Plata-Noir/gnome-shell/toggle-on.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/down-alt-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/down-alt-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down-alt-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/down-alt-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/down-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/down-alt-insensitive.png:/usr/share/themes/Plata-Compact/gtk-2.0/Arrows/down-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down-alt-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/down-alt-insensitive.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/down.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/down-alt.png:/usr/share/themes/Plata-Compact/gtk-2.0/Arrows/down.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down-alt.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/down-alt.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/down-dark.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/down-dark.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down-dark.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/down-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/down-alt-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/down-dark.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/left-alt-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/left-alt-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left-alt-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/left-alt-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/left-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/left-alt-insensitive.png:/usr/share/themes/Plata-Compact/gtk-2.0/Arrows/left-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left-alt-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/left-alt-insensitive.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/left.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/left-alt.png:/usr/share/themes/Plata-Compact/gtk-2.0/Arrows/left.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left-alt.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/left-alt.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/left-dark.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/left-dark.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left-dark.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/left-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/left-alt-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/left-dark.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/right-alt-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/right-alt-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right-alt-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/right-alt-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/right-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/right-alt-insensitive.png:/usr/share/themes/Plata-Compact/gtk-2.0/Arrows/right-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right-alt-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/right-alt-insensitive.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/right.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/right-alt.png:/usr/share/themes/Plata-Compact/gtk-2.0/Arrows/right.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right-alt.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/right-alt.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/right-dark.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/right-dark.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right-dark.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/right-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/right-alt-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/right-dark.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/up-alt-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/up-alt-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up-alt-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/up-alt-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/up-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/up-alt-insensitive.png:/usr/share/themes/Plata-Compact/gtk-2.0/Arrows/up-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up-alt-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/up-alt-insensitive.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/up.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/up-alt.png:/usr/share/themes/Plata-Compact/gtk-2.0/Arrows/up.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up-alt.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/up-alt.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Arrows/up-dark.png /usr/share/themes/Plata-Compact/gtk-2.0/Arrows/up-dark.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up-dark.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Arrows/up-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/up-alt-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/up-dark.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/accent-flat-button-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/accent-flat-button-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/accent-flat-button-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/accent-flat-button-active.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/accent-flat-button-active.png:/usr/share/themes/Plata-Noir/gtk-2.0/Buttons/accent-flat-button-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/accent-flat-button-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/accent-flat-button-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/accent-flat-button-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/accent-flat-button-hover.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/accent-flat-button-hover.png:/usr/share/themes/Plata-Noir/gtk-2.0/Buttons/accent-flat-button-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/button-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/button-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/button-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/button-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/button-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/button-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/button-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/button-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/button-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/button-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/button-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/button-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/button.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/button.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/button.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/button.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/buttonbox-flat-button-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/buttonbox-flat-button-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/buttonbox-flat-button-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/buttonbox-flat-button-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/buttonbox-flat-button-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/buttonbox-flat-button-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/buttonbox-flat-button-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/buttonbox-flat-button-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/flat-button-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/flat-button-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/flat-button-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/flat-button-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/flat-button-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/flat-button-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/flat-button-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/flat-button-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/flat-button-semi-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/flat-button-semi-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/flat-button-semi-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/flat-button-semi-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/location-button-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/location-button-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/location-button-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/location-button-active.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/location-button-active-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Buttons/location-button-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/location-button-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/location-button-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/location-button-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/location-button-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/location-button-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/location-button-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/location-button-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/location-button-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/location-button.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/location-button.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/location-button.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/location-button.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/ltr-button-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/ltr-button-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/ltr-button-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/ltr-button-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/ltr-button-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/ltr-button-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/ltr-button-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/ltr-button-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/ltr-button-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/ltr-button-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/ltr-button-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/ltr-button-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/ltr-button.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/ltr-button.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/ltr-button.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/ltr-button.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/rtl-button-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/rtl-button-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/rtl-button-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/rtl-button-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/rtl-button-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/rtl-button-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/rtl-button-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/rtl-button-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/rtl-button-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/rtl-button-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/rtl-button-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/rtl-button-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Buttons/rtl-button.png /usr/share/themes/Plata-Compact/gtk-2.0/Buttons/rtl-button.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/rtl-button.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Buttons/rtl-button.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-active.png:/usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-active.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-hover-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-hover-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-hover-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-hover-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-insensitive.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-off-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-active.png:/usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-active.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-off-hover-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-hover-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-hover-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-hover-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-off-insensitive-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-insensitive-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-off-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-off-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-off.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-on-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-active.png:/usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-active.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-on-hover-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-hover-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-hover-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-hover-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-on-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-insensitive.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-insensitive-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-on-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/check-on.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-active.png:/usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-active.png:(and 6 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-insensitive.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-menuitem.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-menuitem.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-active.png:/usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-active.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-hover-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-hover-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-hover-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-hover-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-off.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-active.png:/usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-active.png:(and 6 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-insensitive.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-insensitive-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-menuitem.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-menuitem.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-menuitem.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-menuitem.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-menuitem.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-menuitem.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Check-Radio/radio-on.png /usr/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Column/column-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Column/column-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Column/column-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Column/column-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Column/column-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Column/column-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Column/column-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Column/column-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Column/column.png /usr/share/themes/Plata-Compact/gtk-2.0/Column/column-insensitive.png:/usr/share/themes/Plata-Compact/gtk-2.0/Column/column.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Column/column-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Column/column.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Column/column-insensitive.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Scrollbars/v-trough.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/bg-active.png:/usr/share/themes/Plata-Compact/gtk-2.0/Entry/bg.png:/usr/share/themes/Plata-Compact/gtk-2.0/Scrollbars/v-trough.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/bg-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/bg.png:(and 6 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Entry/bg-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/bg-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/bg-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Entry/bg-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Entry/entry-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/entry-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/entry-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Entry/entry-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Entry/entry-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/entry-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/entry-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Entry/entry-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Entry/entry.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/entry.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/entry.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Entry/entry.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Entry/ltr-entry-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/ltr-entry-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/ltr-entry-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Entry/ltr-entry-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Entry/ltr-entry-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/ltr-entry-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/ltr-entry-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Entry/ltr-entry-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Entry/ltr-entry.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/ltr-entry.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/ltr-entry.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Entry/ltr-entry.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Entry/rtl-entry-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/rtl-entry-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/rtl-entry-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Entry/rtl-entry-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Entry/rtl-entry-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/rtl-entry-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/rtl-entry-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Entry/rtl-entry-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Entry/rtl-entry.png /usr/share/themes/Plata-Compact/gtk-2.0/Entry/rtl-entry.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/rtl-entry.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Entry/rtl-entry.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Handles/h-handle-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Handles/h-handle-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/h-handle-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Handles/h-handle-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Handles/h-handle-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Handles/h-handle-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/h-handle-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Handles/h-handle-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Handles/h-handle-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Handles/h-handle-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/h-handle-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Handles/h-handle-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Handles/h-handle.png /usr/share/themes/Plata-Compact/gtk-2.0/Handles/h-handle.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/h-handle.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Handles/h-handle.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Handles/v-handle-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Handles/v-handle-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/v-handle-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Handles/v-handle-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Handles/v-handle-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Handles/v-handle-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/v-handle-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Handles/v-handle-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Handles/v-handle-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Handles/v-handle-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/v-handle-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Handles/v-handle-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Handles/v-handle.png /usr/share/themes/Plata-Compact/gtk-2.0/Handles/v-handle.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/v-handle.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Handles/v-handle.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Lines/h-line.png /usr/share/themes/Plata-Compact/gtk-2.0/Lines/h-line.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Lines/h-line.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Lines/h-line.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Lines/h-line.png:/usr/share/themes/Plata-Noir/gtk-2.0/Lines/h-line.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Shadows/gap.png /usr/share/themes/Plata-Compact/gtk-2.0/Lines/menu-line.png:/usr/share/themes/Plata-Compact/gtk-2.0/Shadows/gap.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Lines/menu-line.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows/gap.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Lines/menu-line.png:(and 4 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Lines/v-line.png /usr/share/themes/Plata-Compact/gtk-2.0/Lines/v-line.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Lines/v-line.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Lines/v-line.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Lines/v-line.png:/usr/share/themes/Plata-Noir/gtk-2.0/Lines/v-line.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/bottom.png /usr/share/themes/Plata-Compact/gtk-2.0/Others/bottom.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/bottom.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/bottom.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Others/bottom.png:/usr/share/themes/Plata-Noir/gtk-2.0/Others/bottom.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/focus.png /usr/share/themes/Plata-Compact/gtk-2.0/Others/focus.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/focus.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/focus.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/left.png /usr/share/themes/Plata-Compact/gtk-2.0/Others/left.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/left.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/left.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Others/left.png:/usr/share/themes/Plata-Noir/gtk-2.0/Others/left.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/menu-bg.png /usr/share/themes/Plata-Compact/gtk-2.0/Others/menu-bg.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/menu-bg.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/menu-bg.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/null.svg /usr/share/themes/Plata-Compact/gtk-2.0/Others/null.svg:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/null.svg:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/null.svg:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Others/null.svg:/usr/share/themes/Plata-Noir/gtk-2.0/Others/null.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/panel-active-dark.png /usr/share/themes/Plata-Compact/gtk-2.0/Others/panel-active-dark.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/panel-active-dark.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/panel-active-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Others/panel-active-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Others/panel-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/panel-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Others/panel-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/panel-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/panel-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/panel-hover-dark.png /usr/share/themes/Plata-Compact/gtk-2.0/Others/panel-hover-dark.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/panel-hover-dark.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/panel-hover-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Others/panel-hover-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Others/panel-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/panel-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Others/panel-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/panel-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/panel-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/right.png /usr/share/themes/Plata-Compact/gtk-2.0/Others/right.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/right.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/right.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Others/right.png:/usr/share/themes/Plata-Noir/gtk-2.0/Others/right.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Others/top.png /usr/share/themes/Plata-Compact/gtk-2.0/Others/top.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/top.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Others/top.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Others/top.png:/usr/share/themes/Plata-Noir/gtk-2.0/Others/top.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/ProgressBar/bar.png /usr/share/themes/Plata-Compact/gtk-2.0/ProgressBar/bar.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/ProgressBar/bar.png:/usr/share/themes/Plata-Lumine/gtk-2.0/ProgressBar/bar.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/ProgressBar/bar.png:/usr/share/themes/Plata-Noir/gtk-2.0/ProgressBar/bar.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/ProgressBar/trough.png /usr/share/themes/Plata-Compact/gtk-2.0/ProgressBar/trough.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/ProgressBar/trough.png:/usr/share/themes/Plata-Lumine/gtk-2.0/ProgressBar/trough.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Range/h-scale-trough-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Range/h-scale-trough-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/h-scale-trough-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Range/h-scale-trough-active.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Range/h-scale-trough-active.png:/usr/share/themes/Plata-Noir/gtk-2.0/Range/h-scale-trough-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Range/h-scale-trough-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Range/h-scale-trough-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/h-scale-trough-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Range/h-scale-trough-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Range/h-scale-trough.png /usr/share/themes/Plata-Compact/gtk-2.0/Range/h-scale-trough.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/h-scale-trough.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Range/h-scale-trough.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Range/scale-slider-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Range/scale-slider-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/scale-slider-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Range/scale-slider-active.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Range/scale-slider-active.png:/usr/share/themes/Plata-Noir/gtk-2.0/Range/scale-slider-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Range/scale-slider-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Range/scale-slider-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/scale-slider-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Range/scale-slider-hover.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Range/scale-slider-hover.png:/usr/share/themes/Plata-Noir/gtk-2.0/Range/scale-slider-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Range/scale-slider-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Range/scale-slider-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/scale-slider-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Range/scale-slider-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Range/scale-slider.png /usr/share/themes/Plata-Compact/gtk-2.0/Range/scale-slider.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/scale-slider.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Range/scale-slider.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Range/scale-slider.png:/usr/share/themes/Plata-Noir/gtk-2.0/Range/scale-slider.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Range/v-scale-trough-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Range/v-scale-trough-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/v-scale-trough-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Range/v-scale-trough-active.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Range/v-scale-trough-active.png:/usr/share/themes/Plata-Noir/gtk-2.0/Range/v-scale-trough-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Range/v-scale-trough-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Range/v-scale-trough-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/v-scale-trough-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Range/v-scale-trough-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Range/v-scale-trough.png /usr/share/themes/Plata-Compact/gtk-2.0/Range/v-scale-trough.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/v-scale-trough.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Range/v-scale-trough.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Scrollbars/h-slider-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Scrollbars/h-slider-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/h-slider-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/h-slider-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Scrollbars/h-slider-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Scrollbars/h-slider-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/h-slider-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/h-slider-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Scrollbars/h-slider-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Scrollbars/h-slider-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/h-slider-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/h-slider-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Scrollbars/h-slider.png /usr/share/themes/Plata-Compact/gtk-2.0/Scrollbars/h-slider.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/h-slider.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/h-slider.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Scrollbars/h-trough.png /usr/share/themes/Plata-Compact/gtk-2.0/Scrollbars/h-trough.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/h-trough.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/h-trough.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Scrollbars/v-slider-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Scrollbars/v-slider-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/v-slider-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/v-slider-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Scrollbars/v-slider-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Scrollbars/v-slider-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/v-slider-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/v-slider-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Scrollbars/v-slider-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Scrollbars/v-slider-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/v-slider-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/v-slider-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Scrollbars/v-slider.png /usr/share/themes/Plata-Compact/gtk-2.0/Scrollbars/v-slider.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/v-slider.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/v-slider.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Shadows/frame-notebook.png /usr/share/themes/Plata-Compact/gtk-2.0/Shadows/frame-notebook.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows/frame-notebook.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Shadows/frame-notebook.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Shadows/frame.png /usr/share/themes/Plata-Compact/gtk-2.0/Shadows/frame.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows/frame.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Shadows/frame.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows/frame.png:/usr/share/themes/Plata-Noir/gtk-2.0/Shadows/frame.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Shadows/z-depth-1.svg /usr/share/themes/Plata-Compact/gtk-2.0/Shadows/z-depth-1.svg:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows/z-depth-1.svg:/usr/share/themes/Plata-Lumine/gtk-2.0/Shadows/z-depth-1.svg:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows/z-depth-1.svg:/usr/share/themes/Plata-Noir/gtk-2.0/Shadows/z-depth-1.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Shadows/z-depth-2.svg /usr/share/themes/Plata-Compact/gtk-2.0/Shadows/z-depth-2.svg:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows/z-depth-2.svg:/usr/share/themes/Plata-Lumine/gtk-2.0/Shadows/z-depth-2.svg:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows/z-depth-2.svg:/usr/share/themes/Plata-Noir/gtk-2.0/Shadows/z-depth-2.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/ltr-down-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-down-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-down-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-down-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/ltr-down-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-down-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-down-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-down-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/ltr-down-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-down-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-down-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-down-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/ltr-down.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-down.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-down.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-down.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/ltr-up-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-up-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-up-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-up-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/ltr-up-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-up-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-up-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-up-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/ltr-up-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-up-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-up-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-up-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/ltr-up.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-up.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-up.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-up.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/rtl-down-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-down-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-down-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-down-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/rtl-down-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-down-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-down-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-down-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/rtl-down-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-down-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-down-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-down-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/rtl-down.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-down.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-down.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-down.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/rtl-up-active.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-up-active.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-up-active.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-up-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/rtl-up-hover.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-up-hover.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-up-hover.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-up-hover.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/rtl-up-insensitive.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-up-insensitive.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-up-insensitive.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-up-insensitive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Spin/rtl-up.png /usr/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-up.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-up.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-up.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/Toolbar/inline-toolbar.png /usr/share/themes/Plata-Compact/gtk-2.0/Toolbar/inline-toolbar.png:/usr/share/themes/Plata-Lumine-Compact/gtk-2.0/Toolbar/inline-toolbar.png:/usr/share/themes/Plata-Lumine/gtk-2.0/Toolbar/inline-toolbar.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine-Compact/gtk-2.0/common-compact.rc /usr/share/themes/Plata-Compact/gtk-2.0/common-compact.rc\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-4.0/thumbnail.png /usr/share/themes/Plata-Compact/gtk-3.0/thumbnail.png:/usr/share/themes/Plata-Compact/gtk-4.0/thumbnail.png:/usr/share/themes/Plata-Lumine-Compact/gtk-3.0/thumbnail.png:/usr/share/themes/Plata-Lumine-Compact/gtk-4.0/thumbnail.png:/usr/share/themes/Plata-Lumine/gtk-3.0/thumbnail.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_close.svg /usr/share/themes/Plata-Compact/metacity-1/button_close.svg:/usr/share/themes/Plata-Noir-Compact/metacity-1/button_close.svg:/usr/share/themes/Plata-Noir/metacity-1/button_close.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_close_prelight.svg /usr/share/themes/Plata-Compact/metacity-1/button_close_prelight.svg:/usr/share/themes/Plata-Lumine-Compact/metacity-1/button_close_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_close_pressed.svg /usr/share/themes/Plata-Compact/metacity-1/button_close_pressed.svg:/usr/share/themes/Plata-Lumine-Compact/metacity-1/button_close_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_maximize.svg /usr/share/themes/Plata-Compact/metacity-1/button_maximize.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_maximize_prelight.svg /usr/share/themes/Plata-Compact/metacity-1/button_maximize_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_maximize_pressed.svg /usr/share/themes/Plata-Compact/metacity-1/button_maximize_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_menu.svg /usr/share/themes/Plata-Compact/metacity-1/button_menu.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_menu_prelight.svg /usr/share/themes/Plata-Compact/metacity-1/button_menu_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_menu_pressed.svg /usr/share/themes/Plata-Compact/metacity-1/button_menu_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_minimize.svg /usr/share/themes/Plata-Compact/metacity-1/button_minimize.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_minimize_prelight.svg /usr/share/themes/Plata-Compact/metacity-1/button_minimize_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_minimize_pressed.svg /usr/share/themes/Plata-Compact/metacity-1/button_minimize_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_shade.svg /usr/share/themes/Plata-Compact/metacity-1/button_shade.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_shade_prelight.svg /usr/share/themes/Plata-Compact/metacity-1/button_shade_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_shade_pressed.svg /usr/share/themes/Plata-Compact/metacity-1/button_shade_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_unshade.svg /usr/share/themes/Plata-Compact/metacity-1/button_unshade.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_unshade_prelight.svg /usr/share/themes/Plata-Compact/metacity-1/button_unshade_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/button_unshade_pressed.svg /usr/share/themes/Plata-Compact/metacity-1/button_unshade_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/max_button_unmaximize.svg /usr/share/themes/Plata-Compact/metacity-1/max_button_unmaximize.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/max_button_unmaximize_prelight.svg /usr/share/themes/Plata-Compact/metacity-1/max_button_unmaximize_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/max_button_unmaximize_pressed.svg /usr/share/themes/Plata-Compact/metacity-1/max_button_unmaximize_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/metacity-theme-3.xml /usr/share/themes/Plata-Compact/metacity-1/metacity-theme-3.xml\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/metacity-1/thumbnail.png /usr/share/themes/Plata-Compact/metacity-1/thumbnail.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/bottom-active.png /usr/share/themes/Plata-Compact/xfwm4/bottom-active.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/bottom-active.png:/usr/share/themes/Plata-Noir/xfwm4/bottom-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/bottom-inactive.png /usr/share/themes/Plata-Compact/xfwm4/bottom-inactive.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/bottom-inactive.png:/usr/share/themes/Plata-Noir/xfwm4/bottom-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/bottom-right-active.png /usr/share/themes/Plata-Compact/xfwm4/bottom-left-active.png:/usr/share/themes/Plata-Compact/xfwm4/bottom-right-active.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/bottom-left-active.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/bottom-right-active.png:/usr/share/themes/Plata-Noir/xfwm4/bottom-left-active.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/bottom-right-inactive.png /usr/share/themes/Plata-Compact/xfwm4/bottom-left-inactive.png:/usr/share/themes/Plata-Compact/xfwm4/bottom-right-inactive.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/bottom-left-inactive.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/bottom-right-inactive.png:/usr/share/themes/Plata-Noir/xfwm4/bottom-left-inactive.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/close-active.png /usr/share/themes/Plata-Compact/xfwm4/close-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/close-inactive.png /usr/share/themes/Plata-Compact/xfwm4/close-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/close-prelight.png /usr/share/themes/Plata-Compact/xfwm4/close-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/close-pressed.png /usr/share/themes/Plata-Compact/xfwm4/close-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/hide-active.png /usr/share/themes/Plata-Compact/xfwm4/hide-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/hide-inactive.png /usr/share/themes/Plata-Compact/xfwm4/hide-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/hide-prelight.png /usr/share/themes/Plata-Compact/xfwm4/hide-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/hide-pressed.png /usr/share/themes/Plata-Compact/xfwm4/hide-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/right-active.png /usr/share/themes/Plata-Compact/xfwm4/left-active.png:/usr/share/themes/Plata-Compact/xfwm4/right-active.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/left-active.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/right-active.png:/usr/share/themes/Plata-Noir/xfwm4/left-active.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/right-inactive.png /usr/share/themes/Plata-Compact/xfwm4/left-inactive.png:/usr/share/themes/Plata-Compact/xfwm4/right-inactive.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/left-inactive.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/right-inactive.png:/usr/share/themes/Plata-Noir/xfwm4/left-inactive.png:(and 2 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/maximize-active.png /usr/share/themes/Plata-Compact/xfwm4/maximize-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/maximize-inactive.png /usr/share/themes/Plata-Compact/xfwm4/maximize-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/maximize-prelight.png /usr/share/themes/Plata-Compact/xfwm4/maximize-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/maximize-pressed.png /usr/share/themes/Plata-Compact/xfwm4/maximize-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/maximize-toggled-active.png /usr/share/themes/Plata-Compact/xfwm4/maximize-toggled-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/maximize-toggled-inactive.png /usr/share/themes/Plata-Compact/xfwm4/maximize-toggled-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/maximize-toggled-prelight.png /usr/share/themes/Plata-Compact/xfwm4/maximize-toggled-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/maximize-toggled-pressed.png /usr/share/themes/Plata-Compact/xfwm4/maximize-toggled-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/menu-pressed.png /usr/share/themes/Plata-Compact/xfwm4/menu-active.png:/usr/share/themes/Plata-Compact/xfwm4/menu-prelight.png:/usr/share/themes/Plata-Compact/xfwm4/menu-pressed.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/menu-active.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/menu-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/menu-inactive.png /usr/share/themes/Plata-Compact/xfwm4/menu-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/shade-active.png /usr/share/themes/Plata-Compact/xfwm4/shade-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/shade-inactive.png /usr/share/themes/Plata-Compact/xfwm4/shade-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/shade-prelight.png /usr/share/themes/Plata-Compact/xfwm4/shade-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/shade-pressed.png /usr/share/themes/Plata-Compact/xfwm4/shade-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/shade-toggled-active.png /usr/share/themes/Plata-Compact/xfwm4/shade-toggled-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/shade-toggled-inactive.png /usr/share/themes/Plata-Compact/xfwm4/shade-toggled-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/shade-toggled-prelight.png /usr/share/themes/Plata-Compact/xfwm4/shade-toggled-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/shade-toggled-pressed.png /usr/share/themes/Plata-Compact/xfwm4/shade-toggled-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/stick-active.png /usr/share/themes/Plata-Compact/xfwm4/stick-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/stick-inactive.png /usr/share/themes/Plata-Compact/xfwm4/stick-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/stick-prelight.png /usr/share/themes/Plata-Compact/xfwm4/stick-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/stick-pressed.png /usr/share/themes/Plata-Compact/xfwm4/stick-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/stick-toggled-active.png /usr/share/themes/Plata-Compact/xfwm4/stick-toggled-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/stick-toggled-inactive.png /usr/share/themes/Plata-Compact/xfwm4/stick-toggled-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/stick-toggled-prelight.png /usr/share/themes/Plata-Compact/xfwm4/stick-toggled-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/stick-toggled-pressed.png /usr/share/themes/Plata-Compact/xfwm4/stick-toggled-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/themerc /usr/share/themes/Plata-Compact/xfwm4/themerc:/usr/share/themes/Plata-Noir-Compact/xfwm4/themerc:/usr/share/themes/Plata-Noir/xfwm4/themerc\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/title-5-active.png /usr/share/themes/Plata-Compact/xfwm4/title-1-active-shaded.png:/usr/share/themes/Plata-Compact/xfwm4/title-1-active.png:/usr/share/themes/Plata-Compact/xfwm4/title-2-active.png:/usr/share/themes/Plata-Compact/xfwm4/title-3-active.png:/usr/share/themes/Plata-Compact/xfwm4/title-4-active.png:(and 6 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/title-5-inactive.png /usr/share/themes/Plata-Compact/xfwm4/title-1-inactive.png:/usr/share/themes/Plata-Compact/xfwm4/title-2-inactive.png:/usr/share/themes/Plata-Compact/xfwm4/title-3-inactive.png:/usr/share/themes/Plata-Compact/xfwm4/title-4-inactive.png:/usr/share/themes/Plata-Compact/xfwm4/title-5-inactive.png:(and 4 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/top-left-active.png /usr/share/themes/Plata-Compact/xfwm4/top-left-active-shaded.png:/usr/share/themes/Plata-Compact/xfwm4/top-left-active.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/top-left-active-shaded.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/top-left-inactive.png /usr/share/themes/Plata-Compact/xfwm4/top-left-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/top-right-active.png /usr/share/themes/Plata-Compact/xfwm4/top-right-active-shaded.png:/usr/share/themes/Plata-Compact/xfwm4/top-right-active.png:/usr/share/themes/Plata-Noir-Compact/xfwm4/top-right-active-shaded.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir-Compact/xfwm4/top-right-inactive.png /usr/share/themes/Plata-Compact/xfwm4/top-right-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/gnome-shell/assets/checkbox-off-hover.svg /usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/checkbox-off-hover.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/gnome-shell/assets/checkbox-off.svg /usr/share/themes/Plata-Lumine-Compact/gnome-shell/assets/checkbox-off.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/gnome-shell/extensions/window-list/classic.css /usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/classic.css\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/gnome-shell/extensions/window-list/stylesheet.css /usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/stylesheet.css\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css /usr/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/metacity-1/button_close.svg /usr/share/themes/Plata-Lumine-Compact/metacity-1/button_close.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/bottom-active.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/bottom-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/bottom-inactive.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/bottom-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/bottom-right-active.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/bottom-left-active.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/bottom-right-active.png:/usr/share/themes/Plata-Lumine/xfwm4/bottom-left-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/bottom-right-inactive.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/bottom-left-inactive.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/bottom-right-inactive.png:/usr/share/themes/Plata-Lumine/xfwm4/bottom-left-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/right-active.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/left-active.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/right-active.png:/usr/share/themes/Plata-Lumine/xfwm4/left-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/right-inactive.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/left-inactive.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/right-inactive.png:/usr/share/themes/Plata-Lumine/xfwm4/left-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine-Compact/xfwm4/menu-pressed.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/menu-active.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/menu-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/themerc /usr/share/themes/Plata-Lumine-Compact/xfwm4/themerc\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine-Compact/xfwm4/title-5-active.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/title-1-active-shaded.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/title-1-active.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/title-2-active.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/title-3-active.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/title-4-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine-Compact/xfwm4/title-5-inactive.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/title-1-inactive.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/title-2-inactive.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/title-3-inactive.png:/usr/share/themes/Plata-Lumine-Compact/xfwm4/title-4-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine-Compact/xfwm4/top-left-active.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/top-left-active-shaded.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine-Compact/xfwm4/top-right-active.png /usr/share/themes/Plata-Lumine-Compact/xfwm4/top-right-active-shaded.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/checkbox/checkbox-checked.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/checkbox/checkbox-checked.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/checkbox/checkbox-unchecked.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/checkbox/checkbox-unchecked.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/checkbox/radiobutton-checked.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/checkbox/radiobutton-checked.svg:/usr/share/themes/Plata-Noir/cinnamon/assets/checkbox/radiobutton-checked.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/checkbox/radiobutton-unchecked.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/checkbox/radiobutton-unchecked.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/add-workspace-active.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/add-workspace-active.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/add-workspace-hover.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/add-workspace-hover.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/add-workspace.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/add-workspace.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/calendar-arrow-left.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/calendar-arrow-left.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/calendar-arrow-right.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/calendar-arrow-right.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/close-active.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/close-active.svg:/usr/share/themes/Plata-Noir/cinnamon/assets/misc/close-active.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/close-hover.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/close-hover.svg:/usr/share/themes/Plata-Noir/cinnamon/assets/misc/close-hover.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/close.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/close.svg:/usr/share/themes/Plata-Noir/cinnamon/assets/misc/close.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/overview-hover.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/overview-hover.svg:/usr/share/themes/Plata-Noir/cinnamon/assets/misc/overview-hover.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/overview.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/overview.svg:/usr/share/themes/Plata-Noir/cinnamon/assets/misc/overview.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/trash-icon.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/misc/trash-icon.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/panel/activities-active.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/panel/activities-active.svg:/usr/share/themes/Plata-Noir/cinnamon/assets/panel/activities-active.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/panel/activities.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/panel/activities.svg:/usr/share/themes/Plata-Noir/cinnamon/assets/panel/activities.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/switch/switch-off.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/switch/switch-off.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/switch/switch-on.svg /usr/share/themes/Plata-Lumine/cinnamon/assets/switch/switch-on.svg:/usr/share/themes/Plata-Noir/cinnamon/assets/switch/switch-on.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtk-2.0/common.rc /usr/share/themes/Plata-Lumine/gtk-2.0/common.rc\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_close_prelight.svg /usr/share/themes/Plata-Lumine/metacity-1/button_close_prelight.svg:/usr/share/themes/Plata-Noir/metacity-1/button_close_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_close_pressed.svg /usr/share/themes/Plata-Lumine/metacity-1/button_close_pressed.svg:/usr/share/themes/Plata-Noir/metacity-1/button_close_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/openbox-3/close.xbm /usr/share/themes/Plata-Lumine/openbox-3/close.xbm:/usr/share/themes/Plata-Noir/openbox-3/close.xbm\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/openbox-3/desk.xbm /usr/share/themes/Plata-Lumine/openbox-3/desk.xbm:/usr/share/themes/Plata-Noir/openbox-3/desk.xbm\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/openbox-3/desk_toggled.xbm /usr/share/themes/Plata-Lumine/openbox-3/desk_toggled.xbm:/usr/share/themes/Plata-Noir/openbox-3/desk_toggled.xbm\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/openbox-3/iconify.xbm /usr/share/themes/Plata-Lumine/openbox-3/iconify.xbm:/usr/share/themes/Plata-Noir/openbox-3/iconify.xbm\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/openbox-3/max.xbm /usr/share/themes/Plata-Lumine/openbox-3/max.xbm:/usr/share/themes/Plata-Noir/openbox-3/max.xbm\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/openbox-3/max_toggled.xbm /usr/share/themes/Plata-Lumine/openbox-3/max_toggled.xbm:/usr/share/themes/Plata-Noir/openbox-3/max_toggled.xbm\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/openbox-3/shade.xbm /usr/share/themes/Plata-Lumine/openbox-3/shade.xbm:/usr/share/themes/Plata-Noir/openbox-3/shade.xbm\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/openbox-3/shade_toggled.xbm /usr/share/themes/Plata-Lumine/openbox-3/shade_toggled.xbm:/usr/share/themes/Plata-Noir/openbox-3/shade_toggled.xbm\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/menu-pressed.png /usr/share/themes/Plata-Lumine/xfwm4/menu-active.png:/usr/share/themes/Plata-Lumine/xfwm4/menu-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/title-5-active.png /usr/share/themes/Plata-Lumine/xfwm4/title-1-active-shaded.png:/usr/share/themes/Plata-Lumine/xfwm4/title-1-active.png:/usr/share/themes/Plata-Lumine/xfwm4/title-2-active.png:/usr/share/themes/Plata-Lumine/xfwm4/title-3-active.png:/usr/share/themes/Plata-Lumine/xfwm4/title-4-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/title-5-inactive.png /usr/share/themes/Plata-Lumine/xfwm4/title-1-inactive.png:/usr/share/themes/Plata-Lumine/xfwm4/title-2-inactive.png:/usr/share/themes/Plata-Lumine/xfwm4/title-3-inactive.png:/usr/share/themes/Plata-Lumine/xfwm4/title-4-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/top-left-active.png /usr/share/themes/Plata-Lumine/xfwm4/top-left-active-shaded.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Lumine/xfwm4/top-right-active.png /usr/share/themes/Plata-Lumine/xfwm4/top-right-active-shaded.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gnome-shell/assets/checkbox-hover.svg /usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/checkbox-hover.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gnome-shell/assets/checkbox.svg /usr/share/themes/Plata-Noir-Compact/gnome-shell/assets/checkbox.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gnome-shell/calendar-today-other.svg /usr/share/themes/Plata-Noir-Compact/gnome-shell/calendar-today-other.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gnome-shell/calendar-today.svg /usr/share/themes/Plata-Noir-Compact/gnome-shell/calendar-today.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gnome-shell/no-events.svg /usr/share/themes/Plata-Noir-Compact/gnome-shell/no-events.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gnome-shell/no-notifications.svg /usr/share/themes/Plata-Noir-Compact/gnome-shell/no-notifications.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gnome-shell/toggle-off.svg /usr/share/themes/Plata-Noir-Compact/gnome-shell/toggle-off.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Arrows/down-alt-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/down-alt-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Arrows/down-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/down-alt-insensitive-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/down-insensitive-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Arrows/down-alt-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Arrows/left-alt-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/left-alt-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Arrows/left-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/left-alt-insensitive-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/left-insensitive-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Arrows/left-alt-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Arrows/right-alt-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/right-alt-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Arrows/right-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/right-alt-insensitive-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/right-insensitive-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Arrows/right-alt-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Arrows/up-alt-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/up-alt-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Arrows/up-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/up-alt-insensitive-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/up-insensitive-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Arrows/up-alt-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/button-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/button-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/button-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/button-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/button-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/button-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/button-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/button-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/buttonbox-flat-button-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/buttonbox-flat-button-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/buttonbox-flat-button-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/buttonbox-flat-button-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/flat-button-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/flat-button-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/flat-button-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/flat-button-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/flat-button-semi-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/flat-button-semi-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/location-button-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/location-button-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/location-button-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/location-button-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/location-button-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/location-button-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/ltr-button-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/ltr-button-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/ltr-button-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/ltr-button-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/ltr-button-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/ltr-button-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/ltr-button-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/ltr-button-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/rtl-button-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/rtl-button-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/rtl-button-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/rtl-button-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/rtl-button-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/rtl-button-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Buttons/rtl-button-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/rtl-button-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-active-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-hover-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-hover-menuitem-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-hover-menuitem-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-menuitem-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-menuitem-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-active-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-hover-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-hover-menuitem-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-hover-menuitem-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-insensitive-menuitem-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-insensitive-menuitem-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-menuitem-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-menuitem-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-active-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-hover-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-hover-menuitem-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-hover-menuitem-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-menuitem-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-menuitem-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-active-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-hover-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-hover-menuitem-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-hover-menuitem-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-menuitem-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-menuitem-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Column/column-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Column/column-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Column/column-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Column/column-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Column/column-insensitive-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Column/column-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Column/column-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Column/column-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Scrollbars/v-trough-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/bg-active-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/bg-dark.png:/usr/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/v-trough-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Entry/bg-active-dark.png:/usr/share/themes/Plata-Noir/gtk-2.0/Entry/bg-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Entry/bg-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/bg-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Entry/entry-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/entry-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Entry/entry-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/entry-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Entry/entry-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/entry-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Entry/ltr-entry-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/ltr-entry-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Entry/ltr-entry-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/ltr-entry-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Entry/ltr-entry-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/ltr-entry-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Entry/rtl-entry-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/rtl-entry-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Entry/rtl-entry-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/rtl-entry-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Entry/rtl-entry-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/rtl-entry-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Handles/h-handle-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/h-handle-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Handles/h-handle-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/h-handle-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Handles/h-handle-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/h-handle-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Handles/h-handle-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/h-handle-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Handles/v-handle-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/v-handle-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Handles/v-handle-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/v-handle-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Handles/v-handle-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/v-handle-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Handles/v-handle-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/v-handle-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Lines/menu-line-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Lines/menu-line-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Others/focus-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Others/focus-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Others/menu-bg-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Others/menu-bg-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/ProgressBar/trough-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/ProgressBar/trough-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Range/h-scale-trough-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Range/h-scale-trough-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Range/h-scale-trough-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Range/h-scale-trough-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Range/scale-slider-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Range/scale-slider-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Range/v-scale-trough-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Range/v-scale-trough-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Range/v-scale-trough-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Range/v-scale-trough-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Scrollbars/h-slider-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/h-slider-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Scrollbars/h-slider-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/h-slider-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Scrollbars/h-slider-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/h-slider-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Scrollbars/h-slider-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/h-slider-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Scrollbars/h-trough-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/h-trough-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Scrollbars/v-slider-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/v-slider-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Scrollbars/v-slider-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/v-slider-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Scrollbars/v-slider-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/v-slider-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Scrollbars/v-slider-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/v-slider-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Shadows/frame-notebook-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows/frame-notebook-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-down-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-down-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-down-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-down-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-down-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-down-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-down-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-down-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-up-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-up-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-up-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-up-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-up-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-up-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-up-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-up-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-down-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-down-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-down-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-down-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-down-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-down-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-down-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-down-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-up-active-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-up-active-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-up-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-up-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-up-hover-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-up-hover-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-up-insensitive-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-up-insensitive-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-2.0/Toolbar/inline-toolbar-dark.png /usr/share/themes/Plata-Noir-Compact/gtk-2.0/Toolbar/inline-toolbar-dark.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata-Noir/gtk-4.0/thumbnail.png /usr/share/themes/Plata-Noir-Compact/gtk-3.0/thumbnail.png:/usr/share/themes/Plata-Noir-Compact/gtk-4.0/thumbnail.png:/usr/share/themes/Plata-Noir/gtk-3.0/thumbnail.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/cinnamon/assets/misc/osd.svg /usr/share/themes/Plata-Noir/cinnamon/assets/misc/osd.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/gtksourceview/plata-dark.xml /usr/share/themes/Plata-Noir/gtksourceview/plata-dark.xml\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_maximize.svg /usr/share/themes/Plata-Noir/metacity-1/button_maximize.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_maximize_prelight.svg /usr/share/themes/Plata-Noir/metacity-1/button_maximize_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_maximize_pressed.svg /usr/share/themes/Plata-Noir/metacity-1/button_maximize_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_menu.svg /usr/share/themes/Plata-Noir/metacity-1/button_menu.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_menu_prelight.svg /usr/share/themes/Plata-Noir/metacity-1/button_menu_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_menu_pressed.svg /usr/share/themes/Plata-Noir/metacity-1/button_menu_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_minimize.svg /usr/share/themes/Plata-Noir/metacity-1/button_minimize.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_minimize_prelight.svg /usr/share/themes/Plata-Noir/metacity-1/button_minimize_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_minimize_pressed.svg /usr/share/themes/Plata-Noir/metacity-1/button_minimize_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_shade.svg /usr/share/themes/Plata-Noir/metacity-1/button_shade.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_shade_prelight.svg /usr/share/themes/Plata-Noir/metacity-1/button_shade_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_shade_pressed.svg /usr/share/themes/Plata-Noir/metacity-1/button_shade_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_unshade.svg /usr/share/themes/Plata-Noir/metacity-1/button_unshade.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_unshade_prelight.svg /usr/share/themes/Plata-Noir/metacity-1/button_unshade_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/button_unshade_pressed.svg /usr/share/themes/Plata-Noir/metacity-1/button_unshade_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/max_button_unmaximize.svg /usr/share/themes/Plata-Noir/metacity-1/max_button_unmaximize.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/max_button_unmaximize_prelight.svg /usr/share/themes/Plata-Noir/metacity-1/max_button_unmaximize_prelight.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/max_button_unmaximize_pressed.svg /usr/share/themes/Plata-Noir/metacity-1/max_button_unmaximize_pressed.svg\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/metacity-theme-3.xml /usr/share/themes/Plata-Noir/metacity-1/metacity-theme-3.xml\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/metacity-1/thumbnail.png /usr/share/themes/Plata-Noir/metacity-1/thumbnail.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/close-active.png /usr/share/themes/Plata-Noir/xfwm4/close-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/close-inactive.png /usr/share/themes/Plata-Noir/xfwm4/close-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/close-prelight.png /usr/share/themes/Plata-Noir/xfwm4/close-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/close-pressed.png /usr/share/themes/Plata-Noir/xfwm4/close-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/hide-active.png /usr/share/themes/Plata-Noir/xfwm4/hide-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/hide-inactive.png /usr/share/themes/Plata-Noir/xfwm4/hide-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/hide-prelight.png /usr/share/themes/Plata-Noir/xfwm4/hide-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/hide-pressed.png /usr/share/themes/Plata-Noir/xfwm4/hide-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/maximize-active.png /usr/share/themes/Plata-Noir/xfwm4/maximize-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/maximize-inactive.png /usr/share/themes/Plata-Noir/xfwm4/maximize-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/maximize-prelight.png /usr/share/themes/Plata-Noir/xfwm4/maximize-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/maximize-pressed.png /usr/share/themes/Plata-Noir/xfwm4/maximize-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/maximize-toggled-active.png /usr/share/themes/Plata-Noir/xfwm4/maximize-toggled-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/maximize-toggled-inactive.png /usr/share/themes/Plata-Noir/xfwm4/maximize-toggled-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/maximize-toggled-prelight.png /usr/share/themes/Plata-Noir/xfwm4/maximize-toggled-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/maximize-toggled-pressed.png /usr/share/themes/Plata-Noir/xfwm4/maximize-toggled-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/menu-pressed.png /usr/share/themes/Plata-Noir/xfwm4/menu-active.png:/usr/share/themes/Plata-Noir/xfwm4/menu-prelight.png:/usr/share/themes/Plata-Noir/xfwm4/menu-pressed.png:/usr/share/themes/Plata/xfwm4/menu-active.png:/usr/share/themes/Plata/xfwm4/menu-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/menu-inactive.png /usr/share/themes/Plata-Noir/xfwm4/menu-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/shade-active.png /usr/share/themes/Plata-Noir/xfwm4/shade-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/shade-inactive.png /usr/share/themes/Plata-Noir/xfwm4/shade-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/shade-prelight.png /usr/share/themes/Plata-Noir/xfwm4/shade-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/shade-pressed.png /usr/share/themes/Plata-Noir/xfwm4/shade-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/shade-toggled-active.png /usr/share/themes/Plata-Noir/xfwm4/shade-toggled-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/shade-toggled-inactive.png /usr/share/themes/Plata-Noir/xfwm4/shade-toggled-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/shade-toggled-prelight.png /usr/share/themes/Plata-Noir/xfwm4/shade-toggled-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/shade-toggled-pressed.png /usr/share/themes/Plata-Noir/xfwm4/shade-toggled-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/stick-active.png /usr/share/themes/Plata-Noir/xfwm4/stick-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/stick-inactive.png /usr/share/themes/Plata-Noir/xfwm4/stick-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/stick-prelight.png /usr/share/themes/Plata-Noir/xfwm4/stick-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/stick-pressed.png /usr/share/themes/Plata-Noir/xfwm4/stick-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/stick-toggled-active.png /usr/share/themes/Plata-Noir/xfwm4/stick-toggled-active.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/stick-toggled-inactive.png /usr/share/themes/Plata-Noir/xfwm4/stick-toggled-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/stick-toggled-prelight.png /usr/share/themes/Plata-Noir/xfwm4/stick-toggled-prelight.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/stick-toggled-pressed.png /usr/share/themes/Plata-Noir/xfwm4/stick-toggled-pressed.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/title-5-active.png /usr/share/themes/Plata-Noir/xfwm4/title-1-active-shaded.png:/usr/share/themes/Plata-Noir/xfwm4/title-1-active.png:/usr/share/themes/Plata-Noir/xfwm4/title-2-active.png:/usr/share/themes/Plata-Noir/xfwm4/title-3-active.png:/usr/share/themes/Plata-Noir/xfwm4/title-4-active.png:(and 6 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/title-5-inactive.png /usr/share/themes/Plata-Noir/xfwm4/title-1-inactive.png:/usr/share/themes/Plata-Noir/xfwm4/title-2-inactive.png:/usr/share/themes/Plata-Noir/xfwm4/title-3-inactive.png:/usr/share/themes/Plata-Noir/xfwm4/title-4-inactive.png:/usr/share/themes/Plata-Noir/xfwm4/title-5-inactive.png:(and 4 more)\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/top-left-active.png /usr/share/themes/Plata-Noir/xfwm4/top-left-active-shaded.png:/usr/share/themes/Plata-Noir/xfwm4/top-left-active.png:/usr/share/themes/Plata/xfwm4/top-left-active-shaded.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/top-left-inactive.png /usr/share/themes/Plata-Noir/xfwm4/top-left-inactive.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/top-right-active.png /usr/share/themes/Plata-Noir/xfwm4/top-right-active-shaded.png:/usr/share/themes/Plata-Noir/xfwm4/top-right-active.png:/usr/share/themes/Plata/xfwm4/top-right-active-shaded.png\nplata-theme.noarch: W: files-duplicate /usr/share/themes/Plata/xfwm4/top-right-inactive.png /usr/share/themes/Plata-Noir/xfwm4/top-right-inactive.png\n 2 packages and 0 specfiles checked; 1 errors, 506 warnings, 7 filtered, 1 badness; has taken 0.9 s \n\n\n"
    },
    {
      "header": "Rpmlint (installed packages)",
      "text": "(none): E: there is no installed rpm \"plata-theme\".\nThere are no files to process nor additional arguments.\nNothing to do, aborting.\n============================ rpmlint session starts ============================\nrpmlint: 2.5.0\nconfiguration:\n    /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml\n    /etc/xdg/rpmlint/fedora-legacy-licenses.toml\n    /etc/xdg/rpmlint/fedora-spdx-licenses.toml\n    /etc/xdg/rpmlint/fedora.toml\n    /etc/xdg/rpmlint/scoring.toml\n    /etc/xdg/rpmlint/users-groups.toml\n    /etc/xdg/rpmlint/warn-on-functions.toml\nchecks: 32, packages: 1\n\n 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s \n\n"
    },
    {
      "header": "",
      "text": "Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24\nCommand line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name plata-theme --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg\nBuildroot used: fedora-40-aarch64\nActive plugins: Generic, Shell-api\nDisabled plugins: Python, SugarActivity, Java, fonts, Perl, Haskell, Ocaml, R, PHP, C/C++\nDisabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH\n"
    },
    {
      "header": "Source checksums",
      "text": "https://gitlab.com/tista500/plata-theme/-/archive/0.9.9/plata-theme-0.9.9.tar.gz :\n  CHECKSUM(SHA256) this package     : d5cc388b164990d2e88bae1db56ea296054c7c068e64875ec65378221327395c\n  CHECKSUM(SHA256) upstream package : d5cc388b164990d2e88bae1db56ea296054c7c068e64875ec65378221327395c\n"
    },
    {
      "header": "Requires",
      "text": "plata-theme (rpmlib, GLIBC filtered):\n    gtk-murrine-engine\n\n"
    },
    {
      "header": "Provides",
      "text": "plata-theme:\n    plata-theme\n\n"
    }
  ]
}