/usr/share/kobo-deluxe/sfx/music.agw is in kobodeluxe-data 0.5.1-6.
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 | /////////////////////////////////////////////
// Music loader script for Kobo Deluxe
// Copyright (C) David Olofson, 2002
/////////////////////////////////////////////
#include "kobosfx.h"
w_load SOUND_BGM, "trance1.agw";
w_load SOUND_TITLE, "test2.agw";
|