Your message dated Sun, 25 Feb 2018 15:02:10 +0000
with message-id <[email protected]>
and subject line Bug#859324: fixed in glade 3.20.0-2+deb9u1
has caused the Debian Bug report #859324,
regarding glade: eats unrelated key-repeat events
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
859324: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859324
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: glade
Version: 3.20.0-2
Severity: normal

Apparently, when a nontrivial Glade window is in the foreground, somehow
key repeat events get clobbered.

$ xxxxxxxxxxxxx … (key repeats normally)
$ glade FOO.glade
xx (key repeats irregularly, every couple of seconds)
< minimize Glade window or switch screens)
xxxxxxxxxxxx … (normal again)

The problem also disappears when Glade is interrupted or when the content
it shows is empty. Thus this seems to be a problem with at least one of its 
widgets.

Exhibited by papermate's frontend/mainwindow/mainwindow.glade file.
I have attached a hopefully-minimal file that exhibits the bug.

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable'), (600, 'stable'), (550, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 4.9.0-rc5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages glade depends on:
ii  libc6               2.24-9
ii  libcairo2           1.14.8-1
ii  libgdk-pixbuf2.0-0  2.36.5-2
ii  libgladeui-2-6      3.20.0-2
ii  libglib2.0-0        2.50.3-1
ii  libgtk-3-0          3.22.9-4
ii  libpango-1.0-0      1.40.4-1

Versions of packages glade recommends:
ii  devhelp       3.22.0-1+b1
ii  libgtk-3-dev  3.22.9-4

glade suggests no packages.

-- no debconf information
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
  <requires lib="gtk+" version="3.20"/>
  <object class="GtkApplicationWindow" id="mainWindow">
    <property name="can_focus">False</property>
    <property name="title">Paperwork</property>
    <property name="default_width">1024</property>
    <property name="default_height">768</property>
    <property name="icon">paperwork.svg</property>
    <property name="show_menubar">False</property>
    <child>
      <object class="GtkBox" id="box_global">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
        <child>
          <placeholder/>
        </child>
        <child>
          <object class="GtkBox" id="box_right">
            <property name="visible">True</property>
            <property name="can_focus">False</property>
            <property name="hexpand">True</property>
            <property name="vexpand">True</property>
            <property name="orientation">vertical</property>
            <child>
              <object class="GtkBox" id="box6">
                <property name="visible">True</property>
                <property name="can_focus">False</property>
                <property name="orientation">vertical</property>
                <child>
                  <object class="GtkInfoBar" id="infobarExport">
                    <property name="app_paintable">True</property>
                    <property name="can_focus">False</property>
                    <property name="hexpand">True</property>
                    <property name="vexpand">False</property>
                    <property name="spacing">15</property>
                    <child internal-child="action_area">
                      <object class="GtkButtonBox">
                        <property name="can_focus">False</property>
                        <property name="orientation">vertical</property>
                        <property name="spacing">6</property>
                        <property name="layout_style">end</property>
                        <child>
                          <placeholder/>
                        </child>
                        <child>
                          <placeholder/>
                        </child>
                      </object>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">0</property>
                      </packing>
                    </child>
                    <child internal-child="content_area">
                      <object class="GtkBox">
                        <property name="can_focus">False</property>
                        <property name="spacing">16</property>
                        <child>
                          <object class="GtkBox" id="box7">
                            <property name="visible">True</property>
                            <property name="can_focus">False</property>
                            <property name="spacing">10</property>
                            <child>
                              <placeholder/>
                            </child>
                            <child>
                              <object class="GtkBox" id="box9">
                                <property name="visible">True</property>
                                <property name="can_focus">False</property>
                                <property name="orientation">vertical</property>
                                <property name="homogeneous">True</property>
                                <child>
                                  <object class="GtkComboBox" 
id="comboboxExportFormat">
                                    <property name="visible">True</property>
                                    <property name="can_focus">False</property>
                                    <property 
name="model">liststoreExportFormat</property>
                                    <property name="active">0</property>
                                    <property name="id_column">0</property>
                                  </object>
                                  <packing>
                                    <property name="expand">True</property>
                                    <property name="fill">True</property>
                                    <property name="position">0</property>
                                  </packing>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                                <child>
                                  <placeholder/>
                                </child>
                              </object>
                              <packing>
                                <property name="expand">True</property>
                                <property name="fill">True</property>
                                <property name="position">1</property>
                              </packing>
                            </child>
                          </object>
                          <packing>
                            <property name="expand">True</property>
                            <property name="fill">True</property>
                            <property name="position">0</property>
                          </packing>
                        </child>
                      </object>
                      <packing>
                        <property name="expand">False</property>
                        <property name="fill">False</property>
                        <property name="position">0</property>
                      </packing>
                    </child>
                    <child>
                      <placeholder/>
                    </child>
                  </object>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">0</property>
                  </packing>
                </child>
                <child>
                  <placeholder/>
                </child>
              </object>
              <packing>
                <property name="expand">True</property>
                <property name="fill">True</property>
                <property name="position">1</property>
              </packing>
            </child>
          </object>
          <packing>
            <property name="expand">True</property>
            <property name="fill">True</property>
            <property name="position">1</property>
          </packing>
        </child>
      </object>
    </child>
    <child type="titlebar">
      <placeholder/>
    </child>
  </object>
