Re: [Evolution] Calendar problems

2016-06-16 Thread Rudolf Künzli
On Thu, 2016-06-16 at 15:38 -0400, Adam Tauno Williams wrote:
> On Thu, 2016-06-16 at 11:53 +0200, Rudolf Künzli wrote:
> > 
> > Most of time when I start up Evolution an error shows up.
> > I attached a screen shot for this.
> > As long the error shows up I can't add entries in my calendar
> > (Google)
> > because it is marked "read only".
> > Evolution 3.18.5.2, Imap, GOA, Fedora 23 up-to-date
> > How can I chase this problem?
> Enable the CALDAV debugging, maybe?
> 
> But I would first guess this is a networking issue;  are you behind a
> proxy server?
> 
No Proxy Server involved.
How to enable CALDAV debugging ?
___
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] email colours

2016-06-16 Thread Ángel González
I suspect he simply doesn't have source lines listed in apt config.
Adding a deb-src line per each deb line he has on /etc/apt/sources.list
should fix the issue after he runs apt-get update

Regards
___
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] Calendar problems

2016-06-16 Thread Adam Tauno Williams
On Thu, 2016-06-16 at 11:53 +0200, Rudolf Künzli wrote:
> Most of time when I start up Evolution an error shows up.
> I attached a screen shot for this.
> As long the error shows up I can't add entries in my calendar
> (Google)
> because it is marked "read only".
> Evolution 3.18.5.2, Imap, GOA, Fedora 23 up-to-date
> How can I chase this problem?

Enable the CALDAV debugging, maybe?

But I would first guess this is a networking issue;  are you behind a
proxy server?

-- 
Adam Tauno Williams  GPG D95ED383
OpenGroupware Developer 


___
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] email colours

2016-06-16 Thread Ralf Mardorf
On Thu, 2016-06-16 at 17:41 +0200, Andre Klapper wrote:
> On Thu, 2016-06-16 at 17:12 +0200, Tom wrote:
> > How may happen that sudo apt-get -s build-dep evolution returns 
> > [...] but: [...]
> 
> Wild guess: 1st is a source package, 2nd is a compiled package? 
> 
> Please ask in a support forum of your distribution. The question is
> not about Evolution but about services provided by your distribution.
> (Plus it's unrelated to "email colours" mentioned in the subject
> line.)

On Thu, 2016-06-16 at 17:12 +0200, Tom wrote:
> apt-cache showpkg evolution
> Package: evolution
> Versions: 
> 3.2.3-0ubuntu6
> (/var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_precise_main_bi
                                                                      ^^
                                                                      ^^
> nary-amd64_Packages) (/var/lib/dpkg/status)
  
  

The OP didn't install the package that provides the source code, the
installed package provides the binary, the already compiled Evolution.

Regards,
Ralf


___
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] email colours

2016-06-16 Thread Ralf Mardorf
On Thu, 2016-06-16 at 17:12 +0200, Tom wrote:
> Translation might be E: source package for evolution can not be found

"If the package does not exists in the local repository it will return
an error code." - http://askubuntu.com/questions/324845/whats-the-differ
ence-between-apt-get-install-and-apt-get-build-dep

First install the source package, since it includes the control file
with all the "Build-Depends" listed, perhaps it's also required to cd
into the src directory before, running
  sudo apt-get build-dep evolution
I don't know what exactly is required to get the build dependencies this
way, there might be no need to cd into the src directory. Another tool
to get build dependencies is https://help.ubuntu.com/community/AutoApt .

If your default local is German, you temporarily could get English
output by running

  sudo LANG=C apt-get build-dep evolution

or

  LANG=C sudo apt-get build-dep evolution

Regards,
Ralf

___
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] email colours

2016-06-16 Thread Andre Klapper
On Thu, 2016-06-16 at 17:12 +0200, Tom wrote:
> How may happen that sudo apt-get -s build-dep evolution returns 
> [...] but: [...]

