Active Topics

 



Notices


Reply
Thread Tools
Posts: 654 | Thanked: 664 times | Joined on Feb 2009 @ Germany
#421
Originally Posted by xman View Post
Thanks for the quick update with the Fullscreen cmd back in.
You´re welcome

Originally Posted by xman View Post
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
 

The Following User Says Thank You to conny For This Useful Post:
Posts: 562 | Thanked: 1,732 times | Joined on Jan 2010 @ NYC
#422
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..
 
Posts: 654 | Thanked: 664 times | Joined on Feb 2009 @ Germany
#423
Originally Posted by xman View Post
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.

Originally Posted by xman View Post
keep on rock'n

x

ps, if you around stgrt in july pm me I'll buy ya a beer..
Might actually happen - beware
 
Posts: 562 | Thanked: 1,732 times | Joined on Jan 2010 @ NYC
#424
hehe, we'll be in contact then via PM then ...

x
 
Posts: 1,179 | Thanked: 770 times | Joined on Nov 2009
#425
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.
 
Posts: 654 | Thanked: 664 times | Joined on Feb 2009 @ Germany
#426
Originally Posted by etuoyo View Post
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.

Originally Posted by etuoyo View Post
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.

Originally Posted by etuoyo View Post
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.
 

The Following User Says Thank You to conny For This Useful Post:
Posts: 1,179 | Thanked: 770 times | Joined on Nov 2009
#427
Originally Posted by conny View Post
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]
Attached Images
   
 
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#428
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.

Last edited by pelago; 2010-06-17 at 08:51.
 

The Following User Says Thank You to pelago For This Useful Post:
Posts: 654 | Thanked: 664 times | Joined on Feb 2009 @ Germany
#429
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 ]

Last edited by conny; 2010-06-16 at 19:23.
 
Posts: 1,179 | Thanked: 770 times | Joined on Nov 2009
#430
Originally Posted by conny View Post
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.
 

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

Tags
conboy, grauphel


 
Forum Jump


All times are GMT. The time now is 02:40.