This file is indexed.

/usr/share/games/gnujump/sound/config.sounds is in gnujump-data 1.0.8-2.

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
## SDLjump theme file
## ==================
## Important:
## - You can't alter the order in which these values are present.
## - The string length can't be larger than 512 characters
## - String variables must go between ""

format = "01"

author = "Juan Pedro Bolivar Puente"

# ==============================================================================
#   GAME
# ==============================================================================

mus_game = "silence.ogg"

snd_die = "die.ogg"
snd_fall = "fall.ogg"
snd_jump = "jump.ogg"
snd_question = "question.ogg"
snd_record = "record.ogg"

# ==============================================================================
#   MENU
# ==============================================================================

mus_menu = "silence.ogg"

snd_click = "mclick.ogg"
snd_back = "mback.ogg"