ports/129291: [patch] x11-wm/windowmaker - openoffice full screen presentation issues

keef hardcss at yahoo.co.jp
Sun Nov 30 10:20:05 UTC 2008


>Number:         129291
>Category:       ports
>Synopsis:       [patch] x11-wm/windowmaker - openoffice full screen presentation issues
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 30 10:20:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Keef
>Release:        FreeBSD 7.1-BETA i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju.org 7.1-BETA FreeBSD 7.1-BETA #0: Sun Sep 7 13:49:18 UTC 2008 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


>Description:

(Forwarded from an earlier email by Edwin Groothuis <edwin at mavetju.org>)

  Hello. I'm a Japanese and a beginner in FreeBSD. I had been troubled by a
bug with
wmaker ver. 0.92.0_4 or earlier ones. The bug is that OpenOffice Impress
can not
show slides in fullscreen correctly (Slides are off to the side from the
center of the
screen).
   
  As you may already know, the same bug has been reported by so many users
and
there is a patch which fixes this bug. I tried this patch and fullscreen
presentations
in OpenOffice impress worked correctly.
   
Sorry for my poor English,
yours sincerely,
   
Keef

>How-To-Repeat:
>Fix:

--- src/event.c
+++ src/event.c
@@ -559,6 +559,10 @@
 wwin->flags.skip_next_animation = 1;
 wIconifyWindow(wwin);
 }
+ if (wwin->flags.fullscreen) {
+ wwin->flags.fullscreen = 0;
+ wFullscreenWindow(wwin);
+ }
 if (wwin->flags.hidden) {
 WApplication *wapp = wApplicationOf(wwin->main_window);

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list