</interface>

--- End Message ---
--- Begin Message ---
Source: glade
Source-Version: 3.20.0-2+deb9u1

We believe that the bug you reported is fixed in the latest version of
glade, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sébastien Villemot <[email protected]> (supplier of updated glade package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 09 Feb 2018 18:02:27 +0100
Source: glade
Binary: libgladeui-2-6 libgladeui-common libgladeui-dev libgladeui-doc 
gir1.2-gladeui-2.0 glade
Architecture: source
Version: 3.20.0-2+deb9u1
Distribution: stretch
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Sébastien Villemot <[email protected]>
Description:
 gir1.2-gladeui-2.0 - GObject introspection data for the GTK+ User Interface 
library
 glade      - GTK+ User Interface Builder
 libgladeui-2-6 - GTK+ User Interface Build core library
 libgladeui-common - GTK+ User Interface Build core library (common files)
 libgladeui-dev - GTK+ User Interface Build core library (development files)
 libgladeui-doc - GTK+ User Interface Build core library (documentation)
Closes: 859324
Changes:
 glade (3.20.0-2+deb9u1) stretch; urgency=medium
 .
   * Team upload.
 .
   [ Sébastien Villemot ]
   * fix-use-of-gtk-style-context-in-GladeDesignLayout.patch: new patch.
     Fixes high CPU usage. (Closes: #859324)
 .
   [ Jeremy Bicha ]
   * Update Vcs fields and add debian/gbp.conf
Checksums-Sha1:
 7ae40d22b990990032a85f62ac69013aeb393296 2662 glade_3.20.0-2+deb9u1.dsc
 c963fda34d345e7e816198c7ca18a5e73883960a 28336 
glade_3.20.0-2+deb9u1.debian.tar.xz
 5e1321b7845bcda4e76d4c87f45f994facda2f97 16701 
glade_3.20.0-2+deb9u1_amd64.buildinfo
Checksums-Sha256:
 2d0afcd4a4faf4c4cd2fe1e810438dfa9ed229f742f0501d0d6e493b75863943 2662 
glade_3.20.0-2+deb9u1.dsc
 6c6d6a676330008686746fa4260a2fe743d70a99b0209ea4f44716614d2df22f 28336 
glade_3.20.0-2+deb9u1.debian.tar.xz
 57cd1c064cc28229e380b36373d252b9487b262b8d7e142c7da787daa2dcaefe 16701 
glade_3.20.0-2+deb9u1_amd64.buildinfo
Files:
 8c302adec5b9d96d9d4fcf8825ca7b30 2662 gnome optional glade_3.20.0-2+deb9u1.dsc
 aaea94281d7c31eb9f8f33d68f340814 28336 gnome optional 
glade_3.20.0-2+deb9u1.debian.tar.xz
 59724b1adf8ec280771268fbeadad692 16701 gnome optional 
glade_3.20.0-2+deb9u1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAlqQjeAACgkQLOzpNQ7O
vkqC7g/+Im9uFwfkhmNs9fVgxNocYBs1DnAmVxw8diMge6PbO8pJrr2O0BhEy7X7
hmC7fu+I3SjfKqoyiPg5wQRNdfnzGh+iHWAZmdls6adoyRSI6lLVJ7PCyhnG6KDS
iF3PGTf7e3yKWyla5AvFMLlAv1diHYzaqPiwdwHaCcSF3IXYmAT2p79edfpsjEcl
xlNlQU3MsVgv4C4eCSnqbGXmD0tsLK2n01Qkl7kB8KHxT+FKld3/YAAx9TI+gXxE
EuldBKbFBXdVo7NLraaWMYcWo8EVlt0ZmNbuVucE2wy5rnT8T0QFNWZ6mZVflz6y
yt/TzLPpdk+joscKyG2M689kqDrywIGLZKmKnXYGzvLUCuU9H62y2P3cHPXV8wng
ITcGz5Rvz0fwouVDjq2Vw92uwfTPmQkqwcHtOBCc64HJme56a+COrsv2qvv01j6L
l1vTHQMLwfVH7nXpgVr7fzXXEo4RQ5HZ6/YGDqjtEgEIoxBjgQ0fEMud2YsePj3X
cWl8pWUD/cQljP0aG4G6MAHlJNw8arIMYNZU8OuAuNPgG3UIxWZNdvMKiZkfCg8Q
ppX9fZnwAPlHassedvdxAtwzI4j481l27zVI7a3odmd8EnJbbKBW1Hn2YD7v14Ff
rW2Lb3BMR4WNG5Tvqf5xU+RglUvfVar1sOdC3oY81GYtA0UuAp0=
=aSdZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to