Package: ukui-session-manager Version: 2.0.3-1 Severity: normal While investigating a bug report in which a user was confused by messages about GTK attempting to load toplevel-gtk-module, I did a codesearch for that string and noticed that ukui-session-manager still refers to it:
https://codesearch.debian.net/search?q=topmenu-gtk-module&literal=1 topmenu-gtk was removed from Debian in early 2018: https://bugs.debian.org/888324 As a result, if I understand correctly, starting any GTK application inside a UKUI desktop session on testing/unstable will result in it printing messages about not being able to load that module, like this: $ export GTK_MODULES=toplevel-gtk-module $ gucharmap Gtk-Message: 09:11:41.826: Failed to load module "toplevel-gtk-module" Please remove the references to modules that are no longer available in Debian. Thanks, smcv

