Bug 127285

Summary: multimedia/banshee - Fix Banshee (NDesk.DBus component) crash in radio listening when pidgin-musictrack enabled.
Product: Ports & Packages Reporter: Eric L. Chen <d9364104>
Component: Individual Port(s)Assignee: Florent Thoumie <flz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Eric L. Chen 2008-09-11 02:50:00 UTC
If you enabled musictracker plugin in pidgin, and listen internet radio with banshee, banshee will crash.

Fix: Don't put any null item to NDesk.DBus.

Patch attached with submission follows:
How-To-Repeat: 1. Start pidgin.
2. Enable plugin musictracker in pidgin.
3. Start banshee.
4. Use banshee to listen (streaming) radio.
5. Then banshee pop-up a windows, said NDesk.DBus sent null item.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-11 02:52:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-20 16:46:19 UTC
flz         2008-10-20 15:46:04 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/banshee   Makefile 
  Added files:
    multimedia/banshee/files 
                             patch-src_Core_Banshee.Core_Banshee.Collection_TrackInfo.cs 
  Log:
  Fix crash when listening to radio and pidgin-musictracker
  is active.
  
  PR:             ports/127285
  Submitted by:   "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
  
  Revision  Changes    Path
  1.3       +1 -1      ports/multimedia/banshee/Makefile
  1.1       +29 -0     ports/multimedia/banshee/files/patch-src_Core_Banshee.Core_Banshee.Collection_TrackInfo.cs (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2008-10-20 16:55:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!