Version: 1.4.5 (using KDE KDE 3.5.6) Installed from: Gentoo Packages OS: Linux when uninstalling scripts, only the directory containing the executable gets removed, leaving part of the script package's files if said executable was not on the script root folder (check what happens when removing wiki-lyrics v0.10 to see what i'm talking about). to correctly remove a script, the whole tree belonging to it's package should be be removed from the scripts directory.
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!