bugs(?) in full screen toggle and WS creation
"William Asher" <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
Running ion-3rc-20070902. 1) If I put a client window into full screen mode, then restart Ion, the client window will not toggle back to the original location. 2) If I run mod_query.query_workspace(_) and create a new workspace without naming it, no default name seems to be given: if I then run mod_query.query_workspace(_) again and use the tab-completion with the query on which WS to move to, the newly created WS is not listed. Also, the workspacelist menu stops working. If I restart Ion, then the newly created WS is given the default name WGroupWS<n>, and everything works as expected. William