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 424989 - add bug-buddy support
add bug-buddy support
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: keyboard indicator (gswitchit)
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-31 21:26 UTC by Matthias Clasen
Modified: 2007-03-31 22:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bug-buddy support for keyboard applet (2.51 KB, patch)
2007-03-31 21:27 UTC, Matthias Clasen
none Details | Review

Description Matthias Clasen 2007-03-31 21:26:37 UTC
Here is a patch to add the necessary fields to the .server file.
Comment 1 Matthias Clasen 2007-03-31 21:27:22 UTC
Created attachment 85628 [details] [review]
bug-buddy support for keyboard applet
Comment 2 Sergey V. Udaltsov 2007-03-31 22:38:07 UTC
Thanks, Matthias, committed. Though I do not exactly understand how these entries are used. Could you please give me some quick intro? How is bug buddy using them - how does it match crashed app (binary) to the .server file?
Comment 3 Matthias Clasen 2007-03-31 22:52:04 UTC
libgnome sets up a segv signal handler which runs gnome_segv with the program name as argument. gnome_segv then looks for bug-buddy and passes the program name on 
with the --appname argument. bug-buddy gets a list of all applets from bonobo-activation-server, obtains these bugzilla attributes, and uses them to look up the given appname.