Summary: | Trash icon does not function | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | tkaitchuck |
Component: | desktop | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
tkaitchuck
2008-02-15 05:01:50 UTC
plasma has its own trash applet - it was in playground, but I think it's in kdereview right now. someone's planning to move it into kdebase soon. you should delete that icon and use the trash applet. Chani: indeed; however, the icon applet probably needs much better drop support in general. it should open files with the associated application if it's an app; offer to copy/move the file to the folder if its a folder URL, etc... hm.. looking at the code it already does this, actually. it's just trash:/ and other such protocols that don't work. looking into it now .... SVN commit 775266 by aseigo: * enable proper dropping on desktop files that contain paths to directories (also works for, e.g. trash:/) * plug several memory leaks ruphy: this is a good candidate for backporting. no strings, numerous bug fixes. CCMAIL:riccardo@kde.org BUG:157848 M +27 -9 icon.cpp [POSSIBLY UNSAFE: KRun::runCommand] WebSVN link: http://websvn.kde.org/?view=rev&revision=775266 maybe when the applet will be in base add it instead of an icon applet when a trash:/ url is dragged in the desktop? (i know, special cases are evil, but otherwise reports like this will keep coming because it's not so obvious) |