Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2024 18:22:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 269702] x11/gnome: default monospace font for Gnome is not installed
Message-ID:  <bug-269702-7788-wGVDBeYPuH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269702-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269702-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269702

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269702-7788-wGVDBeYPuH>