Re: [Evolution] bug re Message menu item

2012-10-12 Thread Pete Biggs

   When I click on the Message menu item in Evo (3.4.4 on Fedora 17),
   instead of opening the menu, it opens a new message. The only way I can
   get the Message menu dropdown to open is to remember to click-and-hold
   the mouse button down until it opens. This seems contrary to how menu
   items always work, in my experience.
   
   Is this a feature or a bug?
   
   Thanks.
  Not a feature or a bug.
  I am running Evo 3.4.4 on Fedora 17.
  Menu Message item works as expected for me.
  I do see occasional mouse click anomalies but not strictly with Evo.  
  
  Dan
  
 So why is it happening? I've re-installed evo twice, once with
 add/remove software and once with yum. Makes no difference.
 
This concept of re-installing software to make it work again is a total
Windows anomaly - it only works in Windows because of the ability to
over-write system DLLs (i.e. some other software package installed a
better version of a DLL that the failing package can't cope with -
re-installing just re-instates that original DLL, so the whole thing
starts working again - until you notice the other package now doesn't
work and you re-install that ).  It rarely does any good in a
Linux/Unix environment - and certainly won't in a properly maintained
environment like Fedora.  If you want to see if the installed version of
a package has changed since it was installed, use 'rpm --verify'.

As for your original problem - it sounds like you have turned on some
accessibility feature, it's certainly not a problem with Evo itself.
You also don't say if other programs are behaving properly. As Patrick
says, try creating a new user and see if Evo behaves properly there,

You don't say what whether you are using Gnome3, Gnome2 or KDE (or
something else), I will assume Gnome3 since that is the default.  In
that case try looking in System Settings and under Universal Access
there's a bit about Point and Clicking - make sure everything in there
is sensible.

P.

___
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] bug re Message menu item

2012-10-12 Thread Adam Tauno Williams
On Thu, 2012-10-11 at 20:58 -0400, Carpetnailz wrote:
 On Thu, 2012-10-11 at 19:00 -0500, dbrenner wrote:
  On Thu, 2012-10-11 at 19:45 -0400, Carpetnailz wrote:
   When I click on the Message menu item in Evo (3.4.4 on Fedora 17),
   instead of opening the menu, it opens a new message. The only way I can
   get the Message menu dropdown to open is to remember to click-and-hold
   the mouse button down until it opens. This seems contrary to how menu
   items always work, in my experience.
   Is this a feature or a bug?
   Thanks.
  Not a feature or a bug.
  I am running Evo 3.4.4 on Fedora 17.
  Menu Message item works as expected for me.
  I do see occasional mouse click anomalies but not strictly with Evo.  

I haven't seen anything like this. 
[openSUSE 12.2 x86_64 i915 Evolution 3.6.0].

 So why is it happening? I've re-installed evo twice, once with
 add/remove software and once with yum. Makes no difference.

Why do you think adding and removing the packages(s) will do anything?
And whatever front end you use adding and removing is the exact same
thing.  This won't change anything.  If you are concerned the files from
a package are damaged you can use --verify to check them;  if it reports
nothing the files are identical to when they were installed.  And adding
and removing a package doesn't remove your configuration or setup -
which is far more likely to be the source of a problem than the
binaries.

awilliam@linux-nysu:~ rpm --verify evolution
awilliam@linux-nysu:~ rpm --verify evolution-data-server
awilliam@linux-nysu:~ rpm -q evolution
evolution-3.6.0-200.3.x86_64

But issues with mouse clicks, etc... are probably from below evolution
[like in X, your video driver, or Gtk].

___
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] synchro caldav

2012-10-12 Thread szczygiel benoit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 09/10/2012 13:24, Matthew Barnes a écrit :
 On Tue, 2012-10-09 at 08:27 +0200, szczygiel benoit wrote:
 But with the version 3.6, when I insert :, the valid button becomes
 grey. If I try 192.168.5.173/egroupware/groudav.php/calendar, it
 could'nt resolve it.
 
 Split it up like so:
 
