Summary: | trashcan plasmoid needs double-click to open when on desktop | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Wolfgang Bauer <wbauer1> |
Component: | widget-trashcan | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | franklin |
Priority: | NOR | ||
Version: | 4.11.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/6f49908ee013c8515712b8dd9a1a9c73a14a6b74 | Version Fixed In: | 4.11.3 |
Sentry Crash Report: |
Description
Wolfgang Bauer
2013-09-26 14:17:27 UTC
I want to add that when I run the trash plasmoid in plasma-windowed or plasmoidviewer, the behaviour is as expected as well: a single click opens the file manager. (In reply to comment #0) > This seems to be a regression in 4.11, I'm pretty sure that a single-click > was sufficient in 4.10.x. I just tried again with 4.10.5 and the problem was already there in that version. And even a double click doesn't always work. Hm, strange. I just did a fresh install of openSUSE 12.3 (includes KDE 4.10.0) in VirtualBox to check, and the problem even occurs there already. I really thought I had clicked on the trashcan plasmoid since then. ;) Another thing: The problem disappears if I lock the widgets. This is the same as bug#310762 for the icon plasmoid. And removing the registerAsDragHandle() call (as has been done for the icon plasmoid) fixes the issue for me. Review request: https://git.reviewboard.kde.org/r/113127/ FYI, plasma should be the best group in your review request, since kde-workspace group is intended for non-plasma staff in kde-workspace, so you review quest is not sent to plasma-devel ML yet. (In reply to comment #5) > FYI, plasma should be the best group in your review request, since > kde-workspace group is intended for non-plasma staff in kde-workspace, so > you review quest is not sent to plasma-devel ML yet. Thanks for the hint! I chose kde-workspace because the trashcan plasmoid is part of the kde-workspace repository. Added plasma as well now... Git commit 6f49908ee013c8515712b8dd9a1a9c73a14a6b74 by Wolfgang Bauer. Committed on 07/10/2013 at 17:09. Pushed by wbauer into branch 'KDE/4.11'. Fix click on trash plasmoid when on desktop and widgets are unlocked Don't register the icon as a draggable with the applet. This causes events to be intercepted which prevents launching the file manager when the applet is movable. FIXED-IN: 4.11.3 REVIEW: 113127 M +0 -2 plasma/desktop/applets/trash/trash.cpp http://commits.kde.org/kde-workspace/6f49908ee013c8515712b8dd9a1a9c73a14a6b74 *** Bug 327841 has been marked as a duplicate of this bug. *** |