|
Re: Bug in 1.3 with show desktop feature: msg#00153window-managers.sawfish
Christian Marillat writes: |I can hide all windows, but windows who are sticky set aren't restored. this patch should fix it: diff -u -p -r1.159 workspace.jl --- sawfish/wm/workspace.jl 16 Mar 2003 20:56:48 -0000 1.159 +++ sawfish/wm/workspace.jl 27 Mar 2003 06:05:23 -0000 @@ -537,7 +537,7 @@ window, one of `stop', `keep-going', `wr (mapc (lambda (w) (when (window-appears-in-workspace-p w current-workspace) (swap-in w current-workspace)) - (when (and (window-in-workspace-p w current-workspace) + (when (and (window-appears-in-workspace-p w current-workspace) (window-get w 'placed)) (if (window-viewable-p w) (show-window w) |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: shortcut / keyboard problem in 1.3: 00153, Soeren Sonnenburg |
|---|---|
| Next by Date: | Re: Sawfish and Gnome 2.2: 00153, John Harper |
| Previous by Thread: | Re: Bug in 1.3 with show desktop featurei: 00153, Michael Toomim |
| Next by Thread: | Re: Bug in 1.3 with show desktop feature: 00153, Christian Marillat |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |