Summary: | scripts packages are incorrectly uninstalled | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Sergio Pistone <sergio_pistone> |
Component: | Tools/Script Manager | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.4.5 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | scriptmanager.cpp patch (works with 1.4.5 and current svn) |
Description
Sergio Pistone
2007-04-02 07:26:04 UTC
Created attachment 20266 [details]
scriptmanager.cpp patch (works with 1.4.5 and current svn)
patch to fix the uninstalling of scripts (remove the whole script package tree,
not just the directory containing the executable)
This bug is reproduceamble at will. What happens is when a script is removed, it is NOT deleted. So when you try to re-install it, it says the script is already installed, even though the script does NOT show up on the installed script list. files (scripts) should be deleted from /home/<useridgoeshere>/.kde/share/apps/amarok/scripts-data/<nameofscript.xml> and /home/<useridgoeshere>/.kde/share/apps/amarok/scripts/<nameofscript.xml> Wayno Patch committed in r670627. Thanks Sergio! |