Control: tag -1 pending Hello,
Bug #1065494 in gtk+3.0 reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/gnome-team/gtk3/-/commit/1c4fb7e79ab1d3c28a957b777e692afa09afdc52 ------------------------------------------------------------------------ d/libgtk-3-0t64.preinst: Remove libgtk-3-0 postrm to avoid file loss During the migration from libgtk-3-0 to libgtk-3-0t64, the package that is responsible for "owning" /usr/lib/*/gtk-3.0/3.0.0/immodules.cache changed from libgtk-3-0 to libgtk-3-0t64. Because dpkg does not have an equivalent of RPM's %ghost files, the ownership of this file is managed by social convention rather than by the package management system. Unfortunately, libgtk-3-0's postrm as shipped in Debian releases from 2010 to the present is not aware of the possibility that another binary package might need to take over responsibility for this file, and so will remove it during purge (and in fact also during upgrades) in accordance with the requirement that the package must not leave unowned files behind. This causes input methods to be non-functional in GTK apps until the next time the gtk-query-immodules-3.0 trigger happens to be run. To disarm the problematic maintainer script, delete it during the new package's preinst, similar to what was done for GLib in response to #1065022. A subsequent commit will improve the postrm so that if we find that we need to migrate from libgtk-3-0t64 to libgtk-3-0xyz at some point in the future, similar efforts will not be needed. Closes: #1065494 ------------------------------------------------------------------------ (this message was generated automatically) -- Greetings https://bugs.debian.org/1065494