You are not logged in.
Hii I think the problem is in my midi, any way when running beep-media-player-2, it refuse to run and say
beep-media-player-2: Couldn't connect to session bus: Unable to determine the address of the message bus
What shell I do please?
Offline
What shell I do please?
File a bug
Temporary I threw this kinda dirty PKGBUILD together, which works for me
pkgname=bmpx
pkgver=0.14.2
pkgrel=1
pkgdesc="BMPx is the follow-up of the BMP project with a codebase rewritten from scratch"
url="http://beep-media-player.org/"
license="GPL"
depends=(
'musicbrainz>=2.1.2'
'gstreamer0.10>=0.10.3.1'
'gstreamer0.10-base'
'neon>=0.25.5'
#'gamin>=0.1.1'
'gtk2>=2.8.0'
'hal>=0.5.6'
'gconf>=2.6.4'
'cairo>=1.0.0'
'taglib>=1.4'
'libglade>=2.5.1'
'dbus>=0.60'
#'curl'
'pango>=1.9.1'
'libxml2>=2.6.1'
'startup-notification>=0.8'
'glib2>=2.10'
)
source=(http://switch.dl.sourceforge.net/sourceforge/beepmp/$pkgname-$pkgver.tar.gz)
md5sums=()
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --enable-amazon --enable-hal
make || return 1
make DESTDIR=$startdir/pkg install
}
[edit] running it for about 10 minutes now, it is slowly eating memory, now about 43 megs and rising, with no gui running.
I would not advice to use bmpx for everyday use, but feel free to do so.
[edit2]stupid applications doesn't let me kill the process :twisted:
Offline
amm, so the program is full of bugs?
Shell I use it or not?
Offline
If you should use it or not is a matter of personal preferences. All I can say is that I removed it already ...
...but on the other hand, it does not harm you giving it a testdrive.
About the bugs, yes there are some, but they won't go away when nobody is using it & submitting bug report to the bmpx devs.
Offline
Bear in mind that bmpx is not the same as beep-media-player-2 - more like the cutting-edge next-gen version of it. Re your first question, is dbus running?
Offline
What is dbus?
and why should I run it?
Offline
Bear in mind that bmpx is not the same as beep-media-player-2 - more like the cutting-edge next-gen version of it. Re your first question, is dbus running?
bmpx from testing should be started with beep-media-player-2, so I thought that's what he meant.
I tried it too, but it was not working here, also some sort of dbus error (yes, dbus was running )
What is dbus?
and why should I run it?
I think it is possible to build bmpx without dbus, you should check their homepage about that.
Offline
same error here! but my dbus is running!
THX!!
cu matsche
Offline
Yep even with Dbus I still get this erorr
Offline
Yep even with Dbus I still get this erorr
so compile the package with the above PKGBUILD and it runs
Are all of you guys running a 'testing' system? Maybe the package is build on a current/extra system? somebody in a postition to verify?
Offline
bmpx is in testing now - since yesterday, actually. Obviously, it's compiled against the testing versions of dbus, neon, gstreamer, etc. So that would be the one to try.
Offline
bmpx is in testing now - since yesterday, actually. Obviously, it's compiled against the testing version of dbus, neon, gstreamer, etc. So that would be the one to try.
so we did
and obviously it is not working, but compiling myself does.....well kinda, except for the bugs in the program
Offline
OK - sorry. I'm obviously suffering from time-lag. :oops:
Having said that, I'm running it now with no problems - I'll leave it going for a while and see what happens.
Offline
Right, bmpx has been running here since my last post, playing mp3s from a NFS share, and it's been solid - CPU 12-15%, memory 6-7%.
I think I'll keep it around for a while.
Offline
So why can't I run it?
Offline
same error here! but my dbus is running!
Having a dbus daemon running is not the same thing as having a dbus session. Either you start your X server in a dbus session or in a terminal try:
dbus-launch beep-media-player-2
Offline
Why would that be necessary for some users, but not others? Assuming we're all running the same versions of everything from testing.
Offline
matsche wrote:same error here! but my dbus is running!
Having a dbus daemon running is not the same thing as having a dbus session. Either you start your X server in a dbus session or in a terminal try:
dbus-launch beep-media-player-2
so that's why my own version did run, as I did not add the --enable-dbus switch to configure.
Is it possible to add an .install file, which says that a dbus-session needs to run?
thanks
Offline
so that's why my own version did run, as I did not add the --enable-dbus switch to configure.
Actually, dbus is enabled by default. If you don't want it, you need --disable-dbus, so your PKGBUILD would have included it. The essential difference between your version and the testing version is that you have --enable-hal - kpiche has not put that in the testing PKGBUILD, and it is disabled by default.
Offline
Actually, dbus is enabled by default.
which makes there website look stupid
Build BMPx with D-BUS support
First and foremost, you must build BMPx with D-BUS support. You can accomplish that by adding the switch --enable-dbus to configure. BMPx currently requires D-BUS version 0.35.2 or greater (0.60 is current and will work with 0.13 or SVN HEAD).
I'll try if I can get the testing version working on my machine.
ps. where did you found the PKGBUILD, I cannot seem to find it?
[edit]
New error
Process /usr/libexec/beep-media-player-2-bin exited with status 127
quite helpfull such an error message
Offline
I got it
[ronald@pressh_box pacman]$ /usr/libexec/beep-media-player-2-bin
/usr/libexec/beep-media-player-2-bin: error while loading shared libraries: libn eon.so.26: cannot open shared object file: No such file or directory
[root@pressh_box ronald]# ln -s /usr/lib/libneon.so.25 /usr/lib/libneon.so.26
[ronald@pressh_box pacman]$ /usr/libexec/beep-media-player-2-bin
So neon provides libneon.so.25 instead of libneon.so.26 (both testing/current) !
[edit] it kinda works stable atm, but not able to play radio streams
(beep-media-player-2-bin:5225): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GstNeonhttpSrc' has no property named `location'
Offline
The website's up to date here. Like many open-source projects, I suspect the major effort goes into the actual development. with websites, documentation, etc, playing catch-up.
I have neon 0.26.0 installed here, which is why I didn't get that error. Have you posted it on Flyspray?
Offline
The website's up to date here. Like many open-source projects, I suspect the major effort goes into the actual development. with websites, documentation, etc, playing catch-up.
I have neon 0.26.0 installed here, which is why I didn't get that error. Have you posted it on Flyspray?
Yup, it's here: http://bugs.archlinux.org/task/4312
Offline
Why would that be necessary for some users, but not others? Assuming we're all running the same versions of everything from testing.
It's because some desktop environments start a dbus session for you. If you check the the processes under GNOME you can see that gnome-session is run under a DBUS session:
$ ps auwx|grep dbus-launch
kpiche 2255 0.0 0.1 3056 788 ? Ss 09:33 0:00 /usr/bin/ssh-agent -- /usr/bin/dbus-launch /opt/gnome/bin/gnome-ses
If your DE doesn't do this you need to add dbus-launch to your .xinitrc or something. There's a note about this on the bmpx site.
Sorry about the neon library version. Neon wasn't in testing when I started building bmpx so I had 0.26 installed at the time. I'll be putting update tonight.
Offline
Sorry about the neon library version. Neon wasn't in testing when I started building bmpx so I had 0.26 installed at the time. I'll be putting update tonight.
no problem, it's just that bmpx gives such not-clear error messages
Offline