Bug#421514: beep-media-player: fails to start

2007-04-29 Thread Pierre Tourbeaux
Package: beep-media-player Version: 0.9.7.1+cvs20050803-2 Severity: important beep-media-player fails to start on amd64 with an error : The program 'beep-media-player' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAccess (attempt to access priva

Bug#421514: beep-media-player: fails to start

2007-05-06 Thread Pierre Tourbeaux
It seems that when you remove the option "--disable-gnome-vfs" from the configure line of the debian/rules file, this solves the bug. I do a simple : apt-get source beep-media-player cd beep-media-player-0.9.7.1+cvs20050803/ sed -e 's/--disable-gnome-vfs//g' debian/rules fakeroot dpkg-buildpackag

Bug#421514: beep-media-player: fails to start

2007-05-06 Thread Pierre Tourbeaux
> It seems that when you remove the option "--disable-gnome-vfs" from the > configure line of the debian/rules file, this solves the bug. > > I do a simple : > > apt-get source beep-media-player > cd beep-media-player-0.9.7.1+cvs20050803/ > sed -e 's/--disable-gnome-vfs//g' debian/rules Sorry fo