![]() |
|
|||||||
| FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
enable dbus in rc.conf
Code:
dbus_enable="YES" 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 |
|
||||
|
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. |
|
||||
|
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" Code:
# /usr/local/etc/rc.d/dbus start # /usr/local/etc/rc.d/hald start |
|
|||
|
Thanks a lot BSDKaffee ... I had the same problem and this seems to have solved at least THAT issue
|
|
||||
|
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-2I 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. |
|
||||
|
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
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |