You are not logged in.
So , i built giver from the AUR, but it doesn't start and gives the following output in a terminal:
[Debug]: PhotoService static constructor called
[Debug]: Error starting ServiceLocator: Le démon n'est pas en cours d'exécution
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
Avahi.ClientException: Le démon n'est pas en cours d'exécution
at Avahi.Client..ctor (ClientFlags flags) [0x00000]
at Avahi.Client..ctor () [0x00000]
at Giver.ServiceLocator.Start () [0x00000]
at Giver.ServiceLocator..ctor () [0x00000]
at Giver.Application.InitializeIdle () [0x00000]
at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
at GLib.Idle+IdleProxy.Handler()
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at Gnome.Program.Run()
at Giver.Application.StartMainLoop()
at Giver.Application.Main(System.String[] args)Anyone ?
Last edited by FaN_OnLy1 (2008-12-20 21:34:07)
Offline
I think the avahi daemon must be running. Start it and try to run giver again. If it works, add it to your DAEMONS array of rc.conf
Offline
:E it worked, thanks.
Offline