Your message dated Mon, 13 Jul 2026 09:19:34 +0000
with message-id <[email protected]>
and subject line Bug#1129243: fixed in mate-menus 1.28.1-1
has caused the Debian Bug report #1129243,
regarding mate-menus: breaks mozo after glib2.0 >= 2.86
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.)


-- 
1129243: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129243
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mate-menus
Version: 1.26.1-2
Severity: serious
Justification: breaks mozo and mate-menus is required for mate-desktop
Tags: patch upstream
Affects: src:mozo
Forwarded: https://github.com/mate-desktop/mate-menus/issues/119

Dear Maintainer,

About

After updating to glib2 version 2.86 or higher, mozo became broken as
per the logs below, and an update to
https://github.com/mate-desktop/mate-menus/releases/tag/v1.28.1 would
fix the problem. Alternatively, applying the patch I've included below
in the references would also resolve the issue.

In addition to fixing problems such as:

matemenu-tree: Fix crash when adding launcher from compact menu
matemenu-tree: Fix build warning -Wsign-conversion
fix test programs
test-menu-spec: Fix build warning -Wmissing-field-initializers

See https://github.com/mate-desktop/mate-menus/compare/v1.26.1...v1.28.0

Log

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 401,
in on_menu_tree_cursor_changed
    self.loadItems(self.menu_store[menu_path][2], menu_path)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 257,
in loadItems
    for item, show in self.editor.getItems(menu):
                      ~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 300,
in getItems
    yield (item, self.__isVisible(item))
                 ~~~~~~~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/Mozo/MenuEditor.py", line 580,
in __isVisible
    app_info = item.get_app_info()
               ^^^^^^^^^^^^^^^^^
AttributeError: 'TreeEntry' object has no attribute 'get_app_info'

References

https://github.com/mate-desktop/mozo/issues/92
https://github.com/mate-desktop/mate-menus/pull/120
https://packages.debian.org/source/unstable/mozo
https://packages.debian.org/source/sid/mate-menus

-- System Information:
Debian Release: forky/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.18.12+deb14-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mate-menus depends on:
ii  gir1.2-matemenu-2.0  1.26.1-2

mate-menus recommends no packages.

mate-menus suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: mate-menus
Source-Version: 1.28.1-1
Done: Sui Vue <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mate-menus, 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.
Sui Vue <[email protected]> (supplier of updated mate-menus 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: SHA512

Format: 1.8
Date: Tue, 30 Jun 2026 17:54:05 +0530
Source: mate-menus
Architecture: source
Version: 1.28.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian+Ubuntu MATE Packaging Team <[email protected]>
Changed-By: Sui Vue <[email protected]>
Closes: 1129243
Changes:
 mate-menus (1.28.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release.
   * debian/patches:
     + Add "0001_donot-strip-safety-checks.patch". (Closes: #1129243)
     + Trivial rebase of "1000_revert-matemenuntree.patch" for the new
       upstream release.
     + Add header information to both "1000_revert-matemenuntree.patch"
       and "2000_menu-monitor.patch".
   * debian/control: Update Standards-Version to 4.7.4. No changes needed.
   * debian/copyright: Update copyright information.
   * debian/watch:
     + Switch to version 5.
     + Use GitHub releases URL for 'Source' field to fix "502 Bad Gateway"
       error with previous source URL.
Checksums-Sha1:
 0b300ff4e40b586d1d0362c0e74f9caa3600c437 2269 mate-menus_1.28.1-1.dsc
 8f4cc636fa5cd28ea4c45a9dd7a0fd99bb76dd4f 441584 mate-menus_1.28.1.orig.tar.xz
 ba0b1b6e95eb326105fbf7276727b7083a88cd27 13688 
mate-menus_1.28.1-1.debian.tar.xz
 d59ecd5f5e0055a694b5f37f4c87468a49f1d534 8409 
mate-menus_1.28.1-1_source.buildinfo
Checksums-Sha256:
 decc74a2b634635dae597a445042164f7eda7314ace8591f701ca9bef9c3a94e 2269 
mate-menus_1.28.1-1.dsc
 d6a61d3bfbf58176fb52049f115d4e3a0d108fe5f1ef87438fafd86384e603d1 441584 
mate-menus_1.28.1.orig.tar.xz
 6c1ae439172dd278271a6571830c688f8e003e9dbb7971fe5942d2738f8c0875 13688 
mate-menus_1.28.1-1.debian.tar.xz
 d72b146a989da3437fc05308fd50ba9bdbaaa6aaf30e38490eeca5474a743313 8409 
mate-menus_1.28.1-1_source.buildinfo
Files:
 03c316b24fd08ed6af448749afdba02d 2269 libs optional mate-menus_1.28.1-1.dsc
 b8e39d20bed25562032930a45a755ddc 441584 libs optional 
mate-menus_1.28.1.orig.tar.xz
 b9ef8eb448e83afec09fbc530a9a7b28 13688 libs optional 
mate-menus_1.28.1-1.debian.tar.xz
 22c6a9f44ab3d3a53365af89a6b40a84 8409 libs optional 
mate-menus_1.28.1-1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmpUqKIQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFFu1C/4hIDqoUxgvXqN7bS58kbTelDn+TctyyrOn
0H9OzZOCJNf6V4eTqUzgv97EtqV5RDUmWyT2Wycux0n75JLBl2emDbHhPhAwZ+kZ
hCMGt1t19J1sGAkOlLfvy7Fp9ORyeG2/0ph8KvUCY1EndqZNJ4+iWOJU5qX7std0
RUZCr6EQzkVbAbF5i1IIfXazMzuBFmy2yj7LM/oXGcrL87ub0u6aNEb1uKVwfeGi
uJN+f54eMWcJfzdKvcaZHqjvrANgDe4YqHMBCLVXEqt490meT14EsFlZG44YQ82C
LEdAsjxZbkhcffjWAhb2PV+ny7XqngoZuHKXDWzu0Oxx3SJdlBjYfAlvgLEHPTsc
NcR8bfVnUUCGYauHnO+L/NSK0gT4my52I5SYtXJPecpnNPm/dBwUfutcHrIWtOtE
2HjqLsl+k6UZUr6cKjgBD4BvUxQXBLyr14P+3whg7h2V+5rSf0BnXyoyai3C/xXw
tRu4T62DrzW9TrOiEQ+RpPiwRU7Njeo=
=dsmG
-----END PGP SIGNATURE-----

Attachment: pgpN9nojTI0fp.pgp
Description: PGP signature


--- End Message ---

Reply via email to