File Bugs

Banshee uses an issue tracker called Bugzilla for bug reports.

Before filing a bug, please try to check if it's already been filed. Here is a list of over 100 bugs that have duplicates.

The GNOME project has a page describing how to write good bug reports.

When you're ready, file your bug report.

If your bug involves unexpected behavior, a crash, or an error of any kind, it's a good idea to attach the Banshee log to the bug you file. Open a terminal and run this command:

kill -s QUIT $(pidof banshee-1); cp ~/.config/banshee-1/log ~/Desktop/banshee.log
and attach the banshee.log file that is now on your Desktop. The kill -s QUIT part of that command doesn't actually close Banshee; it tells Banshee to output more information useful for debugging.

If you enjoy helping make Banshee better by submitting bugs, you can get more involved by helping others with their bug reports.