Bug 184406
| Summary: | notify_notification_set_icon_data_from_pixbuf crashes | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Bill Nottingham <notting> | ||||||||
| Component: | notify-daemon | Assignee: | John (J5) Palmieri <johnp> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | rawhide | CC: | jkeck, rvokal | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2006-03-08 18:28:01 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 150221 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Bill Nottingham
2006-03-08 16:24:25 UTC
Created attachment 125812 [details]
test program
Created attachment 125814 [details]
the icon, not that I think this is particularly relevant to it
Build with:
gcc -g -Wall -o test test.c $(pkg-config --cflags libnotify) $(pkg-config
--libs libnotify)
Created attachment 125825 [details]
Fixed test file
Fixes the test program to workaround a known bug.
The actual problem is in the daemon and has been fixed in notify-daemon-0.3.1-9 |