[Evolution] Contacts freezing for duplicate File_under instead of merge screen

2014-08-22 Thread Bill Shankly

Is anyone else finding that contact merging is not working in Evolution
3.13.4 on Ubuntu 14.04 LTS or anything else?

We're finding that on trying to create a contact with a duplicate File
under: label, instead of the normal merge screen, the contacts screen
 evolution is freezing.

The only debug info I'm getting (CAMEL_DEBUG=all) is:

(evolution:1929): GLib-GObject-WARNING **: cannot register existing type 
'EABContactDisplay'
(evolution:1929): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' 
failed
(evolution:1929): GLib-GObject-CRITICAL **: g_object_new: assertion 
'G_TYPE_IS_OBJECT (object_type)' failed
(evolution:1929): GLib-GObject-CRITICAL **: g_object_set: assertion 
'G_IS_OBJECT (object)' failed
(evolution:1929): Gtk-CRITICAL **: gtk_container_add: assertion 'GTK_IS_WIDGET 
(widget)' failed

The repo source is fta/gnome3.

Any suggestions, or should I file a bug report?

Thanks, BS

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Contacts freezing for duplicate File_under instead of merge screen

2014-08-22 Thread Daniel Wainwright
Hi Bill,
I just noticed this yesterday too. Hangs after making same field of 2 contacts 
the same (Specifically tried with full name field and email field). 
Have you searched for known bug?
Regards,
Daniel.




 From: Bill Shankly bill.shan...@stledger.com.au
To: evolution-list@gnome.org 
Sent: Friday, 22 August 2014, 7:14
Subject: [Evolution] Contacts freezing for duplicate File_under instead of  
merge screen
 


Is anyone else finding that contact merging is not working in Evolution
3.13.4 on Ubuntu 14.04 LTS or anything else?

We're finding that on trying to create a contact with a duplicate File
under: label, instead of the normal merge screen, the contacts screen
 evolution is freezing.

The only debug info I'm getting (CAMEL_DEBUG=all) is:

(evolution:1929): GLib-GObject-WARNING **: cannot register existing type 
'EABContactDisplay'
(evolution:1929): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' 
failed
(evolution:1929): GLib-GObject-CRITICAL **: g_object_new: assertion 
'G_TYPE_IS_OBJECT (object_type)' failed
(evolution:1929): GLib-GObject-CRITICAL **: g_object_set: assertion 
'G_IS_OBJECT (object)' failed
(evolution:1929): Gtk-CRITICAL **: gtk_container_add: assertion 'GTK_IS_WIDGET 
(widget)' failed

The repo source is fta/gnome3.

Any suggestions, or should I file a bug report?

Thanks, BS

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] NFS folder on network attached storage

2014-08-22 Thread John
Evolution 3.10.4
Ubuntu 14.04

Hello, and many thanks for an excellent open source PIM.

I have been using it for a number of years and find it most convenient.

I have 2 PCs both running Ubuntu, and both connected to my lan, which
also includes a Qnap NAS. 
I just make a symlink from ~/.local/share/evolution to an NFS folder on
my NAS as in:

ln -s /home/john/nas/mydocs/Personal/evolution evolution

I then set up the email accounts on each PC and all seems to work fine.
I seldom open evolution on both computers at the same time.
I also use syncevolution-server to sync to my android devices.

Should i be linking the evolution folders in .cache and in .config to an
NFS folder also? 
I attempted to do that just now, and Evolution opened in first run mode
and asked me to set up an account. When i restored the original
evolution folders in .cache and .config, after a restart all is okay
again.

Regards
John
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Which folders are safe to delete (namely in ~/.local/share/evolution/) ?

2014-08-22 Thread Jeff Fortin
Hi there,
I'm currently using Evolution 3.12.

I think Evolution has accumulated a fair amount of cruft in my user
folders over the past ten years or so. I would like to freshen it now
that we've gone through the major changes like the maildir migration
etc.

Please take a look at the attached screenshot showing the
suspicious-looking contents of ~/.local/share/evolution/mail...
Can I safely delete all that (I suppose only the .cmeta files for
vfolders are still used—or are they...)?

Besides ~/.cache/evolution/, are there other (sub)folders that are safe
to nuke with 3.12+? Sometimes, for testing or cleanliness, I wish
Evolution had a big red clean the cruft button.

