#1106 closed enhancement (fixed)
make the close window action configurable
Reported by: | Antoine Martin | Owned by: | alas |
---|---|---|---|
Priority: | major | Milestone: | 0.17 |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Description
Some users may not want the close window action to be forwarded to the server. Provide a way to configure the action and continue to default to forwarding it.
Change History (6)
comment:1 Changed 5 years ago by
Owner: | changed from Antoine Martin to alas |
---|
comment:2 Changed 5 years ago by
Verified all options work. All good. Closing as acknowledged.
Side note: --window-close=blah
is a client side option.
comment:3 Changed 5 years ago by
Since the default config included an "auto" mode, it was almost easier to actually implement it rather than take it out: r11971 allows us to disconnect by default instead of closing "Xnest" and "Xephyr" windows. This makes us behave more like VNC clients.
comment:4 Changed 5 years ago by
Huh. Looks like I failed to actually close the ticket. Closing!
(I have a feeling the "shutdown" option will come in handy for us)
comment:5 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Implemented in r11798, this adds a new window-close option with the following 4 possible values:
See man page for more details.
@afarr: this is just a FYI, please close as ACK, unless you feel like testing it.