This file is indexed.

/usr/share/doc/gnustep-back0.26/README.Debian is in gnustep-back0.26 0.26.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
gnustep-back for Debian
------------------------

GNUstep back performs antialiasing for text by default.  If you want to turn
off antialiasing, type:

 defaults write NSGlobalDomain GSFontAntiAlias NO

The DejaVu fonts offer good on-screen display, and support many
non-Latin characters as well.  They are probably the best choice for
the default font.

To set these as the default fonts for a user, type:

 defaults write NSGlobalDomain NSFont 'DejaVu Sans'
 defaults write NSGlobalDomain NSBoldFont 'DejaVu Sans-Bold'
 defaults write NSGlobalDomain NSUserFixedPitchFont 'DejaVu Sans-Mono'

NOTE: Font names for the default cairo backend do not match the art
backend; usually, there is no extra space for art, e.g. "DejaVuSans"
vs "DejaVu Sans".

The GNUstep backends are managed via the alternatives system, but
can always be set per user with

 defaults write NSGlobalDomain GSBackend libgnustep-<backend>

where <backend> is either cairo, art or xlib.  Note that the latter
two are deprecated.

The FreeFonts are not as well-suited as the DejaVu fonts to on-screen
use, but they contain a lot more characters. If you deal with
non-latin-1 text, it is recommended that you use these as your default
fonts.  Normally, you don't need to do anything to use these as your
default fonts, but if you have other versions of Helvetica or Courier
installed, or if you have changed the defaults previously, to set the
FreeFonts as the default fonts for the current user, type

 defaults write NSGlobalDomain NSFont FreeSans-Medium
 defaults write NSGlobalDomain NSBoldFont FreeSans-Bold
 defaults write NSGlobalDomain NSUserFixedPitchFont FreeMono-Medium

To reset the default fonts for a user, type:

 defaults delete NSGlobalDomain NSFont
 defaults delete NSGlobalDomain NSBoldFont
 defaults delete NSGlobalDomain NSUserFixedPitchFont

Font handling is not uniform between the different backends.  When
font packages are installed or removed from the system:

  cairo/xlib: The list of accessible fonts is updated immediately.

  art: Due to bug #749233 the available fonts must be updated
       manually by the system administrator with:
       dpkg-reconfigure gnustep-back-common

SystemPreferences from the systempreferences.app package is a GUI
application which can be used to edit nearly all GNUstep-specific
settings, including fonts and the default backend.

  -- Eric Heintzmann <eric@gnustep.fr.st>, Mon, 13 Oct 2003 18:43:08 +0200
(updated by
  -- Hubert Chan <hubert@uhoreg.ca>, Mon, Sep 25, 2006 21:10 -0400
 -- Yavor Doganov <yavor@gnu.org>, Sun, 25 Feb 2018 21:09:40 +0200
)