[Bug 269702] x11/gnome: default monospace font for Gnome is not installed
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269702] no default monospace font for Gnome"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:22:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269702 Paul Telles (Starcat) <tellesp2002@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tellesp2002@gmail.com --- Comment #5 from Paul Telles (Starcat) <tellesp2002@gmail.com> --- IMHO, this is a terrible bug as it turns a lot of people off and leaves them with a bad impression of FreeBSD that is unwarranted. My suggested workaround: 1.) Install Google TrueType fonts -- x11-fonts/google-fonts 2.) As an unprivileged desktop user, set the default monospace font: $ dbus-run-session gsettings set org.gnome.desktop.interface monospace-font-name 'Noto Sans Mono 10' 3.) Verify the change with fc-match and/or gsettings: $ fc-match monospace NotoSansMono-Regular.ttf: "Noto Sans Mono" "Regular" $ dbus-run-session gsettings list-recursively org.gnome.desktop.interface | grep monospace-font-name org.gnome.desktop.interface monospace-font-name 'Noto Sans Mono 10' NOTE: The dconf-editor GUI tool can also be used to view and edit GSettings values. -- You are receiving this mail because: You are the assignee for the bug.