Re: wine's fullscreen code has no effect on metacity

2006-08-22 Thread Elijah Newren
On 8/7/06, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Elijah Newren" <[EMAIL PROTECTED]> wrote: > Anyway, the returning from fullscreen mode bug makes perfect sense, > and I'm pretty sure I know the cause: metacity tries to return the > window to the si

Re: wine's fullscreen code has no effect on metacity

2006-08-08 Thread Elijah Newren
On 8/6/06, Vincent Povirk <[EMAIL PROTECTED]> wrote: The patches in comments #13 and #5 had no effect. I didn't try #2 because firefox doesn't change the screen resolution. #2, #5, and #13 were all alternative versions of patches for the same issue for the "Thief" game. It's not surprising th

Re: wine's fullscreen code has no effect on metacity

2006-07-07 Thread Elijah Newren
On 7/6/06, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: From http://standards.freedesktop.org/wm-spec/1.3/ar01s05.html "_NET_WM_STATE_FULLSCREEN indicates that the window should fill the entire screen and have no window decorations. Additionally the Window Manager is responsible for restoring the

Re: wine's fullscreen code has no effect on metacity

2006-07-06 Thread Elijah Newren
On 7/6/06, Havoc Pennington <[EMAIL PROTECTED]> wrote: Look at src/window.c:recalc_window_features() for possible reasons metacity decided to disable fullscreenability. In this case it looks pretty clear though - the firefox window isn't resizable, metacity disables fullscreen in that case unles

Re: wine's fullscreen code has no effect on metacity

2006-07-06 Thread Elijah Newren
On 7/4/06, Vincent Povirk <[EMAIL PROTECTED]> wrote: I've enabled that key combination, and I can now make gedit fullscreen with alt+f11 so I think that's working properly (this is nifty; wonder how I missed it..). Pressing alt+f11 when windows firefox thinks it's in fullscreen mode has no effec

Re: wine's fullscreen code has no effect on metacity

2006-07-05 Thread Elijah Newren
On 7/4/06, Vincent Povirk <[EMAIL PROTECTED]> wrote: running metacity: [EMAIL PROTECTED]:~$ xprop | grep _NET_WM_STATE _NET_WM_STATE(ATOM) = running kwin: [EMAIL PROTECTED]:~$ xprop | grep _NET_WM_STATE _NET_WM_STATE(ATOM) = _NET_WM_STATE_FULLSCREEN Not that I understood how this was suppose

Re: wine's fullscreen code has no effect on metacity

2006-07-05 Thread Elijah Newren
On 7/2/06, Vincent Povirk <[EMAIL PROTECTED]> wrote: Some patches were committed to wine recently to make it use _NET_WM_STATE_FULLSCREEN for fullscreen apps. These patches appear to work in kwin but not metacity (I was using firefox as a test). In metacity, it appears wine recognizes that it nee