On Sun, Jul 05, 2009 at 09:12:40PM +0200, Vincent Bernat wrote:
> I am unable to reproduce the problem on my configuration.
> 
> Could you check with this command is the window exists:
>  xwininfo -root -tree | grep VCLSalFrame
> 
> Here, I get something like that:
>      0x2c00012 "VCL ImplGetDefaultWindow": ("VCLSalFrame" "OpenOffice.org 
> 3.1")  2552x1050+1152+0  +1152+0
>            0x2c0066a "Ouvrir": ("VCLSalFrame" "OpenOffice.org 3.1")  
> 672x350+0+0  +1426+454
>            0x2c0001c "Sans nom 1 - OpenOffice.org Writer": 
> ("VCLSalFrame.DocumentWindow" "OpenOffice.org 3.1")  1058x855+0+0  +1800+31
> 
> You  should  get  "Open"  instead  of  "Ouvrir"  since  your  locale  is
> en_US.UTF-8. Then, use the following command :
>  xwininfo -id 0x2c0066a -all
> 
> Replace 0x2c0066a  by the actuel value  in your case.  The output should
> give use some information.


l...@cat:~$ xwininfo -root -tree | grep VCLSalFrame
           0x38008a1 "Open": ("VCLSalFrame" "OpenOffice.org 3.0")  903x1130+0+0 
 +1912+1235
           0x380017e "Untitled 1 - OpenOffice.org Writer": 
("VCLSalFrame.DocumentWindow" "OpenOffice.org 3.0")  1234x1022+0+0  +329+114
     0x3800019 "VCL ImplGetDefaultWindow": ("VCLSalFrame" "OpenOffice.org 3.0") 
 1920x1200+0+0  +0+0
l...@cat:~$ xwininfo -id 0x38008a1 -all

xwininfo: Window id: 0x38008a1 "Open"

  Root window id: 0x13b (the root window) (has no name)
  Parent window id: 0x60cdb9 (has no name)
     0 children.

  Absolute upper-left X:  1912
  Absolute upper-left Y:  1235
  Relative upper-left X:  0
  Relative upper-left Y:  0
  Width: 903
  Height: 1130
  Depth: 24
  Visual Class: TrueColor
  Border width: 0
  Class: InputOutput
  Colormap: 0x20 (installed)
  Bit Gravity State: ForgetGravity
  Window Gravity State: StaticGravity
  Backing Store State: NotUseful
  Save Under State: yes
  Map State: IsViewable
  Override Redirect State: no
  Corners:  +1912+1235  --895+1235  --895--1165  +1912--1165
  -geometry 903x1130+1912+1235

  Bit gravity: ForgetGravity
  Window gravity: StaticGravity
  Backing-store hint: NotUseful
  Backing-planes to be preserved: 0xffffffff
  Backing pixel: 0
  Save-unders: Yes

  Someone wants these events:
      KeyPress
      KeyRelease
      ButtonPress
      ButtonRelease
      EnterWindow
      LeaveWindow
      PointerMotion
      Exposure
      VisibilityChange
      StructureNotify
      SubstructureNotify
      FocusChange
      PropertyChange
      ColormapChange
  Do not propagate these events:
      ButtonPress
      ButtonRelease
  Override redirection?: No

  Window manager hints:
      Client accepts input or input focus: Yes

  Normal window size hints:
      Program supplied location: 1912, 1221
      Program supplied minimum size: 791 by 417
      Program supplied window gravity: StaticGravity
  No zoom window size hints defined

  No window shape defined
  No border shape defined

l...@cat:~$ 


Do the values for upper left x/y mean that the file selector window is
off the screen? If so, how do I move it back onto the screen?



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to