This file is indexed.

/usr/share/anyremote/cfg-data/AT-mode/all-in-one.cfg is in anyremote-data 6.3.2-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
71
72
%
% anyremote configuration file. A kind of "mega-example".
%

% STATUS unknown
% XTEST no
% SOUND no
% ENV no

GuiAppName=All-in-1
GuiAppType=Custom
GuiAppBinary=true
GuiAppIcon=configure.png
GuiAppProtocols=AT
GuiAppDesc=Manage Amarok, Xmms, KPlayer, TVtime, keyboard and mouse emulation at once

[Protocol]=AT

(Init)=Include($(CfgDir)/Utils/aliases-at.cfg);\
	Macro(SETUP_DEFAULT_MIXER);\
	Make(var,TwoWayComm,by_value,false);\
	Macro(CHECK_RFCOMM_DEVICE);

(Connect)= Make(mode,all-in-1);

Cancel=\
    SendCKPD(E);\
    Make(exit);

* 0=Exec($(CfgDir)/Utils/message.sh "Application chooser" 7);\
	Make(flush);\
    Include($(CfgDir)/AT-mode/all-in-one.cfg);

[Mode]=all-in-1

(EnterMode)=Exec($(CfgDir)/Utils/message.sh "Application chooser" 7);

1=Exec($(CfgDir)/Utils/message.sh "Set mode to Amarok" 7);\
	Make(flush);Include($(CfgDir)/AT-mode/amarok.cfg);\
	Include($(CfgDir)/AT-mode/all-in-one.cfg);

2=Exec($(CfgDir)/Utils/message.sh "Set mode to KPlayer" 7);\
	Make(flush);\
	Include($(CfgDir)/AT-mode/kplayer.cfg);\
	Include($(CfgDir)/AT-mode/all-in-one.cfg);

3=Exec($(CfgDir)/Utils/message.sh "Set mode to TvTime" 7);\
	Make(flush);\
	Include($(CfgDir)/AT-mode/tvtime.cfg);\
	Include($(CfgDir)/AT-mode/all-in-one.cfg);
	
4=Exec($(CfgDir)/Utils/message.sh "Set mode to XMMS" 7);\
	Make(flush);\
	Include($(CfgDir)/AT-mode/xmms.cfg);\
	Include($(CfgDir)/AT-mode/all-in-one.cfg);
	
5=Exec($(CfgDir)/Utils/message.sh "Set mode to Keyboard emulation" 7);\
	Make(flush);\
	Include($(CfgDir)/AT-mode/keyboard.cfg);\
	Include($(CfgDir)/AT-mode/all-in-one.cfg);

6=Exec($(CfgDir)/Utils/message.sh "Set mode to Mouse emulation" 7);\
	Make(flush);\
	Include($(CfgDir)/AT-mode/mouse.cfg);\
	Include($(CfgDir)/AT-mode/all-in-one.cfg);

* *=Exec(F="$(TmpDir)/anyrem.hlp";echo "Choose mode:" > $F;echo "* 0 - Chooser" >> $F;echo "1 - Amarok" >> $F;echo "2 - KPlayer" >> $F;echo "3 - TvTime" >> $F;echo "4 - XMMS" >> $F;echo "5 - Keyboard Emulation" >> $F;echo "6 - Mouse Emulation" >> $F);\
	Macro(SHOW_HELP);

[ModeEnd]

[End]