Bug 166348

Summary: Usability: Left click should open menu of trash in panel.
Product: [Plasma] plasma4 Reporter: Luciano Leveroni <kleverness>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED WORKSFORME    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Luciano Leveroni 2008-07-12 05:44:25 UTC
Version:            (using Devel)
Installed from:    Compiled sources

From my personal experience, currently the trash plasmoid in panel does not behave as expected. IMO, a left click should offer the user to empty the trash can or open it, just like it works when placing it in the desktop currently. Consider that Device notifier, clock plasmoids and the kickoff button which react with a single left click. Currently a left click does nothing. Also consider that is the current behavior in 3.5 trash applet.
Comment 1 Marco Martin 2008-07-12 22:02:17 UTC
SVN commit 831474 by mart:

connect to click signal when placed in the panel
think it should be backported

CCBUG: 166348
CCMAIL:panel-devel@kde.org


 M  +4 -2      trash.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=831474
Comment 2 Marco Martin 2008-07-12 22:07:39 UTC
there was a problem in the code that now it's fixed.
the intended behaviour was actually to simply open dolphin on click.
otherwiseit would be slower to do so if a menu opens before.
and emptying the trash without looking at it beforeit's an operation to not be put so prominent..
Comment 3 Luciano Leveroni 2008-07-12 23:19:13 UTC
Ok, sounds right to me :) 
I'm marking this as resolved. Thanks.