Your message dated Sun, 17 Apr 2016 15:51:44 +0000
with message-id <[email protected]>
and subject line Bug#821294: fixed in d-feet 0.3.10-2
has caused the Debian Bug report #821294,
regarding d-feet: list of bus names is blank under Wayland
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.)


-- 
821294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821294
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: d-feet
Version: 0.3.10-1
Severity: normal
User: [email protected]
Usertags: wayland

I'm using the GNOME 3.20 Wayland session (gnome-session from
experimental). When I run d-feet with the default Wayland GDK backend,
it warns like this on stderr:

/usr/lib/python2.7/dist-packages/dfeet/wnck_utils.py:9: PyGIWarning: Wnck was 
imported without specifying a version first. Use gi.require_version('Wnck', 
'3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Wnck
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gi/overrides/Gio.py", line 143, in 
__async_result_handler
    result_callback(obj, self._unpack_result(ret), real_user_data)
  File "/usr/lib/python2.7/dist-packages/dfeet/bus_watch.py", line 297, in 
__list_names_handler
    self.__add_names(names)
  File "/usr/lib/python2.7/dist-packages/dfeet/bus_watch.py", line 289, in 
__add_names
    self.__add_name(n, n)
  File "/usr/lib/python2.7/dist-packages/dfeet/bus_watch.py", line 275, in 
__add_name
    bus_name_box = BusNameBox(name, unique_name)
  File "/usr/lib/python2.7/dist-packages/dfeet/bus_watch.py", line 20, in 
__init__
    self.__icon_table = IconTable.get_instance()
  File "/usr/lib/python2.7/dist-packages/dfeet/wnck_utils.py", line 67, in 
get_instance
    cls.instance = IconTable()
  File "/usr/lib/python2.7/dist-packages/dfeet/wnck_utils.py", line 27, in 
__init__
    Wnck.Screen.force_update(screen)
TypeError: Argument 0 does not allow None as a value
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/gi/overrides/Gio.py", line 143, in 
__async_result_handler
    result_callback(obj, self._unpack_result(ret), real_user_data)
  File "/usr/lib/python2.7/dist-packages/dfeet/bus_watch.py", line 297, in 
__list_names_handler
    self.__add_names(names)
  File "/usr/lib/python2.7/dist-packages/dfeet/bus_watch.py", line 289, in 
__add_names
    self.__add_name(n, n)
  File "/usr/lib/python2.7/dist-packages/dfeet/bus_watch.py", line 275, in 
__add_name
    bus_name_box = BusNameBox(name, unique_name)
  File "/usr/lib/python2.7/dist-packages/dfeet/bus_watch.py", line 20, in 
__init__
    self.__icon_table = IconTable.get_instance()
  File "/usr/lib/python2.7/dist-packages/dfeet/wnck_utils.py", line 67, in 
get_instance
    cls.instance = IconTable()
  File "/usr/lib/python2.7/dist-packages/dfeet/wnck_utils.py", line 27, in 
__init__
    Wnck.Screen.force_update(screen)
TypeError: Argument 0 does not allow None as a value

(and more similar TypeErrors)

After that, the list that should contain bus names on the left side of
the window is empty.

Workaround: running with "GDK_BACKEND=x11 d-feet" works correctly.

If d-feet only works in X11, it should do this during early startup,
before opening the display. This should have the same effect as
GDK_BACKEND=x11 and make that workaround unnecessary:

    from gi.repository import Gdk
    Gdk.set_allowed_backends("x11")

Regards,
    S

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages d-feet depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.26.0-1
ii  gir1.2-glib-2.0                              1.48.0-1
ii  gir1.2-gtk-3.0                               3.20.3-1
ii  hicolor-icon-theme                           0.13-1
ii  python                                       2.7.11-1
ii  python-gi                                    3.20.0-1
pn  python:any                                   <none>

d-feet recommends no packages.

d-feet suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: d-feet
Source-Version: 0.3.10-2

We believe that the bug you reported is fixed in the latest version of
d-feet, 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.
Simon McVittie <[email protected]> (supplier of updated d-feet 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: Sun, 17 Apr 2016 14:44:42 +0100
Source: d-feet
Binary: d-feet
Architecture: source
Version: 0.3.10-2
Distribution: unstable
Urgency: medium
Maintainer: Utopia Maintenance Team 
<[email protected]>
Changed-By: Simon McVittie <[email protected]>
Description:
 d-feet     - D-Bus object browser, viewer and debugger
Closes: 821294
Changes:
 d-feet (0.3.10-2) unstable; urgency=medium
 .
   * Team upload
   * Add patch to make d-feet work in Wayland (Closes: #821294)
   * Standards-Version: 3.9.8 (no changes)
   * Use https for Vcs-Git
Checksums-Sha1:
 ab7129a0c5bfd9697a5d741ca8153cf0e5867383 2180 d-feet_0.3.10-2.dsc
 4620d0c3c3050312ee4ef16e6874a557c64768c0 6472 d-feet_0.3.10-2.debian.tar.xz
Checksums-Sha256:
 597340742c8397ecdc9556069513e6323d2d6fd7114f341d147900773527e864 2180 
d-feet_0.3.10-2.dsc
 2846baa5c9e07ec9b2dc9a326d398af12f89e8fd6dfd78c5beb45613d0d34a33 6472 
d-feet_0.3.10-2.debian.tar.xz
Files:
 d2fd666186a14d7678670e737a5a303e 2180 devel extra d-feet_0.3.10-2.dsc
 d356f0238d00e29f1388222f21e310e6 6472 devel extra d-feet_0.3.10-2.debian.tar.xz

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

iQIcBAEBCAAGBQJXE5TeAAoJEE3o/ypjx8yQPbQP/3AQhbsXqvrgLTgTLaCrQ/4S
kNRICeh6mr48gPz8T93MNUqOt0IJxHvkfeP9uaOX6RUPXDvXeIhoJvKzgo//m85m
i09xnvWPhSYfQHPa4TyzbS8b58yDOGZ42R23XG/hbau3jKCUcddzBK1TRJog8MJK
gyqtuC8biZsS4nhNM70GjC5/W6rVPv127S9a3CnnpAdyJU9w2rd9P6QOHhZy/cNL
HS+Kx5hrShiLAzT5V5XWTCVmaBfmaJzNzyZRjLebNVKHKS084vNwA5F3HFP2JEaL
WNlXpmIMFp/FVe7ap2It0zGUQusX46qjjQXdygxvZpBrNg16xrf5QqMp/Zivct+x
X2b4llHR/5iIBN8MG6KVJgXZxz5LWgksmGIwmGfHm/szPknKFR7xWy3ka2m529Zt
ZiXsgsCdKfxlqhr6aCUOlQcOVrjGPRrxuDI2+sl7v6wfJeq3SQWyVbikL1qclq6z
n/NOnLTkfuKG3k1qHKpNF9UcWPYwkFnTQucV5PFZWaz3cifodowWUVAwDqwq7Lhd
q4EmRy0LpJ8BII79ncxmdzCC1cLNV+JKr2hzwzmcEMXiXk0BNzfMv2yyWbbNvqmn
t+sAz7AZLHLGYRVGNoSnQvWEc41VXP96LQWXMIZWQSNgxE/NCq+gmwisrAfXU34V
yIl2+R15VhPFQvthqVrr
=fpUm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to