gw0kin / gnome2-globalmenu

Automatically exported from code.google.com/p/gnome2-globalmenu
GNU General Public License v2.0
0 stars 0 forks source link

plugin for XFCE panel crashes suddenly #604

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Zenwalk-snapshot, XFCE4.

GlobalMenu plugin suddenly disappears from the panel so that i have to
place a new one. It s an autohiding panel 20px width at the top of the screen.
It happens while i'm doing something with windows - opening/closing file
mnager or some other programs, i haven't figured out which programs exactly.

In .xsession-errors i'm getting this:
--------------------------------------
.....lots of debug output....
(Thunar:5365): GLib-GObject-CRITICAL **: g_object_ref: assertion
`object->ref_count > 0' failed
(GlobalMenu.XFCEPlugin:5373): GlobalMenu:Server-DEBUG: window.vala:144:
window (0x822cd18) prop menu context is reported changed
The program 'GlobalMenu.XFCEPlugin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 13672 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
libxfce4panel-Message: Модуль глобального меню для 
панели XFCE: screen
changed: 0

libxfce4panel-Message: No valid plug window.

(xfce4-panel:5366): Gtk-CRITICAL **: gtk_socket_get_id: assertion
`GTK_WIDGET_ANCHORED (socket)' failed

(xfce4-panel:5366): libxfce4panel-CRITICAL **: Элемент был 
неожиданно
удалён: "Модуль глобального меню для панели 
XFCE".
-----------------------

The last message sais that "the element has been suddenly removed:
GlobalMenu module for XFCE"

Placing it here in case someone can take it over.

Original issue reported on code.google.com by dr.ino...@gmail.com on 15 May 2010 at 10:26

GoogleCodeExporter commented 8 years ago
It happens also when the panel is not autohiding.

Original comment by dr.ino...@gmail.com on 15 May 2010 at 10:27

GoogleCodeExporter commented 8 years ago
Here's the same output with --sync enabled.

(GlobalMenu.XFCEPlugin:4511): GlobalMenu:Server-DEBUG: monitor.vala:198: 
0x92f2858,
update_active_window called once
The program 'GlobalMenu.XFCEPlugin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 20815 error_code 3 request_code 20 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
libxfce4panel-Message: Модуль глобального меню для 
панели XFCE: screen changed: 0

libxfce4panel-Message: No valid plug window.

(xfce4-panel:4443): Gtk-CRITICAL **: gtk_socket_get_id: assertion
`GTK_WIDGET_ANCHORED (socket)' failed

(xfce4-panel:4443): libxfce4panel-CRITICAL **: Элемент был 
неожиданно удалён: "Модуль
глобального меню для панели XFCE".

Original comment by dr.ino...@gmail.com on 16 May 2010 at 11:49

GoogleCodeExporter commented 8 years ago
It happens most reliably for me at dialog close, for example the save dialog of 
GIMP.

Original comment by matsusuk...@gmail.com on 19 Jun 2010 at 12:57

GoogleCodeExporter commented 8 years ago
Same thing is happening here. I'm running Arch Linux with Openbox and 
xfce4-panel.

[The Error]

The program 'GlobalMenu.XFCEPlugin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
  (Details: serial 4178 error_code 9 request_code 14 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
libxfce4panel-Message: Global Menu Plugin for XFCE Panel: screen changed: 0

libxfce4panel-Message: No valid plug window.

(xfce4-panel:12969): Gtk-CRITICAL **: gtk_socket_get_id: assertion 
`GTK_WIDGET_ANCHORED (socket)' failed

(xfce4-panel:12969): libxfce4panel-CRITICAL **: An item was unexpectedly 
removed: "Global Menu Plugin for XFCE Panel".

Original comment by dru84...@gmail.com on 28 Jul 2010 at 3:53