Hi James, thankyou for reply. I confirm Debian 13 has flagged libgtk-3-0 as virtual package
 
	# apt show libgtk-3-0t64
 
	Package: libgtk-3-0t64 
	Version: 3.24.49-3 
	Priority: optional 
	Section: libs 
	Source: gtk+3.0 
	Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 
	Installed-Size: 10,3 MB 
	Provides: gtk3-binver-3.0.0, libgtk-3-0 (= 3.24.49-3) 
	Depends: adwaita-icon-theme, hicolor-icon-theme, shared-mime-info, libatk-bridge2.0-0t64 (>= 2.15.1), libatk1.0-0t64 (>= 2.35.1),> 
	Recommends: libgtk-3-bin, librsvg2-common 
	Suggests: gvfs 
	Breaks: libgtk-3-0 (<< 3.24.41-1.1), libgtk-layer-shell0 (<< 0.9.0) 
	Replaces: libgtk-3-0 (<< 3.24.41-1.1)
 
 
	They removed it from essential "findutils" and packaged in its own optional package, so it is not installed by default.
 
	# apt install locate
 
 
	Affermative. The package provides libgtk-3-0t64 
 
	# apt show libgtk-3-bin
 
	Package: libgtk-3-bin 
	Version: 3.24.49-3 
	Priority: optional 
	Section: misc 
	Source: gtk+3.0 
	Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 
	Installed-Size: 319 kB 
	Depends: gtk-update-icon-cache, libc6 (>= 2.38), libcairo2 (>= 1.14.0), libgdk-pixbuf-2.0-0 (>= 2.40.0), libglib2.0-0t64 (>= 2.57.2), libgtk-3-0t64 (>= 3.24.49-3), libgtk-3-common (>= 3.24.49-3) 
	Breaks: gtk-3-examples (<< 3.24.13) 
	Replaces: gtk-3-examples (<< 3.24.13)
 
 
	Again, I thankyou for your great work and I look forward to test next version.
 
	As a side note, I succesfully installed Escribe Suite SP71 (INT) on a fresh paravirtualized Debian trixie (Oracle Virtualbox 7.2) with a base system and a minimal X window manager (openbox)
 
	# apt install xorg openbox obconf xdg-utils mono-complete
 
	libgtk-3-bin and libgtk-3-0t64 are dependencies of package obconf (openbox's simple preferences manager) so automatically installed 🙂 
 
	Just one note on udev hotplug backend if using a minimal X configuration such as one I reported here. To gain access permissions (without asking interactive password from your WM) to DNA controlled USB device (OXVA XLIM Pro 2 DNA version, in my case)  run this Bash oneliner as root:
 
	# echo "KERNEL==\"hidraw*\", SUBSYSTEM==\"hidraw\", ATTRS{idVendor}==\"268b\", MODE=\"0660\", GROUP=\"plugdev\", TAG+=\"uaccess\", TAG+=\"udev-acl\"" > /etc/udev/rules.d/60-dimension_engineering.rules
 
	or, without backslashes
 
	# echo 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="268b", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl"' > /etc/udev/rules.d/60-dimension_engineering.rules
 
	 
 
	Happy EScribing & Puffing !!!
 
	 
 
	Alessandro