Wild guess: 1st is a source package, 2nd is a compiled package? 

Please ask in a support forum of your distribution. The question is not
about Evolution but about services provided by your distribution.
(Plus it's unrelated to "email colours" mentioned in the subject line.)

Thanks,
andre
-- 

Andre Klapper  |  ak...@gmx.net
http://blogs.gnome.org/aklapper/
___
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] email colours

2016-06-16 Thread Tom
Am Donnerstag, den 31.12.2015, 14:30 +0100 schrieb Ralf Mardorf: 
> On Thu, 31 Dec 2015 12:55:29 +, Emilio Recio wrote:
> >I just installed the *-devel packages for evolution. This installed the
> >prerequisite *-devel libs, etc. Removed the specifically named
> >evolution packages. Killed all the specifically named evolution
> >background running programs. Then I downloaded the source, and
> >compiled it.
> 
> To get build dependencies there are several ways to archive this,
> installing the devel packages, that belong to a package of
> software you want to build, unlikely does the job. One way that might
> work is to run
> 
> sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get
> build-dep evolution

just for the record: 

How may happen that sudo apt-get -s build-dep evolution returns 

Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut   Statusinformationen werden
eingelesen... Fertig E: Quellpaket für evolution kann nicht gefunden
werden

Translation might be E: source package for evolution can not be found ??

but:
apt-cache showpkg evolution
Package: evolution
Versions: 
3.2.3-0ubuntu6
(/var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_Packages)
 (/var/lib/dpkg/status)

> 
> but this might not install all dependencies, that might be required for
> a new version of Evolution, it just will install the build dependencies
> required for the source package. Anyway, it might work.
> 
> There are also several ways to build Evolution packages or just one package
> containing all in one, instead of installing it without building a package.

___
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] possible issue: hitting "Fetch URL" button crashes program

2016-06-16 Thread Andre Klapper
On Wed, 2016-06-15 at 17:36 +, Reid, Jason I (347G) wrote:
> going through preferences -> mail accounts -> (select account, then
> edit) -> Receiving Email -> Fetch URL

I do not see any "Fetch URL" in 3.20. Which mail account type is this?

> If I hit the "Fetch URL" button a second time, the program will
> crash.
> I'm using 3.10.4

A stacktrace would be welcome, if this still happens in a recent and
supported version.

andre
-- 

Andre Klapper  |  ak...@gmx.net
http://blogs.gnome.org/aklapper/
___
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] Calendar problems

2016-06-16 Thread Rudolf Künzli
Hi

Most of time when I start up Evolution an error shows up.
I attached a screen shot for this.
As long the error shows up I can't add entries in my calendar (Google)
because it is marked "read only".

Evolution 3.18.5.2, Imap, GOA, Fedora 23 up-to-date

How can I chase this problem?

-- 
Rudolf Künzli - rudolf.kunzli@gmail.comSkype: rudolf.kunzli___
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] possible issue: hitting "Fetch URL" button crashes program

2016-06-16 Thread Reid, Jason I (347G)
going through preferences -> mail accounts -> (select account, then edit) -> 
Receiving Email -> Fetch URL

If I hit the "Fetch URL" button a second time, the program will crash.  
Consistently.  Not really an issue as the normal person has no need to hit it 
twice, just thought it should be known for a future fix.

I'm using 3.10.4

___
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] Exchange Contacts not coming up

2016-06-16 Thread Reid, Jason I (347G)
Hi there, I am connected to an Exchange server for my email (using EWS) and I 
cannot seem to see the contacts associated with this account.  There was a time 
it worked, and now it doesn't (and hasn't for a while).  Any ideas?

I've attached my "ews/Services.wsdl.xml" if that's any help (and if attachments 
can go through?).

Additionally, is there any way to have push support for EWS?  I have it set to 
poll every minute, but that feels clunky, especially since push is supported.

I'm using version 3.10.4.

Thanks in advance!
Jason


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