~ubuntu-branches/ubuntu/jaunty/gxine/jaunty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
"The window's gone black!"

  Known cause: bad interaction with xfwm4 4.3.x when the compositor is
  enabled. To work around this, switch off Xv autopaint.
    File -> Configure -> Preferences: video.device.xv_colorkey

"I can't use F10 as a keybinding."

  Not a bug - hard-wiring of F10/Menu for menu popup can't be removed yet. 
  It's currently possible for the input focus to be placed such that gxine
  has to handle these keys itself. References:
    * bugzilla.gnome.org bug 80432 (hard-wiring of F10 etc.) sourceforge bug
    * 1218956 (use of F10 within gxine)

  (gxine reads the gtkrc option "gtk-menu-bar-accel" and traps that instead
   of F10. But, at the time of writing, Shift-F10 is still hardwired in GTK.)

"gxine has stopped responding."

  This is quite likely to be a locking bug in gxine. You should reconfigure,
  adding --enable-lock-debugging and/or --enable-logging, then rebuild gxine.
  Both options cause *lots* of output to be generated.

  If you can provide a patch, so much the better...