[Bug 1995416] [NEW] lmdb is out of date - please update to 0.9.29

2022-11-01 Thread Søren Holm
Public bug reported:

Subject says it all. Is it possible to report out-of-date packages in
another way that a bugreport ?

** Affects: lmdb (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to lmdb in Ubuntu.
https://bugs.launchpad.net/bugs/1995416

Title:
  lmdb is out of date - please update to 0.9.29

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lmdb/+bug/1995416/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-07-20 Thread Søren Holm
On the https://bugzilla.gnome.org/show_bug.cgi?id=643020 the following
happenend,

-
Wen Long FENG 2011-06-16 06:18:16 UTC
Per my understanding, it is a bug involved by gtk code change.
Per the documentation of gdk_window_shape_combine_region, setting shape_region
to NULL should make the gdkwindow be opaque. But under the new code, the
function will do nothing when set shape_region as NULL.
-
Søren Holm [reporter] 2011-06-16 06:38:24 UTC
That is interresting news. I where just naive and trusted the commit message.
Thanks for that additional research. Maybe now the commit could be reverted?
-
Søren Holm [reporter] 2011-07-10 20:14:15 UTC
Is Wen Long Feng right about his thoughts? I can also see in the coe this :

 * If @shape_region is %NULL, the shape will be unset, so the whole
 * window will be opaque again. @offset_x and @offset_y are ignored
 * if @shape_region is %NULL.

So I guess he is right. Could someone please revert
208d717fefb7d1d1faa0dada132a290036b458d0 ?
-

Apparently this is a bug in gtk. This tells me that we should all push
to get commit 208d717fefb7d1d1faa0dada132a290036b458d0 reverted,

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/723458/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-05-23 Thread Søren Holm
Now that I have tested the updated debs containing my fix. Are there any
news from within the Notes team? It would be nice have a guy from them
to be directed to this report and reply.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-05-11 Thread Søren Holm
Great, thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-05-10 Thread Søren Holm
Sounds great, but the link is bad ı think. Could you paste the correct
one please?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-05-10 Thread Søren Holm
Contact method? Do you want my direct contact info?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-05-10 Thread Søren Holm
Contact method? Do you want my direct contact info?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-05-09 Thread Søren Holm
Gytis, I it so great that you are here.

I do not have any proof, but given that the bad commit in gtk
c282958fb4bb25c736c682735002d15c50cb44d0 realy just is an optimization,
the usage of the affected funtion must be somewhat wrong - or at least
missunderstood.

All other gtk-applications just as fine after as before the change. The
change is quite small.

diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c  

   
index c550aea..c4e8744 100644   

   
--- a/gdk/gdkwindow.c   

   
+++ b/gdk/gdkwindow.c   

   
@@ -8640,6 +8640,9 @@ gdk_window_shape_combine_region (GdkWindow   *window, 

   
   if (GDK_WINDOW_DESTROYED (window))   

   
 return;

   


   
+  if (!private-shaped  shape_region == NULL)

   
+return;

   
+   

   
   private-shaped = (shape_region != NULL);

   


   
   if (private-shape)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-05-08 Thread Søren Holm
Thanks guys.

Could you pleas try to push your respective it-organizations to have
them push ibm to get this fixed in Lotus Notes.

I suspect the reason why Lotus Notes is so slow might be relared to
wrong use of gtk.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-04-30 Thread Søren Holm
Great. Unfortunately I think that the misbehaviour of notes on gtk
2.2.23 is actually the cause of notes being s slw on linux. The
Windows-version does not use gtk afaik. Yes the Notes-folks should
indeed fix their code. I have tried calling ibm in the hope of telling
them about the problem, but getting through to them is not easy.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-04-13 Thread Søren Holm
Great that your have it working also.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-03-11 Thread Søren Holm
I have published a hack here :

https://github.com/sgh/lotus-notes_gtk2.23.3

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 723458] [NEW] libgtk2 2.24.0 break Lotus Notes user interface

2011-03-09 Thread Søren Holm
Could we revert the problematic change for natty ?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-03-04 Thread Søren Holm
Nice to know that I am not alone :) Do you have some it-department to
talk you regarding this issue. I have tried calling and writing IBM.

The best solution would be to have IBM correct Lotus Notes. If it fails
I thinks that we should revert those two lines of code for Ubuntu - the
gtk-guys does not seem fond of that since it is an optimization.
Problably it really is Lotus Notes behaving bad, but the fact that it
breaks the guid should rule over correctness in this case I think.

What do you think? Has there ever been similar issues regarding
commercial software packages in Ubuntu ?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-02-23 Thread Søren Holm
I agree, but I guess it's hard to get it changed in lotus.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] [NEW] libgtk2 2.24.0 break Lotus Notes user interface

2011-02-22 Thread Søren Holm
Public bug reported:

I'm running Lotus Notes at work, but on natty most parts of the
application is rendered useless. The reason is a change in libgtk2 that
destroys Lotus Notes' ability to draw its own gui.

Since Lotus Notes is a closed source application I am very limited in my
search for the cause, but I have bisected libgtk2 and found the
following commit to be the bad guy :

c282958fb4bb25c736c682735002d15c50cb44d0 is the first bad commit
commit c282958fb4bb25c736c682735002d15c50cb44d0
Author: Matthias Clasen mcla...@redhat.com
Date:   Tue Dec 14 22:24:09 2010 -0500

