Active Topics

 



Notices


Reply
Thread Tools
Posts: 479 | Thanked: 641 times | Joined on Dec 2007 @ Switzerland
#141
Originally Posted by rmarcus View Post
Hi everybody! A little help please.
Everytime I try to unzip it I get "permission denied" as you can see...I am totaly new at this.
Care to share some more context? What command are you using in the x-term? Where is located the archive you want to uncompress?

At any rate, erminig-ng cannot be installed in MyDocs (or any subdirectory of it), since it relies on the executability of a library that cannot be there....For the moment the best location is directly in /home/user, at least until I manage to properly package it in a .deb.
 

The Following User Says Thank You to lorelei For This Useful Post:
Posts: 52 | Thanked: 10 times | Joined on Jan 2010 @ London, UK
#142
Great news !!

Perhaps ideas for future would be if you could add on:

google contacts, docs bi-directional sync

You would have a powerful took !!
 
Posts: 123 | Thanked: 33 times | Joined on Jan 2010 @ Stockholm
#143
Google Contacts would be great. I've been struggling for a while now, trying to sync both directly from N900 (Syncevolution) or via Outlook, Plaxo, Soocial and a couple of other services. None of them work.

Lorerei: Did you notice this?

/P
 
Posts: 200 | Thanked: 15 times | Joined on Dec 2009 @ São Paulo - Brasil
#144
Originally Posted by lorelei View Post
Care to share some more context? What command are you using in the x-term? Where is located the archive you want to uncompress?

At any rate, erminig-ng cannot be installed in MyDocs (or any subdirectory of it), since it relies on the executability of a library that cannot be there....For the moment the best location is directly in /home/user, at least until I manage to properly package it in a .deb.
All right, it was in Mydocs, so where should I place the zipped file? and How can I unzip it? Using gunzip?

Thanx a lot

Rod
 
Posts: 479 | Thanked: 641 times | Joined on Dec 2007 @ Switzerland
#145
Originally Posted by Palleman View Post
Lorerei: Did you notice this?
Yup, I'm still thinking about the problem and how to debug it. I will come back to you in the next few days with some code modification to pinpoint the problem.

In the meantime, just a question: is that event from a shared calendar?

Also, to determine which calendar Erminig is talking about:

- go to Google Calendar
- settings
- Calendars
- select one of the calendar
- near the bottom (under the heading "Calendar Address") there's the ID of the calendar.

Does the calendar where Erminig is crashing has something special?

thanks
 

The Following 2 Users Say Thank You to lorelei For This Useful Post:
Posts: 479 | Thanked: 641 times | Joined on Dec 2007 @ Switzerland
#146
Originally Posted by rmarcus View Post
All right, it was in Mydocs, so where should I place the zipped file? and How can I unzip it? Using gunzip?
- File should be placed in /home/user
- to decompress the archive:

Code:
tar zxvf erminig-ng-0.1.2.tar.gz
in the terminal.
 

The Following User Says Thank You to lorelei For This Useful Post:
Posts: 200 | Thanked: 15 times | Joined on Dec 2009 @ São Paulo - Brasil
#147
Originally Posted by lorelei View Post
- File should be placed in /home/user
- to decompress the archive:

Code:
tar zxvf erminig-ng-0.1.2.tar.gz
in the terminal.
Thanx lorelei, the thing is, I am a PC user, which folder does it correspond in the file manager? There is no user folder...I know I may sound stupid...

Thanx again
 
Posts: 123 | Thanked: 33 times | Joined on Jan 2010 @ Stockholm
#148
Originally Posted by lorelei View Post
In the meantime, just a question: is that event from a shared calendar?
I don't know. It's none of the calendars I got configured at Google (I went through them all).

/P
 
Posts: 479 | Thanked: 641 times | Joined on Dec 2007 @ Switzerland
#149
Originally Posted by Palleman View Post
I don't know. It's none of the calendars I got configured at Google (I went through them all).
OK, I get it. I was able to reproduce the problem with my own calendars. I managed to get the same error message (in german ??).

I think that you are trying to synchronize a calendar that doesn't exist anymore on Google (did you delete one or several of them?).

To repair the problem from the command line, we must unbind the local calendar with the non-existing Google one:

Code:
$ sqlite3 ~/.erminig.db
sqlite> delete from GoogleIDs where googleID = "g1op2h8ebo5ecbqg7eqb8ihh3c@group.calendar.google.com"
Here I took the calendar ID you posted before...

Once that entry is removed, you should be able to continue the synchronization. If another similar error comes up, please remove also that entry from the Erminig database.
 

The Following User Says Thank You to lorelei For This Useful Post:
Posts: 35 | Thanked: 17 times | Joined on Aug 2009
#150
FYI: As we thought, preserving the read-only status is trivial.

On the calendar-backend side (calaccess.cc), we need to set the read-only flag when we create the local calendar (third parameter to mc->addCalendar, currently hard coded to false). Obviously cwrapper.py needs to be updated accordingly.

Before we create the calendar in erminig-ng, we just read 'cal.access_level.value'. Simple approach would be if it is set to "read", then create the local calendar read-only. A more complete approach would be to consider all possible values which might indicate that we don't have any access to the calendar (then why is it in the feed?) or that we only have access to free/busy information from the calendar.

I did this in a quick hack and it does work, setting the "US Holidays" shared calendar from google as read-only locally. If I try to add a new event on the n900, it doesn't present the "US Holidays" calendar as an option.

I'm assuming the code is somewhat in flux as lorelei is flushing out the initial features and GUI. If you want me to throw together a patch now, let me know. Otherwise I'll wait until core features are flushed out, including a GUI.
 

The Following User Says Thank You to tuxfoo For This Useful Post:
Reply

Tags
erminig, erminig-ng, ernie nig, google calendar, google sync, synchronization


 
Forum Jump


All times are GMT. The time now is 01:54.