El 14/12/10 17:21, brian_p escribió: >> The segmentation fault occurs when I enter the preferences menu. I'm >> using Kubuntu 10.04 and the sflphone package from the ubuntu repositories. > > I'm not much use here because the gnome client (which appears to be the > problem) is not used on this machine. Also I use the Debian packages, > which are a couple of versions behind what is currently available. Mind > you, that may not be a bad thing so you could download and install them > and see how you go on. > > What is your SLFphone version? I could post a minimal sflphonedrc file > but your copy may expect a .yml. > > N.B. Use mv not rm. :)
It turns out that I did use mv so I could get the client working again (still segfaults on the preferences menu but now I can test the script again) I could not see anything from the dbus-monitor script you sent. I've tried this and I see the message: $ dbus-monitor "type='method_call'" method call sender=:1.7456 -> dest=org.freedesktop.DBus serial=1 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=Hello method call sender=:1.7456 -> dest=org.sflphone.SFLphone serial=2 path=/org/sflphone/SFLphone/CallManager; interface=org.sflphone.SFLphone.CallManager; member=placeCall string "Account:1282146459" string "8806" string "123" If I filter per type=signal as you suggested I get this for every call of the script: $ dbus-monitor "type='signal'" signal sender=org.freedesktop.DBus -> dest=(null destination) serial=4 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged string ":1.7462" string "" string ":1.7462" signal sender=org.freedesktop.DBus -> dest=(null destination) serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged string ":1.7462" string ":1.7462" string "" Anyway I do not trust my installation very much. I'll try again in a xubuntu installation at home and see what happens. Regards Jorge _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
