Re: [Evolution] KDE vs. Evolution -- Keyboard input fails [Total version confusion]

2012-06-13 Thread Milan Crha
Hi all,
just for a record, we followed with Jonathan out of the list to not
bother you all, and the outcome of it is this:

* Bug [1] wasn't completely fixed, the same issue happened with
  Emoticon picker. I overlooked that it suffers of the same issue
  when fixing the bug with Color picker. This is fixed now.

* The thing with HTML/Plain text combo is different, because it's
  a standard gtk3 widget. Jonathan tested gtk3-demo and its Combo boxes
  demo, and he is able to reproduce the input lockup under KDE with it
  too. He filled bug [2] for it.

We'll continue in the bugzilla.
Bye,
Milan

[1] https://bugzilla.gnome.org/show_bug.cgi?id=676218
[2] https://bugzilla.gnome.org/show_bug.cgi?id=677970

___
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] KDE vs. Evolution -- Keyboard input fails

2012-06-11 Thread Milan Crha
On Sun, 2012-06-10 at 21:15 -0700, Jonathan Ryshpan wrote:
 Unfortunately, after I installed the new version
 of gtkhtml3, the bug persists.  I have attached the spec file that I
 used for the build, since I'm very unfamiliar with these things.  If
 there is anything else that I can send or do to aid in fixing this bug,
 please ask.
 
 Note that the version that I built is for gtkhtml3-4.4.2-1.fc17 .

Hi,
the bug I gave a link to earlier in this thread says it is for 4.4.3,
thus your version, which is in stable currently, doesn't contain the
patch.

This build is for Fedora 17:
http://koji.fedoraproject.org/koji/taskinfo?taskID=4139956

And I'm currently building an update with the patch, as 4.4.2-2 (same
version as the build above).
Bye,
Milan

___
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] KDE vs. Evolution -- Keyboard input fails [Total version confusion]

2012-06-11 Thread Jonathan Ryshpan
On Mon, 2012-06-11 at 09:11 +0200, Milan Crha wrote: 
 On Sun, 2012-06-10 at 21:15 -0700, Jonathan Ryshpan wrote:
  Unfortunately, after I installed the new version
  of gtkhtml3, the bug persists.  I have attached the spec file that I
  used for the build, since I'm very unfamiliar with these things.  If
  there is anything else that I can send or do to aid in fixing this bug,
  please ask.
  
  Note that the version that I built is for gtkhtml3-4.4.2-1.fc17 .

 the bug I gave a link to earlier in this thread says it is for 4.4.3,
 thus your version, which is in stable currently, doesn't contain the
 patch.
 
 This build is for Fedora 17:
 http://koji.fedoraproject.org/koji/taskinfo?taskID=4139956
 
 And I'm currently building an update with the patch, as 4.4.2-2 (same
 version as the build above).

Thanks you for building the update.  But...

I think we have version problems.  The version you built earlier is for
gtkhtml3-4.2.3  (not gtkhtml3-4.4.2) and Fedora-16 (see
http://koji.fedoraproject.org/koji/taskinfo?taskID=4127822 ).  You next
built a patched version of gtkhtml3-4.4.2 for Fedora-17 (see
http://koji.fedoraproject.org/koji/taskinfo?taskID=4139956 ), and I
built exactly the same thing.  I have compared all the '*.[ch]' file in
our two sources and they are the same.

None of these versions corrects the problem of lost keyboard input after
switching from HTML to Plain Text formatting.

Many Thanks - jon


___
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] KDE vs. Evolution -- Keyboard input fails

2012-06-10 Thread Jonathan Ryshpan
On Tue, 2012-06-05 at 08:33 +0200, Milan Crha wrote:
 On Mon, 2012-06-04 at 12:50 -0700, Jonathan Ryshpan wrote:
  I suspect that the patch won't work, since it relates to color
  management, and none of the problems I've reported have any obvious
  connection with color.  If you like, I'll try to rebuild what's needed,
  which appears to be the gnome core + evolution and try to see what's
  going on.

 the patch is cleanly applicable to gtkhtml3-4.2.3, here's a scratch
 build for Fedora 16:
http://koji.fedoraproject.org/koji/taskinfo?taskID=4127822
 
 Even it doesn't seem connected from the outside, it can be connected
 inside. And since I built a test package for you, then it might be
 pretty easy to test. :) Be sure you've evolution closed when installing
 that package.

