You are not logged in.
Hi guys
I've noticed that in the gnome-do-plugins package the google-contacts (and google-calendar and...) are missing... Trying to rebuild the package by myself I get an error (in another plugin).
Is there a reason why those plugins are missing?
G.
Offline
Try building it from AUR: http://aur.archlinux.org/packages.php?ID=23148
The comment states that there is a problem building the google stuff, I'm not sure whether this is Arch specific or an upstream problem.
So... I did what you should have done prior to creating a thread...
google search term: gnome-do google-calendar
Result: Bug report on official gnome-do bugtracker: Gnome-do crashes when using Google Calendar plugin (https://bugs.launchpad.net/do/+bug/485526)
The bug has been around for almost exactly one year, no one seemed to care about it though. Doesn't seem to be an Arch-specific problem. Looks like a "non-Ubuntu"-specific issue :-D
Offline
I tryed from AUR, with really little success: some mono parts have been discontinued and gnome-do still apparently searching for it (sqlite interface)
Offline
In addiction, awebb, I googled (a lot) before opening this thead: my problem is not that the plugin crashes (I would be able to fix the code, in case), but that the plugin IS NOT BUILT with the ABS package (and it is not excluded!), the AUR package doesn't build... I was simply searching for more informations.
Offline
It looks like it needs "gdata-sharp" dependancy to build google related plugins.
Offline
But then, google contact failes with :
ompiling GoogleContacts.dll...
./src/GMailClient.cs(54,45): warning CS0618: `System.Net.ServicePointManager.CertificatePolicy' is obsolete: `Use ServerCertificateValidationCallback instead'
./src/GMailClient.cs(66,31): warning CS0618: `Google.GData.Client.FeedQuery.UseSSL' is obsolete: `This is deprecated and replaced by UseSSL on the service and the requestsettings'
./src/GMailClient.cs(80,41): error CS0311: The type `Google.GData.Extensions.StructuredPostalAddress' cannot be used as type parameter `T' in the generic type or method `GMail.GMailClient.AddDetails<T>(Do.Universe.ContactItem, Google.GData.Extensions.ExtensionCollection<T>)'. There is no implicit reference conversion from `Google.GData.Extensions.StructuredPostalAddress' to `Google.GData.Extensions.CommonAttributesElement'
./src/GMailClient.cs(93,22): (Location of the symbol related to previous error)
./src/GMailClient.cs(127,59): warning CS0618: `Google.GData.Extensions.PostalAddress' is obsolete: `Use New Version StructuredPostalAddress'
Compilation failed: 1 error(s), 3 warnings
make[1]: *** [../build/GoogleContacts.dll] Erreur 1
make[1]: quittant le répertoire « /tmp/gnome-do-plugins-bzr/src/gnome-do-plugins-build/GoogleContacts »
:-(
Offline