ok so i am trying to install banshee with support for my ipod. i installed all the ipod dependencies from source as well as banshee itself. the install went fine with no hiccups at all. when i try and run banshee i get this message...
Code:
Warning: [2/22/2007 9:49:27 PM] (DBus is not available) - Your environment is not properly set up to use DBus. Please fix your environment or run Banshee through dbus-launch. Failure to do so may cause problems at a later time in Banshee during this instance.
Unable to open the system message bus.
System.Exception: Unable to open the system message bus. ---> System.IO.FileNotFoundException: No such file or directory ---> Mono.Unix.UnixIOException: No such file or directory [ENOENT].
at Mono.Unix.UnixMarshal.ThrowExceptionForLastError () [0x00000]
at Mono.Unix.UnixMarshal.ThrowExceptionForLastErrorIf (Int32 retval) [0x00000]
at NDesk.DBus.Transports.UnixSocket.Connect (System.Byte[] remote_end) [0x00000]
at NDesk.DBus.Transports.UnixNativeTransport.OpenUnix (System.String path) [0x00000]
at NDesk.DBus.Transports.UnixNativeTransport.Open (System.String path, Boolean abstract) [0x00000]
at NDesk.DBus.Transports.UnixTransport.Open (NDesk.DBus.AddressEntry entry) [0x00000]
at NDesk.DBus.Transports.Transport.Create (NDesk.DBus.AddressEntry entry) [0x00000]
at NDesk.DBus.Connection.OpenPrivate (System.String address) [0x00000]
at NDesk.DBus.Connection..ctor (System.String address) [0x00000]
at NDesk.DBus.Bus..ctor (System.String address) [0x00000]
at NDesk.DBus.Bus.Open (System.String address) [0x00000]
at NDesk.DBus.Bus.get_System () [0x00000] --- End of inner exception stack trace ---
at NDesk.DBus.Bus.get_System () [0x00000]
at Hal.Manager..ctor () [0x00000]
at Banshee.Base.HalCore.Initialize () [0x00000]
at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
at Banshee.Base.ComponentInitializer.Run () [0x00000]
Warning: [2/22/2007 9:49:27 PM] (Cannot connect to NetworkManager) - An available, working network connection will be assumed
Debug: [2/22/2007 9:49:28 PM] (Loading audio profiles) - /usr/local/share/banshee/audio-profiles
Debug: [2/22/2007 9:49:28 PM] (Default player engine) - GStreamer 0.10
System.ApplicationException: HAL is not initialized
at Banshee.Base.AudioCdCore..ctor () [0x00000]
at Banshee.Base.Globals+<>c__CompilerGenerated60.<>c__AnonymousMethod183 () [0x00000]
at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
at Banshee.Base.ComponentInitializer.Run () [0x00000]
System.ApplicationException: Cannot initialize DapCore because HalCore is not initialized
at Banshee.Dap.DapCore.Initialize () [0x00000]
at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void ()
at Banshee.Base.ComponentInitializer.Run () [0x00000]
Segmentation fault
i would think that dbus would not be running. i have this in my .xinitrc though which (correct me if im wrong) supposed to start dbus when i startx.
Code:
if test x"$DBUS_SESSION_BUS_ADDRESS" = x""; then
dbuslaunch=`which dbus-launch`
if test x"$dbuslaunch" != x"" -a x"$dbuslaunch" != x"no"; then
eval `$dbuslaunch --sh-syntax --exit-with-session`
fi
fi
i also tried running dbus-launch from the terminal and i got this...
Code:
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ZukE5lmtlP,guid=fae59be9ed82b477a64cfe0045de57c7
DBUS_SESSION_BUS_PID=8669
im running slackware 11 with fluxbox.
hopefully this is enough info. ideas? thanks.