Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15685 - notification-area gnome-panel applet segfaulting
Summary: notification-area gnome-panel applet segfaulting
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-14 05:31 UTC by Zhen Lin
Modified: 2003-02-17 13:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zhen Lin 2003-02-14 05:31:37 UTC
Patch below, courtesy of the above forum thread.

--- gnome-panel-2.2.0.1/applets/notification_area/eggtraymanager.c.orig
2003-01-30 13:52:16.000000000 +0800
+++ gnome-panel-2.2.0.1/applets/notification_area/eggtraymanager.c	2003-02-14
18:26:21.000000000 +0800
@@ -399,7 +399,7 @@
 
   invisible = manager->invisible;
   
-  display = GDK_WINDOW_XDISPLAY (manager->invisible);
+  display = GDK_WINDOW_XDISPLAY (manager->invisible->window);
   
   if (XGetSelectionOwner (display, manager->selection_atom) ==
       GDK_WINDOW_XWINDOW (manager->invisible->window))

Reproducible: Always
Steps to Reproduce:
1. Put notification area applet on gnome2.2 panel
2. Log out
3. Press OK on a not-so-OK-segfault screen

Actual Results:  
Segfault

Expected Results:  
Exited quietly.

Notification Area only available in GNOME2.2
Comment 1 foser (RETIRED) gentoo-dev 2003-02-17 13:33:37 UTC
patch added to the tree