Thanks!
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] NFS folder on network attached storage

2014-08-22 Thread Patrick O'Callaghan
On Wed, 2014-08-20 at 23:36 +0100, John wrote:
 Evolution 3.10.4
 Ubuntu 14.04
 
 Hello, and many thanks for an excellent open source PIM.
 
 I have been using it for a number of years and find it most convenient.
 
 I have 2 PCs both running Ubuntu, and both connected to my lan, which
 also includes a Qnap NAS. 
 I just make a symlink from ~/.local/share/evolution to an NFS folder on
 my NAS as in:
 
 ln -s /home/john/nas/mydocs/Personal/evolution evolution
 
 I then set up the email accounts on each PC and all seems to work fine.
 I seldom open evolution on both computers at the same time.
 I also use syncevolution-server to sync to my android devices.
 
 Should i be linking the evolution folders in .cache and in .config to an
 NFS folder also? 
 I attempted to do that just now, and Evolution opened in first run mode
 and asked me to set up an account. When i restored the original
 evolution folders in .cache and .config, after a restart all is okay
 again.

You don't say what kind of accounts you're talking about, but I have to
say this sounds like a bad idea at least for POP, though it would take a
careful analysis to say exactly why. Evo is not designed to be used this
way and won't take any precautions to ensure the data of one instance is
not overwritten by a second instance.

If you just want to access the same accounts from several machines, the
best way is to use IMAP. Even then you won't get absolute consistency in
every scenario (e.g. a message that is Seen in one instance may still be
Unseen in another, depending on the setup), but at least you won't lose
anything.

poc

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Evolution Mail Filter Rule Access

2014-08-22 Thread Carpetnailz
Are the filter rules for directing mail to different folders stored in a
text format somewhere that I could print them out for reference in
setting up a new mail client?

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Contacts freezing for duplicate File_under instead of merge screen

2014-08-22 Thread Bill Shankly

I tried a few fields and for me it's particularly the 'File under'
field, which I would expect as probably a unique key. Regardless of the
trigger though, it's the merge screen where the fault seems to be.

I did look for bugs but only found old ones. This would apparently be a
regression as it was working fine in 3.10/2.

I was wondering if this was Ubuntu specific or if any other platforms
were seeing this? Can anyone verify?

Regards, BS


On Fri, 22 Aug 2014 09:30:42 +0100, Daniel Wainwright
solderspl...@yahoo.co.uk wrote:

 Hi Bill,
 I just noticed this yesterday too. Hangs after making same field of 2 
 contacts the same (Specifically tried with full name field and email field). 
 Have you searched for known bug?
 Regards,
 Daniel.
 
 
 
 
  From: Bill Shankly bill.shan...@stledger.com.au
 To: evolution-list@gnome.org 
 Sent: Friday, 22 August 2014, 7:14
 Subject: [Evolution] Contacts freezing for duplicate File_under instead of
 merge screen
  
 
 
 Is anyone else finding that contact merging is not working in Evolution
 3.13.4 on Ubuntu 14.04 LTS or anything else?
 
 We're finding that on trying to create a contact with a duplicate File
 under: label, instead of the normal merge screen, the contacts screen
  evolution is freezing.
 
 The only debug info I'm getting (CAMEL_DEBUG=all) is:
 
 (evolution:1929): GLib-GObject-WARNING **: cannot register existing type 
 'EABContactDisplay'
 (evolution:1929): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 
 0' failed
 (evolution:1929): GLib-GObject-CRITICAL **: g_object_new: assertion 
 'G_TYPE_IS_OBJECT (object_type)' failed
 (evolution:1929): GLib-GObject-CRITICAL **: g_object_set: assertion 
 'G_IS_OBJECT (object)' failed
 (evolution:1929): Gtk-CRITICAL **: gtk_container_add: assertion 
 'GTK_IS_WIDGET (widget)' failed
 
 The repo source is fta/gnome3.
 
 Any suggestions, or should I file a bug report?
 
 Thanks, BS
 
 ___
 evolution-list mailing list
 evolution-list@gnome.org
 To change your list options or unsubscribe, visit ...
 https://mail.gnome.org/mailman/listinfo/evolution-list
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list