DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 6th September 2008
greencross's Avatar
greencross greencross is offline
Real Name: David Gevorgyan
Fdisk Soldier
 
Join Date: May 2008
Location: Yerevan, Armenia
Posts: 58
Default BMPx problem

Hi guys.
I've been experimenting with various media players (audio). All worked well except BMPx. When I launched it from the main menu I got this:



Then I tried % dbus-launch beep-media-player-2 and the result was:



Any ideas?
__________________
rtfm
Reply With Quote
  #2   (View Single Post)  
Old 6th September 2008
graudeejs's Avatar
graudeejs graudeejs is offline
Real Name: Aldis Berjoza
ISO Quartermaster
 
Join Date: Jul 2008
Location: Riga, Latvia
Posts: 589
Default

enable dbus in rc.conf
Code:
dbus_enable="YES"
and try then....
idk if it will help....
BMP is pretty buggy thing.... I was using it myself but gave up and switched to mplayer.... which rock in so many ways
Reply With Quote
  #3   (View Single Post)  
Old 6th September 2008
greencross's Avatar
greencross greencross is offline
Real Name: David Gevorgyan
Fdisk Soldier
 
Join Date: May 2008
Location: Yerevan, Armenia
Posts: 58
Default

Nah. The same output. It's not so critical anyway.
__________________
rtfm
Reply With Quote
  #4   (View Single Post)  
Old 6th September 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

You can also try compiling BMPx without HAL.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
  #5   (View Single Post)  
Old 6th September 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Are dbus-daemon and hald actually running?

To get them both running at boot time, you must add to /etc/rc.conf:
Code:
dbus_enable="YES"
hald_enable="YES"
To get them running without rebooting (run in this order since dbus must start before hal):
Code:
# /usr/local/etc/rc.d/dbus start
# /usr/local/etc/rc.d/hald start
Reply With Quote
  #6   (View Single Post)  
Old 11th September 2008
renej renej is offline
Real Name: Rene
Port Guard
 
Join Date: Sep 2008
Location: Belgium
Posts: 11
Default

Thanks a lot BSDKaffee ... I had the same problem and this seems to have solved at least THAT issue
Reply With Quote
  #7   (View Single Post)  
Old 12th September 2008
greencross's Avatar
greencross greencross is offline
Real Name: David Gevorgyan
Fdisk Soldier
 
Join Date: May 2008
Location: Yerevan, Armenia
Posts: 58
Default

First I tried to run BMPx under Openbox and got only the second message. Then I followed BSDKaffe's suggestions (thanks ). As a result the program runs under Openbox without any problem so far, but under XFCE i still have to use
% dbus-launch beep-media-player-2
I must have turned off DBUS support in one of XFCE ports during compillation.
__________________
rtfm

Last edited by greencross; 12th September 2008 at 06:40 AM.
Reply With Quote
  #8   (View Single Post)  
Old 12th September 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

I am not familiar with XFCE, but you probably need to adjust your ~/.xinitrc so that a dbus session is available to your applications.

You may want to try an ~/.xinitrc that looks like this:
Code:
/usr/local/bin/dbus-launch --sh-syntax --exit-with-session /usr/local/bin/startxfce4
eval `dbus-launch`
export DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID
It's BSDKaffee BTW - German coffee, not Italian
Reply With Quote
  #9   (View Single Post)  
Old 12th September 2008
greencross's Avatar
greencross greencross is offline
Real Name: David Gevorgyan
Fdisk Soldier
 
Join Date: May 2008
Location: Yerevan, Armenia
Posts: 58
Default

Quote:
Originally Posted by BSDKaffee View Post
It's BSDKaffee BTW - German coffee, not Italian
Ups, sorry.
Fixed.
__________________
rtfm
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot problem. Geometry problem? gulanito FreeBSD Installation and Upgrading 0 3rd July 2009 03:03 AM


All times are GMT. The time now is 11:36 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick