You are not logged in.
When i try to run banshee i received this message:
No such file or directory
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..ctor (System.String path, Boolean abstract) [0x00000]
at NDesk.DBus.Connection.Open (System.String path, Boolean abstr) [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]
at NDesk.DBus.BusG.Init () [0x00000]
at Banshee.BansheeEntry.Startup (System.String[] args) [0x00000]
at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_string[] (string[])
at Banshee.Gui.CleanRoomStartup.Startup (Banshee.Gui.StartupInvocationHandler startup, System.String[] args) [0x00000]
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
at Banshee.Base.Branding.get_ApplicationIconName () [0x00000]
at Banshee.Base.IconThemeUtils.SetWindowIcon (Gtk.Window window) [0x00000]
at Banshee.Gui.Dialogs.ExceptionDialog..ctor (System.Exception e) [0x00000]
at Banshee.Gui.CleanRoomStartup.Startup (Banshee.Gui.StartupInvocationHandler startup, System.String[] args) [0x00000]
at Banshee.BansheeEntry.Main (System.String[] args) [0x00000]
[tomas@a02-0709b ~]$ banshee
No such file or directory
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..ctor (System.String path, Boolean abstract) [0x00000]
at NDesk.DBus.Connection.Open (System.String path, Boolean abstr) [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]
at NDesk.DBus.BusG.Init () [0x00000]
at Banshee.BansheeEntry.Startup (System.String[] args) [0x00000]
at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_string[] (string[])
at Banshee.Gui.CleanRoomStartup.Startup (Banshee.Gui.StartupInvocationHandler startup, System.String[] args) [0x00000]
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
at Banshee.Base.Branding.get_ApplicationIconName () [0x00000]
at Banshee.Base.IconThemeUtils.SetWindowIcon (Gtk.Window window) [0x00000]
at Banshee.Gui.Dialogs.ExceptionDialog..ctor (System.Exception e) [0x00000]
at Banshee.Gui.CleanRoomStartup.Startup (Banshee.Gui.StartupInvocationHandler startup, System.String[] args) [0x00000]
at Banshee.BansheeEntry.Main (System.String[] args) [0x00000]
anyone who knows where is problem?
Offline
Do you run the system dbus (dbus in rc.conf DAEMONS)? If yes, try 'dbus-launch banshee'.
1000
Offline
Do you run the system dbus (dbus in rc.conf DAEMONS)? If yes, try 'dbus-launch banshee'.
thanks 'dbus-launch banshee' works :oops:
Offline