maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Conboy - Note Taking Application (Tomboy clone) (https://talk.maemo.org/showthread.php?t=28355)

conny 2010-06-09 14:10

Re: Conboy - Note Taking Application (Tomboy clone)
 
Quote:

Originally Posted by xman (Post 707189)
Thanks for the quick update with the Fullscreen cmd back in.

You´re welcome :)

Quote:

Originally Posted by xman (Post 707189)
Loving this app. Trying to put it on an old mac to sync to but I'm not a fan of MONO so I'm kinda out of luck. Unless of course I can figure out how to compile Gnote for the mac...;)

Even if you can compile it on the Mac the problem still is, that Gnote has no support for sync. This might save you some time ;)

xman 2010-06-09 20:12

Re: Conboy - Note Taking Application (Tomboy clone)
 
Yeah, But I was also thing of doing a rsync set up and do it manually sorta. As long as I have backup it good enough for me now. Since I mainly live on this device and not on desktop/laptop, syncing is less important than having a good backup...for now.

keep on rock'n

x

ps, if you around stgrt in july pm me I'll buy ya a beer..;)

conny 2010-06-10 08:32

Re: Conboy - Note Taking Application (Tomboy clone)
 
Quote:

Originally Posted by xman (Post 707759)
Yeah, But I was also thing of doing a rsync set up and do it manually sorta. As long as I have backup it good enough for me now. Since I mainly live on this device and not on desktop/laptop, syncing is less important than having a good backup...for now.

Ok, fair enough :) If it´s more about backups, rsync should be fine.

Quote:

Originally Posted by xman (Post 707759)
keep on rock'n

x

ps, if you around stgrt in july pm me I'll buy ya a beer..;)

Might actually happen - beware ;)

xman 2010-06-11 16:52

Re: Conboy - Note Taking Application (Tomboy clone)
 
hehe, we'll be in contact then via PM then ... ;)

x

etuoyo 2010-06-16 08:59

Re: Conboy - Note Taking Application (Tomboy clone)
 
I created a ubuntu account so I can now have online back up. Previously what I was doing was a long process of copying all notes to my home directory then copying to PC and putting in the Tomboy folder.

However, I am unable to get the ubuntu synch working. Each time I try to synch I get an Internal Error Conboy will now close message.

Can anyone tell me how to fix this issue?

I have over 200 notes so don't know if that is what is causing the problem. Will be a shame if I cannot synch cause of the number of notes.

Also any possibility of creating folders as you can in Tomboy (or is it briefcase it is called - not sure)? That would be really cool and make it easier for me to sort my many notes.

conny 2010-06-16 09:26

Re: Conboy - Note Taking Application (Tomboy clone)
 
Quote:

Originally Posted by etuoyo (Post 717238)
I created a ubuntu account so I can now have online back up. Previously what I was doing was a long process of copying all notes to my home directory then copying to PC and putting in the Tomboy folder.

However, I am unable to get the ubuntu synch working. Each time I try to synch I get an Internal Error Conboy will now close message.

That sounds like a plain programming error and nothing regarding the number of your notes.

Quote:

Originally Posted by etuoyo (Post 717238)
Can anyone tell me how to fix this issue?

Help me help you ;) Could you please start Conboy from the terminal and send the output you get there to me. At least the last couple of lines before the crash.

Quote:

Originally Posted by etuoyo (Post 717238)
I have over 200 notes so don't know if that is what is causing the problem. Will be a shame if I cannot synch cause of the number of notes.

Also any possibility of creating folders as you can in Tomboy (or is it briefcase it is called - not sure)? That would be really cool and make it easier for me to sort my many notes.

Folders (aka notebooks) are not yet supported. There is an enhancement request for it in bugzilla, but currently my focus is still on the synchronization. However, the relation between notes and notebooks are preserved during sync. So you still have them in the correct notebook in Tomboy.

etuoyo 2010-06-16 15:05

Re: Conboy - Note Taking Application (Tomboy clone)
 
3 Attachment(s)
Quote:

Originally Posted by conny (Post 717255)
That sounds like a plain programming error and nothing regarding the number of your notes.


Help me help you ;) Could you please start Conboy from the terminal and send the output you get there to me. At least the last couple of lines before the crash.


Folders (aka notebooks) are not yet supported. There is an enhancement request for it in bugzilla, but currently my focus is still on the synchronization. However, the relation between notes and notebooks are preserved during sync. So you still have them in the correct notebook in Tomboy.

Thanks. Not sure if I am doing it right and sending you the right thing to assess cause of the synch error but when I start terminal and type Conboy I get error message for a few notes as shown in the image [Loading Error].

When I synch and Conboy closes due to the error I get these (at the top of terminal and bottom) as shown in images [Synch Error Top and Synch Error Bottom]

pelago 2010-06-16 15:08

Re: Conboy - Note Taking Application (Tomboy clone)
 
Just as a friendly tip, it is probably preferable to copy and paste the error messages as text rather than as screenshots, as text is easier to read and will come up in searches too.

conny 2010-06-16 19:21

Re: Conboy - Note Taking Application (Tomboy clone)
 
Yea, text would be better next time ;)

It looks like you have at least 2 corrupted notes and it could be that they are messing up the sync. I'll run some tests tomorrow, maybe I can reproduce it.

If you want to try something, you could move the two notes starting with 2af63c59 and dc20eale out of the /home/user/.conboy/ folder and try again. In xterm this would be:

Code:

cd
mv .conboy/2af63c59* .
mv .conboy/dc20eale* .

With those commands you move them into your home folder where Conboy won't try to load them. Also if those two notes do not contain any sensitive data, you could send them to me via PM. It could maybe help me debug this problem.

If this is all too scary, please wait a bit. I'm continuously tweaking the sync process, so it might just work in the next version. Still, input from your side could help a lot.

Thanks for reporting this.

[Edit: I've read your original post again, so I assume you're familiar with coping files on linux etc. That will certainly help :)]

etuoyo 2010-06-17 09:00

Re: Conboy - Note Taking Application (Tomboy clone)
 
Quote:

Originally Posted by conny (Post 718016)
Yea, text would be better next time ;)

It looks like you have at least 2 corrupted notes and it could be that they are messing up the sync. I'll run some tests tomorrow, maybe I can reproduce it.

If you want to try something, you could move the two notes starting with 2af63c59 and dc20eale out of the /home/user/.conboy/ folder and try again. In xterm this would be:

Code:

cd
mv .conboy/2af63c59* .
mv .conboy/dc20eale* .

With those commands you move them into your home folder where Conboy won't try to load them. Also if those two notes do not contain any sensitive data, you could send them to me via PM. It could maybe help me debug this problem.

If this is all too scary, please wait a bit. I'm continuously tweaking the sync process, so it might just work in the next version. Still, input from your side could help a lot.

Thanks for reporting this.

[Edit: I've read your original post again, so I assume you're familiar with coping files on linux etc. That will certainly help :)]

Thanks. Moved the files that had error messages in xterm when starting conboy and no longer get the error messages but still get error when trying to synch.

Happy to send you the files to examine but don't know how to send files on this site.


All times are GMT. The time now is 19:03.

vBulletin® Version 3.8.8