On 8/7/25 12:40 AM, Gregory Eckersley wrote:
Package: python3-kivy Version: 2.1.0-1+b1 Severity: normal Tags: d-i patch upstream X-Debbugs-Cc: [email protected] Dear Maintainer, When installing on Arm Chromebook a dangling symlink to Roboto fonts is left. /usr/lib/dist-packags/kivy/data/fonts/Roboto-Regular. Overwriting this symlink with a link to /usr/share/fonts/chromeos/roboto/Roboto_Regular (also for Bold,BoldItalic,Italic and RobotoMono-Regular) fixed this for me. Perhaps including a missing .deb dependency file would fix this -- System Information: Debian Release: 12.0 APT prefers oldstable-security APT policy: (500, 'oldstable-security'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 6.5.0-2-amd64 (SMP w/2 CPU threads; PREEMPT) Kernel taint flags: TAINT_UNSIGNED_MODULE Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=en_AU:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages python3-kivy depends on: ii fonts-dejavu-core 2.37-6 ii fonts-roboto 2:0~20170802-3 ii libc6 2.36-9+deb12u1 ii libfontconfig1 2.14.1-4 ii libfreetype6 2.12.1+dfsg-5 ii libgl1 1.6.0-1 ii libglib2.0-0 2.74.6-2 ii libgstreamer1.0-0 1.22.0-2 ii libpango-1.0-0 1.50.12+ds-1 ii libpangoft2-1.0-0 1.50.12+ds-1 ii libsdl2-2.0-0 2.26.5+dfsg-1 ii libsdl2-image-2.0-0 2.6.3+dfsg-1 ii libsdl2-mixer-2.0-0 2.6.2+dfsg-2 ii libsdl2-ttf-2.0-0 2.20.1+dfsg-2 ii python3 3.11.2-1+b1 ii python3-docutils 0.19+dfsg-6 ii python3-gst-1.0 1.22.0-2 ii python3-pygments 2.14.0+dfsg-1
Hello, thanks for the report. python3-kivy has a dependency on "fonts-roboto" which depends on "fonts-roboto-unhinted" which contains the linked file. Your system information shows fonts-roboto as installed. However, you say you are installing on an Arm Chromebook, but your system information says "Architecture: amd64 (x86_64)" so I'm not sure how you generated this bug report. Is fonts-roboto (and fonts-roboto-unhinted) installed on the affected system? So far as I can tell from the Debian package search [1], there are no packages installing roboto fonts to /usr/share/fonts/chromeos. Are you installing Debian in some strange way or using some downstream distribution on this system? [1] https://packages.debian.org/search?searchon=contents&keywords=Roboto-Regular.ttf&mode=exactfilename&suite=stable&arch=any