Optimize gdk_window_set_shape_combine_region

When setting no shape on an unshaped window, nothing changes,
so return early instead of recomputing lots of visibility
information.

Pointed out by Owen Taylor in bug 637156.

:04 04 ef945a068fc514b34877c2beeab6185d433e8892
a96cac159dce4190a93c1a853e90635f7405bdf6 M  gdk

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: libgtk2.0-0 2.24.0-0ubuntu3
Uname: Linux 2.6.38-rc5-sgh20110219 i686
Architecture: i386
Date: Wed Feb 23 00:18:48 2011
InstallationMedia: Kubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=da_DK.UTF-8
 SHELL=/bin/bash
SourcePackage: gtk+2.0

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-02-22 Thread Søren Holm
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-02-22 Thread Søren Holm
The complete bisect log looks like this :

git bisect start
# bad: [0b3710d762decd49547d17d8decb316c4eca0968] Fix doc format problems
git bisect bad 0b3710d762decd49547d17d8decb316c4eca0968
# good: [0200763126d07c6f852cf09854f2d98f0befc73f] Fix header inclusions for 
!srcdir builds
git bisect good 0200763126d07c6f852cf09854f2d98f0befc73f
# bad: [3bdd56c92802fa24b4769492611c327aa128e281] Add some forgotten accessors 
for GdkDragContext
git bisect bad 3bdd56c92802fa24b4769492611c327aa128e281
# good: [df08bc43ec91cfacc5c8b91e8cd57d9f5a87c162] gdk: Add XSetting for 
gtk-cursor-blink-timeout
git bisect good df08bc43ec91cfacc5c8b91e8cd57d9f5a87c162
# good: [b91b0ebbd7fb873228708b9fc4d56ecbf4f8fb28] tests: Remove unused variable
git bisect good b91b0ebbd7fb873228708b9fc4d56ecbf4f8fb28
# good: [6e2573fd76fbcafcca3d70e1739bc8fead709d50] 
gtk_combo_box_get_active_text(): Fix my docs typo.
git bisect good 6e2573fd76fbcafcca3d70e1739bc8fead709d50
# good: [64f2460b7baad65cff8441df72e7acfa461c6043] Deprecate 
gtk_widget_reset_shapes
git bisect good 64f2460b7baad65cff8441df72e7acfa461c6043
# bad: [53ff5679f7331bc61fdea387e36513b63129894c] Fixed 
gtk_entry_set_icon_tooltip_text  markup to not crash
git bisect bad 53ff5679f7331bc61fdea387e36513b63129894c
# bad: [c282958fb4bb25c736c682735002d15c50cb44d0] Optimize 
gdk_window_set_shape_combine_region
git bisect bad c282958fb4bb25c736c682735002d15c50cb44d0

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-02-22 Thread Søren Holm
I can add, that reverting the change on top of 2.24.0 fixes the issue.
So I guess that it will be the case for the current version in natty
too.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 723458] Re: libgtk2 2.24.0 break Lotus Notes user interface

2011-02-22 Thread Søren Holm
GTK+ bug: https://bugzilla.gnome.org/show_bug.cgi?id=643020

** Bug watch added: GNOME Bug Tracker #643020
   https://bugzilla.gnome.org/show_bug.cgi?id=643020

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.
https://bugs.launchpad.net/bugs/723458

Title:
  libgtk2 2.24.0 break Lotus Notes user interface

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 278078] Re: The key repeat delay for the down-arrow, left-arrow, and End keys is longer than the other keys

2009-09-03 Thread Søren Holm
agree

-- 
The key repeat delay for the down-arrow, left-arrow, and End keys is 
longer than the other keys
https://bugs.launchpad.net/bugs/278078
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 278078] Re: The key repeat delay for the down-arrow, left-arrow, and End keys is longer than the other keys

2009-04-05 Thread Søren Holm
The problem is actually fixed in current jaunty, and has been so for a
while.

-- 
The key repeat delay for the down-arrow, left-arrow, and End keys is 
longer than the other keys
https://bugs.launchpad.net/bugs/278078
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 278078] Re: The key repeat delay for the down-arrow, left-arrow, and End keys is longer than the other keys

2008-11-23 Thread Søren Holm
Works for me as well.

-- 
The key repeat delay for the down-arrow, left-arrow, and End keys is 
longer than the other keys
https://bugs.launchpad.net/bugs/278078
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 278078] Re: The key repeat delay for the down-arrow, left-arrow, and End keys is longer than the other keys

2008-11-03 Thread Søren Holm
I but the way uses kde 4.1.2 and it also have the problem. So it es not
only related to gnome

-- 
The key repeat delay for the down-arrow, left-arrow, and End keys is 
longer than the other keys
https://bugs.launchpad.net/bugs/278078
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 278078] Re: The key repeat delay for the down-arrow, left-arrow, and End keys is longer than the other keys

2008-10-15 Thread Søren Holm
I just removed the core keyboard thing in ServerLayout. But it did not
help.

-- 
The key repeat delay for the down-arrow, left-arrow, and End keys is 
longer than the other keys
https://bugs.launchpad.net/bugs/278078
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs