This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.gnome-applets.stickynotes.gschema.xml is in gnome-applets-data 3.28.0-1.

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
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-applets-3.0">
	<schema id="org.gnome.gnome-applets.stickynotes">
		<key type="i" name="default-width">
			<default>100</default>
			<summary>Default width for new notes</summary>
			<description>Default width for new sticky notes in pixels.</description>
		</key>
		<key type="i" name="default-height">
			<default>100</default>
			<summary>Default height for new notes</summary>
			<description>Default height for new notes</description>
		</key>
		<key type="s" name="default-color">
			<default>'rgb(236,248,51)'</default>
			<summary>Default color for new notes</summary>
			<description>Default color for new sticky notes. This can be standard name, hexadecimal value, RGB color or RGBA color.</description>
		</key>
		<key type="s" name="default-font-color">
			<default>'rgb(0,0,0)'</default>
			<summary>Default color for font</summary>
			<description>Default font color for new sticky notes. This can be standard name, hexadecimal value, RGB color or RGBA color.</description>
		</key>
		<key type="s" name="default-font">
			<default>'Sans 10'</default>
			<summary>Default font for new notes</summary>
			<description>Default font for new sticky notes. This should be a Pango Font Name, for example "Sans Italic 10".</description>
		</key>
		<key type="b" name="sticky">
			<default>true</default>
			<summary>Sticky notes' workspace stickyness</summary>
			<description>Specifies whether the sticky notes are visible on ALL workspaces on the desktop, or not.</description>
		</key>
		<key type="b" name="locked">
			<default>false</default>
			<summary>Sticky notes' locked state</summary>
			<description>Specifies whether the sticky notes are locked (non-editable) or not.</description>
		</key>
		<key type="s" name="date-format">
			<default>'%x'</default>
			<summary>Date format of note's title</summary>
			<description>By default, sticky notes are given the current date as the title when they are created. This format is used; anything that can be parsed by strftime() is valid.</description>
		</key>
		<key type="b" name="use-system-color">
			<default>true</default>
			<summary>Whether to use the default system color</summary>
			<description>If this option is disabled, a custom color can be used as the default color for all sticky notes.</description>
		</key>
		<key type="b" name="use-system-font">
			<default>true</default>
			<summary>Whether to use the default system font</summary>
			<description>If this option is disabled, a custom font can be used as the default font for all sticky notes.</description>
		</key>
		<key type="b" name="force-default">
			<default>false</default>
			<summary>Whether to force the default color and font on all notes</summary>
			<description>If this option is enabled, the custom colors and fonts that have been assigned to individual notes will be ignored.</description>
		</key>
		<key type="b" name="desktop-hide">
			<default>true</default>
			<summary>Whether to hide all notes when the desktop is selected</summary>
			<description>If this option is enabled, selecting the desktop in any way will automatically hide all the open notes.</description>
		</key>
		<key type="b" name="confirm-deletion">
			<default>true</default>
			<summary>Whether to ask for confirmation when deleting a note</summary>
			<description>Empty notes are always deleted without confirmation.</description>
		</key>
	</schema>
</schemalist>