PDA

View Full Version : Banshee on Arch Linux?



Jimleko211
August 2nd, 2009, 02:07 AM
I downloaded banshee using pacman, and it tells me that it downloaded and installed it correctly. I try to launch it with the command "banshee", and it doesn't work. I then try "banshee-1" and I get the following error message:


Unhandled Exception: System.Exception: Unable to open the session message bus.
--> System.ArgumentNullException: Argument cannot be null
parameter name: address
at NDesk.DBus.Bus.Open (System.String address) [0x00000]
at NDesk.DBus.get_Session() [0x00000]
=== End of inner exception stack trace ---
at NDesk.DBus.get_Session () [0x00000]
at Banshee.ServiceStack.DBusCennection.get_Applicatio nInstanceAlreadyRunning() [0x00000]
at Booter.Booter.Main () [0x00000]


I checked the Arch Wiki but I couldn't find an entry on Banshee...any help?

FuturePilot
August 2nd, 2009, 02:08 AM
Just a stab in the dark, but is dbus running?

Jimleko211
August 2nd, 2009, 02:10 AM
Just a stab in the dark, but is dbus running?
HAL is running, and the arch wiki says that dbus starts with HAL.

Jimleko211
August 2nd, 2009, 02:16 AM
Solved the problem. Thanks for making me look up the d-bus page!

kevdog
August 2nd, 2009, 03:00 AM
Um -- could you provide a better explanation please.

Jimleko211
August 2nd, 2009, 03:16 AM
Um -- could you provide a better explanation please.
The problem is solved, if that's what you meant. If not, look at the final section of the D-Bus page on the Arch Wiki. That's how I solved the problem.