Bug 299279

Summary: Add layout specification to D-Bus call for invoking TabBox
Product: [Plasma] kwin Reporter: Martin Flöser <mgraesslin>
Component: tabboxAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: task Flags: mgraesslin: ReviewRequest+
Priority: NOR    
Version: git master   
Target Milestone: 4.9   
Platform: unspecified   
OS: Linux   
URL: https://git.reviewboard.kde.org/r/104838/
Latest Commit: Version Fixed In: 4.9.0

Description Martin Flöser 2012-05-03 07:28:11 UTC
The D-Bus interface for activating TabBox should be extended to include the layout name. This would make it possible for Plasma Active to always request the window strip layout or for Plasma Netbook shell to request the grid layout.
Comment 1 Martin Flöser 2012-05-06 11:04:19 UTC
Forgot added the BUG keyword:

commit 69d67d630e1d22c15ee788f8611cafdc1a79a59d
Author: Martin Gräßlin <mgraesslin@kde.org>
Date:   Thu May 3 12:35:55 2012 +0200

    Add layout name to D-Bus interface to open TabBox
    
    If the layout name is specified a custom layout config is
    passed to the TabBoxHandler with the configured name.
    
    This can be used by Plasma Active to specify the window strip
    (overwrites any settings) and for Netbook shell as a replacement
    to opening Present Windows Effect.