After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 92133 - X started (the first time) attempts to reload the applet failed.
X started (the first time) attempts to reload the applet failed.
Status: RESOLVED DUPLICATE of bug 27043
Product: gnome-applets
Classification: Other
Component: general
unspecified
Other other
: Normal critical
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-08-30 16:13 UTC by gcoakley
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gcoakley 2002-08-30 16:16:06 UTC
Package: gnome-applets
Severity: critical
Version: 1.4.0.4
Synopsis: X started (the first time) attempts to reload the applet failed.
Bugzilla-Product: gnome-applets
Bugzilla-Component: tasklist

Description:
X started (the first time) attempts to reload the applet failed.
Perhaps it doesn't like my hardware or video mode.

Here is my XF86Config:

# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
	Identifier "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# By default, Red Hat Linux 6.0 and later use xfs

Section "Files"
	FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
	Load  "dbe"		# Double-buffering
	Load  "GLcore"		# OpenGL support
	Load  "dri"		# Direct rendering infrastructure
	Load  "glx"		# OpenGL X protocol interface
	Load  "extmod"		# Misc. required extensions
	Load  "v4l"		# Video4Linux
	# Load  "pex5"		# PHIGS for X 3D environment (obsolete)
	# Load  "record"	# X event recorder
	# Load  "xie"		# X Image Extension (obsolete)
	# You only need the following two modules if you do not use xfs.
	# Load  "freetype"	 # TrueType font handler
	# Load  "type1"		# Adobe Type 1 font handler
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	# Modified by mouseconfig
	Driver		"mouse"
	Option		"Device"		"/dev/mouse"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"no"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Monitor"
	Identifier "Relisys RE-1420"
	VendorName "Unknown"
	ModelName  "Unknown"
	HorizSync 28.0-40.0
	VertRefresh 60
	Option "dpms"
EndSection

Section "Device"
	Identifier "My Video Card"
	Driver "vga"
	BoardName "Unknown"
# Use Option "nolinear" if the server doesn't start up correctly
# (this avoids the linear framebuffer probe). If that fails try
# option "nomemaccess".
#
# Refer to /usr/X11R6/lib/doc/README.S3, and the XF86_S3 man page.
EndSection

Section "Device"
	Identifier "Linux Frame Buffer"
	Driver "fbdev"
	BoardName "Unknown"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "My Video Card"
	Monitor "Relisys RE-1420"
	DefaultDepth 4 
#	DefaultDepth 16
	Subsection "Display"
		Depth 4
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	Subsection "Display"
		Depth 8
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
	Subsection "Display"
		Depth 16
		Modes "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection



Debugging Information:

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
0x405a9669 in __wait4 () from /lib/i686/libc.so.6
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 gnome_segv_handle
    from /usr/lib/libgnomeui.so.32
  • #3 <signal handler called>
  • #4 rgb8
    from /usr/lib/libgdk_pixbuf.so.2
  • #5 rgbconvert
    from /usr/lib/libgdk_pixbuf.so.2
  • #6 gdk_pixbuf_get_from_drawable
    from /usr/lib/libgdk_pixbuf.so.2
  • #7 tasklist_icon_get_pixmap
    at eval.c line 41
  • #8 tasklist_icon_set
    at eval.c line 41
  • #9 tasklist_layout_tasklist
    at eval.c line 41
  • #10 tasklist_layout_tasklist
    at eval.c line 41
  • #11 gwmh_task_notifier_remove_func
    at eval.c line 41
  • #12 g_hook_list_marshal_check
    from /usr/lib/libglib-1.2.so.0
  • #13 gwmh_task_notifier_remove_func
    at eval.c line 41
  • #14 gwmh_task_notifier_remove_func
    at eval.c line 41
  • #15 gwmh_task_notifier_remove_func
    at eval.c line 41
  • #16 gwmh_root_put_atom_window
    at eval.c line 41
  • #17 gwmh_root_put_atom_window
    at eval.c line 41
  • #18 g_idle_dispatch
    from /usr/lib/libglib-1.2.so.0
  • #19 g_main_dispatch
    from /usr/lib/libglib-1.2.so.0
  • #20 g_main_iterate
    from /usr/lib/libglib-1.2.so.0
  • #21 g_main_run
    from /usr/lib/libglib-1.2.so.0
  • #22 gtk_main
    from /usr/lib/libgtk-1.2.so.0
  • #23 applet_widget_gtk_main
    at eval.c line 41
  • #24 main
    at eval.c line 41
  • #25 __libc_start_main
    at ../sysdeps/generic/libc-start.c line 129
  • #0 __wait4
    from /lib/i686/libc.so.6
  • #1 __DTOR_END__
    from /lib/i686/libc.so.6
  • #2 gnome_segv_handle
    from /usr/lib/libgnomeui.so.32
  • #3 <signal handler called>
  • #4 rgb8
    from /usr/lib/libgdk_pixbuf.so.2
  • #5 rgbconvert
    from /usr/lib/libgdk_pixbuf.so.2
  • #6 gdk_pixbuf_get_from_drawable
    from /usr/lib/libgdk_pixbuf.so.2
  • #7 tasklist_icon_get_pixmap
    at eval.c line 41




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-08-30 12:16 -------

The original reporter (gcoakley@mqsoftware.com) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, gnome-applets-maint@bugzilla.gnome.org.

Comment 1 Andrew Sobala 2002-08-30 19:09:14 UTC

*** This bug has been marked as a duplicate of 27043 ***
Comment 2 Kjartan Maraas 2004-10-19 07:28:08 UTC
Moving reports from obsolete component 'tasklist' to 'general.