Summary: | Double click menu icon does not close window | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Mike M <mike> |
Component: | kdecorations | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | g4mba5, ggg_mail, greg, groszdanielpub, hanswchen, hippiegurlerin, mpartap, simonandric5, usrrgt, vinc.man |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9.0 | |
Sentry Crash Report: |
Description
Mike M
2008-02-05 03:41:15 UTC
On Tuesday 05 February 2008 03:41:16 Mike M wrote: [bugs.kde.org quoted mail] I cannot reproduce with kwin3 in kubuntu hardy... But double ckick works erratically on KDE 4. Is this with kwin3? Or do you use kwin4, by chance? Luciano > I cannot reproduce with kwin3 in kubuntu hardy... But double ckick works
> erratically on KDE 4. Is this with kwin3? Or do you use kwin4, by chance?
Using whatever comes with Feisty/KDE 3.5.8, I'm assuming this is kwin3.
[:~]$ kwin -v Qt: 3.3.7 KDE: 3.5.8 KWin: 3.0 *** Bug 159284 has been marked as a duplicate of this bug. *** Applies to KDE 4, three mouse clicks are required to close the window. *** Bug 166682 has been marked as a duplicate of this bug. *** I can reproduce this with KDE 4.1 beta2 on openSUSE 11.0 (also, double click does not close the window, tripple click required) but not with KDE 3.5.9 (it works as expected). I also have this problem (kubuntu 8.10). Only triple click works. kwin -v Qt: 4.4.3 KDE: 4.1.2 (KDE 4.1.2) KWin: 3.0 (-> kde-window-manager "the kde 4 window manager" installed!?) The bug is there yet with KDE 4.2 and window plastik decorations. I can confirm this bug. After double click the menu icon window doesn't close. Qt: 4.4.2; KDE: 4.2.00; KDE style and windows decorations - oxygen; Confirming the bug for KDE 4.2.1, decorations plastik and oxygen. Tripple click works, it's pretty annoying though... Still occurring on 4.3.3, definitely a KDE paper cut... *** Bug 213846 has been marked as a duplicate of this bug. *** *** Bug 128107 has been marked as a duplicate of this bug. *** *** Bug 234521 has been marked as a duplicate of this bug. *** *** Bug 194438 has been marked as a duplicate of this bug. *** Still exists in 4.5.4, still annoying. For Aurorae themes a double click closes the window. I assume it's a bug in the KCommonDecoration library. (In reply to comment #18) > For Aurorae themes a double click closes the window. I assume it's a bug in the > KCommonDecoration library. Could you please explain where did you get this Aurorae theme? Is it in a standard shipping or can be acquired at kdelook.org? I might want to test if this will work for me. no google in russsia? =P it's a theme engine, part of kwin since 4.4 - but you need a theme (there're "some" at kde-look) http://kde-look.org/index.php?xsortmode=high&page=0&xcontentmode=81 @martin kcommondecoration was apparently prepared for this, but actually nothing but plastique so far ever offered or supoprted such (not even the redmond deco ;-) Sandro knows, but i don't know whether the plastik stuff is still really maintained - see #194438 (and comment #3 for my opinion on such behaviour of "guess what i'll do, if you touch me here") > Could you please explain where did you get this Aurorae theme? Well I wrote the code for the Aurorae Theme Engine ;-) > Is it in a standard shipping or can be acquired at kdelook.org? Yes Aurorae is part of KWin and new Themes can be downloaded through the Get New Decorations button in the config dialog. Yes, I found this theme (there are quite a lot of themes and decorations derived from and called like "smth-Aurorae") and indeed, it does not suffer from this "triple-click-to-close" issue - two clicks do the work. On Sat, 15 Jan 2011 23:13:27 +0300, Thomas Lübking <thomas.luebking@gmail.com> wrote: > https://bugs.kde.org/show_bug.cgi?id=157184 > > > > > > --- Comment #20 from Thomas Lübking <thomas luebking gmail com> > 2011-01-15 21:13:26 --- > no google in russsia? =P > > it's a theme engine, part of kwin since 4.4 - but you need a theme > (there're > "some" at kde-look) > http://kde-look.org/index.php?xsortmode=high&page=0&xcontentmode=81 > > @martin > kcommondecoration was apparently prepared for this, but actually nothing > but > plastique so far ever offered or supoprted such (not even the redmond > deco ;-) > Sandro knows, but i don't know whether the plastik stuff is still really > maintained - see #194438 (and comment #3 for my opinion on such > behaviour of > "guess what i'll do, if you touch me here") Review Request to fix this issue: https://git.reviewboard.kde.org/r/103995/ It would be nice if it can be confirmed to be working :-) Git commit 27b667f49562963ea3f13d5b9dd56ff846feb75a by Martin Gräßlin. Committed on 25/02/2012 at 18:42. Pushed by graesslin into branch 'master'. Add delay before showing window menu The window menu is shown after a strong click on the menu button. This makes close by double click on menu button working correctly. A single (strong) click will open the window menu, a double click will close the menu. A triple click is no longer required. REVIEW: 103995 FIXED-IN: 4.9.0 M +51 -15 kwin/libkdecorations/kcommondecoration.cpp M +4 -0 kwin/libkdecorations/kcommondecoration.h http://commits.kde.org/kde-workspace/27b667f49562963ea3f13d5b9dd56ff846feb75a |