Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 15685
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Zhen Lin <lowzl@hotmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 15685 depends on: Show dependency tree
Bug 15685 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-02-14 05:31 0000
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 From foser (RETIRED) 2003-02-17 13:33:37 0000 -------
patch added to the tree

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug