Open sillysloft opened 18 years ago
Logged In: YES user_id=1538990
I suspect that's a change in Openoffice. Run `xprop _NET_WM_STATE' on the window. If it doesn't include _NET_WM_STATE_FULLSCREEN, then it never told fluxbox it wanted to be fullscreen. Fluxbox has its own way of making windows fullscreen. Try assigning a keybinding.
Original comment by: mark-t
Logged In: YES user_id=941561
I have the same problem (and it used to work fine for me too) with the gentoo prebuilt openoffice-bin package. I'm using fluxbox from svn.
Running 'xprop _NET_WM_STATE' on the window gives: _NET_WM_STATE(ATOM) = _NET_WM_STATE_ABOVE, _NET_WM_STATE_FULLSCREEN
The window ooffice makes appears to be about 900 pixels wide by 700 pixels tall. The window appears in the upper left corner of my screen. The window always stays on top of all other windows and has no window decorations---as if it were full screen. My screen is running with a resolution of 1280x1024.
Original comment by: skuhl
Logged In: YES user_id=1538990
I don't suppose `xprop WM_NORMAL_HINTS' lists a maximum size for the window?
Original comment by: mark-t
Logged In: YES user_id=941561
Here is all the output from xprop:
XKLAVIER_STATE(INTEGER) = 0, 0 WM_STATE(WM_STATE): window state: Normal icon window: 0x0 _NET_WM_ICON_NAME(UTF8_STRING) = 0x55, 0x6e, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x64, 0x31, 0x20, 0x2d, 0x20, 0x4f, 0x70, 0x65, 0x6e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0 x65, 0x2e, 0x6f, 0x72, 0x67, 0x20, 0x49, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x0 _NET_WM_NAME(UTF8_STRING) = 0x55, 0x6e, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x64, 0x31 , 0x20, 0x2d, 0x20, 0x4f, 0x70, 0x65, 0x6e, 0x4f, 0x66, 0x66, 0x69, 0x63, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x20, 0x49, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73, 0x0 WM_LOCALE_NAME(STRING) = "en_US" WM_ICON_NAME(STRING) = "Untitled1 - OpenOffice.org Impress" WM_NAME(STRING) = "Untitled1 - OpenOffice.org Impress" _BLACKBOX_ATTRIBUTES(_BLACKBOX_ATTRIBUTES) = 0x30, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0 _WIN_WORKSPACE(CARDINAL) = 0 _WIN_LAYER(CARDINAL) = 10 _NET_WM_DESKTOP(CARDINAL) = 0 _WIN_STATE(CARDINAL) = 0 _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_CHANGE_DESKTOP, _NET_WM_ACTION_SH ADE, _NET_WM_ACTION_STICK, _NET_WM_ACTION_MOVE, _NET_WM_ACTION_MAXIMIZE_HORZ, _N ET_WM_ACTION_MAXIMIZE_VERT, _NET_WM_ACTION_FULLSCREEN _NET_FRAME_EXTENTS(CARDINAL) = 0, 0, 0, 0 _FLUXBOX_GROUP_LEFT(WINDOW): window id # 0x0 XdndAware(ATOM) = BITMAP _NET_WM_STATE(ATOM) = _NET_WM_STATE_ABOVE, _NET_WM_STATE_FULLSCREEN _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL _MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0xf, 0x4, 0x0, 0x0, 0x0 WM_CLIENT_LEADER(WINDOW): window id # 0x1600002 WM_NORMAL_HINTS(WM_SIZE_HINTS): window gravity: Static WM_CLASS(STRING) = "VCLSalFrame", "OpenOffice.org 2.0" WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW WM_HINTS(WM_HINTS): Client accepts input or input focus: True bitmap id # to use for icon: 0x1600a29 bitmap id # of mask for icon: 0x1600a2a window id # of group leader: 0x1600a23
Original comment by: skuhl
Logged In: YES user_id=1538990 Originator: NO
I can't reproduce this with fluxbox svn and openoffice-bin 2.1.0 . Maybe it's been unwittingly fixed by one or the other. Try it again. If it's still not working, do you have something relevant in your apps file, perhaps? Or maybe we have different USE flags.
Original comment by: mark-t
Logged In: YES user_id=603593 Originator: NO
Hi,
I'm convinced that openoffice have fixed their behaviour.
I suspect they were opening it at the wrong size before, and now they don't. Fluxbox was honouring the resizable flag (set in _MOTIF_WM_HINTS) over the fullscreen flag. Some more comments in patch [ 1592417 ] Impress FullScreen Bug.
Cheers,
- Simon
Original comment by: rathnor
Original comment by: rathnor
--- Non-Critical Bug --- Reproducible: Always
/* Software enviroment info */
System: Gentoo Linux Kernel: Linux 2.6.15 X.org Version: 7.0 Fluxbox 1.0rc2 Compiled with gnome,kde,imlib,truetype and xinerama support Build tools used: gcc 3.4.6, ssp-3.4.5-1.0, pie-8.7.9
/* Bug */
OpenOffice impress presentations don't get fullscreen, instead, the borderless window that Impress creates when a presentation is played is treated like a maximized window. (cannot see presentations in full screen)
/* Observations */
* OpenOffice Impress was working well with previous fluxbox releases. * OpenOffice version: (gentoo pre-built) Openoffice-bin 2.0.3
/* Contact info */
Submitted by Roliverio: roliverio.ve@gmail.com
Reported by: *anonymous