On Wed, Jul 31, 2019 at 04:54:28PM +0200, Tim Tassonis via blfs-dev wrote:
> On 7/31/19 10:01 AM, hykwok1--- via blfs-dev wrote:
>
> > 2. For Gnome, the default font name of "Monospace font" is "Source Code
> > Pro".
> >
> > (Reference:
> > https://github.com/GNOME/gsettings-desktop-schemas/blob/master/schemas/org.gnome.desktop.interface.gschema.xml.in)
> > The font can be downloaded from:
> >
> > https://github.com/adobe-fonts/source-code-pro
> >
>
>
> So what? Then require the the font for Gnome, this has absolutely nothing to
> do with mousepad.
>
> Bye
> Tim
>
It was actually a change in gsettings-desktop-schemas in the 3.31.91
days back in February. But mousepad apparently now defaults to
using dconf (which is even more gnome-specific in my view), if I
read the page correctly the other day, so it gets affected by this
gnome change.
I would have thought there ought to be a setting in mousepad to
change the font when first using the new version, and to save that ?
And what happens on a fresh install if no changes have been made and
Source Code Pro has not been installed ?
The defaults in gsettings were changed from Cantarell 11 to Sans 11
and Monospace 11 to Source Code Pro 10.
At the time Douglas asked me, and I apparently suggested the
following patch (along with a bigger one which seems pointless and
perhaps backwards), but also suggested that a sed might be more
BLFS-ish (and likely to break on a future similar upstream change).
But I don't recall what, if anything, resulted (obviously, 3.31.91
was a development release and never got used in the book).
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in 2019-02-20
20:43:54.000000000 +0000
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in 2018-01-16
17:12:43.000000000 +0000
@@ -156,8 +156,8 @@
</description>
</key>
<key name="monospace-font-name" type="s">
- <default>'Source Code Pro 10'</default>
+ <default>'Monospace 11'</default>
<summary>Monospace font</summary>
<description>
Name of a monospaced (fixed-width) font for use in locations like
But it looks as if, for xfce users (even if nobody in gnome is
affected) we probably ought to be doing something.
ĸen
--
One pill makes you larger, And one pill makes you small.
And the ones that mother gives you, Don't do anything at all.
Go ask Alice, When she's ten feet tall.
-- Jefferson Airplane, White Rabbit
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page