The version you build isn't useful to me, since I have just upgraded to
Fedora-17.  However your generosity in building it inspired me to build
gtkhtml3 on my system.  Unfortunately, after I installed the new version
of gtkhtml3, the bug persists.  I have attached the spec file that I
used for the build, since I'm very unfamiliar with these things.  If
there is anything else that I can send or do to aid in fixing this bug,
please ask.

Note that the version that I built is for gtkhtml3-4.4.2-1.fc17 .

All the best - jon


%define gtkhtml_major 4.0
%define editor_major 4.0

### Abstract ###

Name: gtkhtml3
Version: 4.4.2
Release: 1%{?dist}
Group: System Environment/Libraries
Summary: GtkHTML library
License: LGPLv2+ and GPLv2
URL: http://projects.gnome.org/evolution/
Source: http://download.gnome.org/sources/gtkhtml/4.4/gtkhtml-%{version}.tar.xz

### Patches ###

# GNOME bug #672582
#Patch01: gtkhtml-4.4.1-fix-iframe-selection.patch

Patch02: gtk.patch

### Build Dependencies ###

BuildRequires: enchant-devel
BuildRequires: gail-devel
BuildRequires: gettext
BuildRequires: gnome-common
BuildRequires: gnome-icon-theme
BuildRequires: gsettings-desktop-schemas-devel
BuildRequires: gtk3-devel
BuildRequires: intltool
BuildRequires: iso-codes-devel
BuildRequires: libtool

%description
GtkHTML is a lightweight HTML rendering/printing/editing engine.
It was originally based on KHTMLW, but is now being developed
independently of it.

%package devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}

%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n gtkhtml-%{version}
#%patch01 -p1 -b .fix-iframe-selection
%patch02 -p1 -b .keylock


%build
autoreconf -fi
%configure --disable-static --disable-maintainer-mode
make %{?_smp_mflags} CFLAGS=$RPM_OPT_FLAGS

%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL=install -p
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%find_lang gtkhtml-%{gtkhtml_major}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f gtkhtml-%{gtkhtml_major}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog NEWS README COPYING TODO
%{_bindir}/gtkhtml-editor-test
%{_libdir}/libgtkhtml-%{gtkhtml_major}.so.*
%{_libdir}/libgtkhtml-editor-%{editor_major}.so.*
%{_datadir}/gtkhtml-%{gtkhtml_major}

