On Sat, 2008-08-09 at 02:24 +0200, Christian Stöveken wrote: > Jc2k told me to post this here: > > If I try to "Explore with Filemanager" from synce-trayicon with > synce-gvfs on Ubuntu Intrepid I get this error: 'DBus error > org.freedesktop.org.DBus.Error.InvalidArgs: Argument 5 is specified to > be of type "s", but is actually of type "b"' > http://img398.imageshack.us/my.php?image=synceerrorew2.png
The gvfs API and ABI isn't quite stable yet, and intrepid appears to be using version 0.99.4, whereas hardy is 0.2.5. What the message means is that somewhere in that upgrade, the dbus interfaces used by gvfs have changed. I'm afraid I don't have time to start putting together packages for intrepid at the moment. However, with luck the core synce-gvfs source will still compile, and you could try building your own package. 1) make sure you have deb-src lines in /etc/apt/sources.list for ubuntu and the synce ppa 2) apt-get source gvfs 3) apt-get source synce-gvfs 4) pull synce-gvfs out of svn 5) go into the synce-gvfs from svn, and follow the instructions in the README under "Building", option 2, and run "make dist" 6) unpack the new tarball in the svn dir somewhere, copy the debian dir from the synce-gvfs source from apt into the new one, and run dpkg-buildpackage, which will give you a deb to install I know that's all a bit vague, if you need further help on any of the steps let me know. Mark
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ SynCE-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synce-devel
