tags 436807 - moreinfo unreproducible tags 436807 patch pending fixed-in-experimental thanks
Thank You very much for You information :) On 22:24 Thu 09 Aug , Cornell Gonschior wrote: >> fluxbox config, CG> http://nopaste.debianforum.de/6399 >> method of installation, CG> aptitude install fluxbox >> depends versions CG> fluxbox 1.0~rc3-3 CG> menu 2.1.35 CG> libc6 2.6-2 CG> libfontconfig1 2.4.2-1.2 CG> libgcc1 1:4.2-20070712-1 CG> libice6 2:1.0.3-3 CG> libsm6 2:1.0.3-1+b1 CG> libstdc++6 4.2-20070712-1 CG> libx11-6 2:1.0.3-7 CG> libxext6 1:1.0.3-2 CG> libxft2 2.1.12-2 CG> libxinerama1 1:1.0.2-1 CG> libxpm4 1:3.5.6-3 CG> libxrandr2 2:1.2.1-1 CG> libxrender1 1:0.9.2-1
#! /bin/sh /usr/share/dpatch/dpatch-run ## 80_fix_full_screen.dpatch by <[EMAIL PROTECTED]> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fix bug: no full screen with openoffice @DPATCH@ Index: Window.cc =================================================================== --- fluxbox-1.0~rc3/src/Window.cc +++ fluxbox-1.0~rc3/src/Window.cc @@ -1571,9 +1571,18 @@ // clear decorations setDecorationMask(0); + // dont call Window::moveResize here, it might ignore the + // resize if win state is not resizable; + // instead we call frame resize directly + // (see tests/fullscreentest.cc) + // be xinerama aware - moveResize(screen().getHeadX(head), screen().getHeadY(head), - screen().getHeadWidth(head), screen().getHeadHeight(head)); + frame().moveResize(screen().getHeadX(head), screen().getHeadY(head), + screen().getHeadWidth(head), screen().getHeadHeight(head)); + sendConfigureNotify(); + m_last_resize_x = frame().x(); + m_last_resize_y = frame().y(); + moveToLayer(::Layer::ABOVE_DOCK); fullscreen = true;
signature.asc
Description: Digital signature