Bug 4836 - shouldn't be able to minimise windows during session startup
Summary: shouldn't be able to minimise windows during session startup
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Misc (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.2.0
Assignee: Peter Åstrand
URL:
Keywords: derfian_tester, prosaic
Depends on:
Blocks:
 
Reported: 2013-10-10 11:24 CEST by Pierre Ossman
Modified: 2014-04-01 16:00 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2013-10-10 11:24:32 CEST
Comment 2 on bug 4513 is relevant once more. Tested on Fedora 19.
Comment 1 Pierre Ossman cendio 2013-10-10 11:26:52 CEST
To clarify, the button on the caption bar is gone, but you can still "iconify" from the context menu.
Comment 2 Peter Åstrand cendio 2013-12-16 15:53:36 CET
Fixed in 28211.
Comment 3 Karl Mikaelsson cendio 2014-03-20 18:16:34 CET
Alt-Space brings up a Window menu which lets you do all sorts of window management things, such as iconify.
Comment 4 Peter Åstrand cendio 2014-03-24 13:58:36 CET
(In reply to comment #3)
> Alt-Space brings up a Window menu which lets you do all sorts of window
> management things, such as iconify.

Fixed in r28702. Only providing a very basic set of keyboard and mouse bindings now:

grep -i "action.*name" data/rc.xml | tr -d ' ' | sort | uniq
<actionname="Close"/>
<actionname="Focus"/>
<actionname="Move"/>
<actionname="NextWindow">
<actionname="PreviousWindow">
<actionname="Raise"/>
<actionname="Resize">
<actionname="Resize"/>
<actionname="ToggleMaximize">
<actionname="ToggleMaximize"/>
Comment 5 Karl Mikaelsson cendio 2014-03-26 09:16:05 CET
Build 4302: I can't find any way to minimize the windows.

Note You need to log in before you can comment on or make changes to this bug.