https://bugs.kde.org/show_bug.cgi?id=457348
Bug ID: 457348 Summary: Python Plugin Manager shows duplicates of local plugins Product: krita Version: git master (please specify the git hash!) Platform: Other OS: Microsoft Windows Status: REPORTED Severity: normal Priority: NOR Component: Resource Management Assignee: krita-bugs-n...@kde.org Reporter: penguinflyer2...@gmail.com Target Milestone: --- (This has been reported on the forum before but I haven't seen a bug report for it, so I'm making one.) Issue: The Python Plugin Manager shows locally installed plugins twice (probably only on Windows). Explanation: In KoResourcePaths::findAllResourcesInternal() "extraResourceDirs" uses ":" as a split character: ":C:/Users/myhomedir/AppData/Roaming/krita" gets turned into "", "C", "/Users/myhomedir/AppData/Roaming/krita". Here "/Users/myhomedir/AppData/Roaming/krita/pykrita/brushes_fixer_special.desktop" is found and added. Then later when checking "aliases", "C:/Users/myhomedir/AppData/Roaming/krita/pykrita/brushes_fixer_special.desktop" is found and because they are not the same path it is not considered a duplicate and it gets added as well. Version: 5.2.0 prealpha, git hash: e747146f1b6e0e425c73ad125793a19411e3017b -- You are receiving this mail because: You are watching all bug changes.