Server: 192.168.5.173
 
  Path: /egroupware/groupdav.pgp/calendar
 
 One of my goals for the near term is to get rid of the Path: field for
 CalDAV, such that all available calendars are added automatically when
 setting up a CalDAV account.  Hence the split from a single URL field.
 
 Matthew Barnes
 

Hello,
Do you have an idea for my problem, SSL handshake failed? The
certificate is mine not from an authority, but that works correctly with
evolution 3.2.

Thanks for ideas
Benoit
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iQEcBAEBAgAGBQJQd7JdAAoJEDd5vycqAnvD2OcIAKoHyCrXHZ9zutHVfYz+OJLa
myY959WcbNz41h9T+FiAFtnMoc+hunk6C1YQ0KeEb53fSuq1rryurYgtoqpXfdnq
KuZZslq5o1rTBZviz8b0cWJelhcmjin54MEn54xdAED5Fe7Z8mY1CyyoLb23hK5K
ynLfEY+wKJDfU+UbmzVNKSY1Synhlw8nG3mw9G2GXjwN8841xd9UCgWzgpAlyt+T
p1Wi8bwOGEcNc1FJkiou5mS5DvFgCt/7ps0w9w0C3aPghbeZjKwzbP3XXsynZnMT
OQSVYvp1jL6X7dpR0KsMVlAa0CfGCEH0p++Lq7TyN3D7FZ1olkl1xY6yL5rciAY=
=2MU1
-END PGP SIGNATURE-
___
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] bug re Message menu item

2012-10-12 Thread Zan Lynx
On Fri, 2012-10-12 at 09:36 +0100, Pete Biggs wrote:
 This concept of re-installing software to make it work again is a
 total
 Windows anomaly - it only works in Windows because of the ability to
 over-write system DLLs (i.e. some other software package installed a
 better version of a DLL that the failing package can't cope with -
 re-installing just re-instates that original DLL 

Windows installers sometimes rewrite configuration files and registry
entries as well, fixing problems that may have happened because of
configuration errors.
-- 
Knowledge Is Power
Power Corrupts
Study Hard
Be Evil


signature.asc
Description: This is a digitally signed message part
___
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] Debian Connection DSL Problems

2012-10-12 Thread Victor I Pirie
I am using Debian 64bit, and the web browser, resets the DSL Modem every
time it tries to connect. I am kind of New to all this, and don't have a
clue how to get it working. My mail program connects just fine, but web
browsers don't, and RESETS the DSL Modem every time I attempt to open a
web page.

What do I need to do or set?

___
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] Debian Connection DSL Problems

2012-10-12 Thread Andre Klapper
Hi,

On Fri, 2012-10-12 at 13:37 -0400, Victor I Pirie wrote:
 I am using Debian 64bit, and the web browser, resets the DSL Modem every
 time it tries to connect. I am kind of New to all this, and don't have a
 clue how to get it working. My mail program connects just fine, but web
 browsers don't, and RESETS the DSL Modem every time I attempt to open a
 web page.
 
 What do I need to do or set?

Don't know, as this mailing list is about an email application called
Evolution. If you need help with connecting to the internet or your
browser please ask in a Debian forum or on a Debian mailing list.

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] Debian Connection DSL Problems

2012-10-12 Thread Adam Tauno Williams
On Fri, 2012-10-12 at 22:11 +0200, Andre Klapper wrote:
 On Fri, 2012-10-12 at 13:37 -0400, Victor I Pirie wrote:
  I am using Debian 64bit, and the web browser, resets the DSL Modem every
  time it tries to connect. I am kind of New to all this, and don't have a
  clue how to get it working. My mail program connects just fine, but web
  browsers don't, and RESETS the DSL Modem every time I attempt to open a
  web page.
  What do I need to do or set?
 Don't know, as this mailing list is about an email application called
 Evolution. If you need help with connecting to the internet or your
 browser please ask in a Debian forum or on a Debian mailing list.

Yep, this isn't the right place.

Web Forums http://forums.debian.net/
Mailing List http://lists.debian.org/debian-user/

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