Followup-For: Bug #1033761 Actually, the problem starts even earlier:
# nautilus-scripts-manager Traceback (most recent call last): File "/usr/bin/nautilus-scripts-manager", line 21, in <module> from gi.repository import Pango, Gtk, GLib File "/usr/lib/python3/dist-packages/gi/importer.py", line 131, in load_module raise ImportError('cannot import name %s, ' ImportError: cannot import name Pango, introspection typelib not found nautilus-scripts-manager has insufficient dependencies, for bullseye (and buster and stretch) this can be solved by a dependency on gir1.2-gtk-3.0 (maybe with alternatives), for bookworm one could also depend on gir1.2-gtk-4.0 as alternative. Andreas