%files devel
%defattr(-,root,root,-)
%{_includedir}/libgtkhtml-%{gtkhtml_major}
%{_libdir}/libgtkhtml-%{gtkhtml_major}.so
%{_libdir}/libgtkhtml-editor-%{editor_major}.so
%{_libdir}/pkgconfig/*.pc

%changelog
* Mon May 14 2012 Milan Crha mc...@redhat.com - 4.4.2-1
- Update to 4.4.2
- Remove patch for GNOME bug #672582 (fixed upstream).

* Thu May 03 2012 Matthew Barnes mbar...@redhat.com - 4.4.1-2
- Add patch for GNOME bug #672582 (fix selection in iframe).

* Mon Apr 16 2012 Milan Crha mc...@redhat.com - 4.4.1-1
- Update to 4.4.1

* Mon Mar 26 2012 Milan Crha mc...@redhat.com - 4.4.0-1
- Update to 4.4.0

* Mon Mar 19 2012 Milan Crha mc...@redhat.com - 4.3.92-1
- Update to 4.3.92

* Tue Mar 06 2012 Milan Crha mc...@redhat.com - 4.3.91-1
- Update to 4.3.91

* Mon Feb 06 2012 Milan Crha mc...@redhat.com - 4.3.5-1
- Update to 4.3.5

* Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org - 4.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

* Mon Dec 19 2011 Milan Crha mc...@redhat.com - 4.3.3-1
- Update to 4.3.3

* Mon Nov 21 2011 Milan Crha mc...@redhat.com - 4.3.2-1
- Update to 4.3.2
- Remove patch to not call g_thread_init() (fixed upstream)

* Mon Oct 24 2011 Milan Crha mc...@redhat.com - 4.3.1-1
- Update to 4.3.1
- Add patch to not call g_thread_init()

* Mon Sep 26 2011 Milan Crha mc...@redhat.com - 4.2.0-1
- Update to 4.2.0

* Mon Sep 19 2011 Milan Crha mc...@redhat.com - 4.1.92-1
- Update to 4.1.92

* Mon Sep 05 2011 Milan Crha mc...@redhat.com - 4.1.91-1
- Update to 4.1.91

* Mon Aug 29 2011 Milan Crha mc...@redhat.com - 4.1.90-1
- Update to 4.1.90

* Mon Aug 15 2011 Milan Crha mc...@redhat.com - 4.1.5-1
- Update to 4.1.5

* Sat Jul 23 2011 Matthew Barnes mbar...@redhat.com - 4.1.4-1
- Update to 4.1.4

* Mon Jul 04 2011 

Re: [Evolution] KDE vs. Evolution -- Keyboard input fails

2012-06-05 Thread Milan Crha
On Mon, 2012-06-04 at 12:50 -0700, Jonathan Ryshpan wrote:
 I suspect that the patch won't work, since it relates to color
 management, and none of the problems I've reported have any obvious
 connection with color.  If you like, I'll try to rebuild what's needed,
 which appears to be the gnome core + evolution and try to see what's
 going on.

Hi,
the patch is cleanly applicable to gtkhtml3-4.2.3, here's a scratch
build for Fedora 16:
   http://koji.fedoraproject.org/koji/taskinfo?taskID=4127822

Even it doesn't seem connected from the outside, it can be connected
inside. And since I built a test package for you, then it might be
pretty easy to test. :) Be sure you've evolution closed when installing
that package.
Bye,
Milan

___
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] KDE vs. Evolution -- Keyboard input fails

2012-06-04 Thread Milan Crha
On Fri, 2012-06-01 at 16:56 -0700, Jonathan Ryshpan wrote:
  it might be related to this bug [1]. At least the symptoms are the same.
  Note the fix was done in GtkHTML (gtkhtml3 package).
  
  [1] https://bugzilla.gnome.org/show_bug.cgi?id=676218
 
 Would it help if I filed a formal bug in the Redhat Bugzilla?

Hi,
I would say no. The bug already exists, and contains a patch. Is that
all what you described reproducible with that patch? If yes, then the
above cited bug is not fixed completely.
Bye,
Milan

___
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] KDE vs. Evolution -- Keyboard input fails

2012-06-04 Thread Jonathan Ryshpan
On Mon, 2012-06-04 at 09:15 +0200, Milan Crha wrote:
 On Fri, 2012-06-01 at 16:56 -0700, Jonathan Ryshpan wrote:
   it might be related to this bug [1]. At least the symptoms are the same.
   Note the fix was done in GtkHTML (gtkhtml3 package).
   
   [1] https://bugzilla.gnome.org/show_bug.cgi?id=676218
  
  Would it help if I filed a formal bug in the Redhat Bugzilla?
 
   Hi,
 I would say no. The bug already exists, and contains a patch. Is that
 all what you described reproducible with that patch? If yes, then the
 above cited bug is not fixed completely.

I suspect that the patch won't work, since it relates to color
management, and none of the problems I've reported have any obvious
connection with color.  If you like, I'll try to rebuild what's needed,
which appears to be the gnome core + evolution and try to see what's
going on.  I gave up on this a while ago, because the version of gnome
that I produced was not compatible with the Fedora-16 distro, which I
use; and this would have required me to rebuild a large number of
applications.  But (I suppose) I could build what's needed in a mock
sandbox, and see what happens,  Or maybe, since Fedora-17 is only out
for a week now, compatibility problems might be less.

___
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] KDE vs. Evolution -- Keyboard input fails

2012-06-01 Thread Milan Crha
On Thu, 2012-05-31 at 17:00 -0700, Jonathan Ryshpan wrote:
 If evolution is started under KDE, a new composer window is opened, and
 the message format is changed from HTML to Plain Text  then keyboard
 input to the composer window becomes impossible.

Hi,
it might be related to this bug [1]. At least the symptoms are the same.
Note the fix was done in GtkHTML (gtkhtml3 package).
Bye,
Milan

[1] https://bugzilla.gnome.org/show_bug.cgi?id=676218

___
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] KDE vs. Evolution -- Keyboard input fails

2012-06-01 Thread Jonathan Ryshpan
On Fri, 2012-06-01 at 10:36 +0200, Milan Crha wrote:
 On Thu, 2012-05-31 at 17:00 -0700, Jonathan Ryshpan wrote:
  If evolution is started under KDE, a new composer window is opened, and
  the message format is changed from HTML to Plain Text  then keyboard
  input to the composer window becomes impossible.
 
   Hi,
 it might be related to this bug [1]. At least the symptoms are the same.
 Note the fix was done in GtkHTML (gtkhtml3 package).
   Bye,
   Milan
 
 [1] https://bugzilla.gnome.org/show_bug.cgi?id=676218

Very interesting.  I can lock the keyboard by entering a smiley into the
text and then unlock it by changing the font size in
EditPreferencesMail PreferencesGeneralMessage Display.  

However when I lock the keyboard by changing from HTML to Plain
Text, I can't unlock the keyboard because the menu bar is locked up 
along with the keyboard as long as the composer window is open.  Maybe 
color change is only one aspect of this problem.  

Would it help if I filed a formal bug in the Redhat Bugzilla?

In reply to Bart's question, the last version that I ran on Fedora-16 was:
evolution-3.2.3-3.fc16.x86_64.rpm
I had trouble with earlier versions, but don't remember exactly when the
trouble began.

BTW: In the past I've had trouble compiling Evolution; it looked like I
had to compile great parts of Gnome too.  Is this still true?  Or am I
mistaken?

Thanks - jon


___
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] KDE vs. Evolution -- Keyboard input fails

2012-06-01 Thread Matthew Barnes
On Fri, 2012-06-01 at 16:56 -0700, Jonathan Ryshpan wrote:
 BTW: In the past I've had trouble compiling Evolution; it looked like I
 had to compile great parts of Gnome too.  Is this still true?  Or am I
 mistaken?

See
https://mail.gnome.org/archives/evolution-list/2012-April/msg00066.html

I really should enshrine that policy on the wiki somewhere.

Matthew Barnes

___
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] KDE vs. Evolution -- Keyboard input fails

2012-05-31 Thread Bart
On Thu, 2012-05-31 at 17:00 -0700, Jonathan Ryshpan wrote:
 If evolution is started under KDE, a new composer window is opened, and
 the message format is changed from HTML to Plain Text  then keyboard
 input to the composer window becomes impossible.  Proper behavior can
 sometimes be restored by closing the composer window, sometimes only by
 closing evolution completely.  Sometimes mouse input to evolution also
 becomes impossible.  This kind of behavior happens only under KDE, not
 Gnome.  If evolution is started from a console, it reports no errors.
 
 Has anyone on the list seen this?  There's one other report of a similar
 error at:
 https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1007133
 Could it be some kind of keyboard focus problem?
 
 System configuration is:
 Fedora-17 (just installed today; all updates in)
 Evolution 3.4.1 (evolution-3.4.1-2.fc17.x86_64 RPM)
 4-processor x86_64 hardware
 
 I had this problem using Fedora-16, and had hoped that it would go away
 under Fedora-17; but it didn't.
 
 
I am running Evolution (3.2.3) under openSuse 12.1 x86_64 and am using
KDE 4.7.2 (release 5).  When I used CTRL L to reply to your message, I
had to change my default HTML setting to Plain Text.  I had no problem.
I started a new message as a test, and did the change from HTML to Plain
Text also without problems.

I know you said you are using a different version of Evolution so my
response may not apply.  You did say however, that you had the problem
while using an earlier version of Fedora although you didn't say what
version of Evolution.

I only posted this to try to help you narrow down, or perhaps eliminate
a non-problem area.

Bart


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