This file is indexed.

/usr/share/pixmaps/GNUstep/nsmapping.strings is in gnustep-gui-common 0.22.0-1ubuntu2.

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
/* This file contains the mapping of the OPENSTEP names of the images to the
   actual files where the GNUstep keeps them. The format is the "strings"
   format and content is trivial. */

NSApplicationIcon = GNUstep;
NSSwitch = common_SwitchOff;
NSHighlightedSwitch = common_SwitchOn;
NSRadioButton = common_RadioOff;
NSHighlightedRadioButton = common_RadioOn;
AppleMenuImage = GNUstepMenuImage;
NSMenuCheckmark = common_2DCheckMark;
NSMenuArrow = common_3DArrowRight;
NSMenuMixedState = common_2DDash;
NSComboArrow = common_ComboBoxEllipsis;
GSClosedHandCursor =  common_ClosedHandCursor;
GSOpenHandCursor = common_OpenHandCursor;
GSDragCopyCursor = common_copyCursor;
GSDragLinkCursor = common_linkCursor;
GSOperationNotAllowedCursor = common_noCursor;

/* Toolbar images */

NSToolbarCustomizeToolbarItemImage = common_ToolbarCustomizeToolbarItem;
NSToolbarPrint = common_Printer;
NSToolbarShowColors = common_ToolbarShowColorsItem;
NSToolbarShowFonts = common_ToolbarShowFontsItem;

/* Misc. */

NSColorPanel = common_ToolbarShowColorsItem;
NSComputer = common_Root_PC;
NSStopProgressTemplate = GSStop;
NSFontPanel = common_ToolbarShowFontsItem;
NSFolder = common_Folder;