This file is indexed.

/usr/share/anyremote/cfg-data/Bemused-emulation/kdetv.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
%
% anyremote configuration file for kdetv management (Server-mode Bemused emulation)
% Prerequisites: Bemused client installed on cell phone
%

% STATUS stable
% XTEST no
% SOUND app
% ENV no

GuiAppName=KdeTV
GuiAppBinary=kdetv
GuiAppRun= A=`dcop 2> /dev/null|grep kdetv`; if [ "x$A" = "x" ]; then echo NOK; else echo OK; fi
GuiAppIcon=kdetv.png
GuiAppType=Application
GuiAppProtocols=Bemused
GuiAppDesc=kdetv is a KDE application to watch TV on the desktop.

[Protocol]=Bemused

(Init)=\
	Include($(CfgDir)/Utils/aliases-bemused.cfg);\
	Macro(BEMUSED_SETUP);
	
(Connect)=\
	Make(mode,kdetv);

[Mode]=kdetv

(EnterMode)=\
	Exec(A=`dcop|grep kdetv`;if [ "x$A" = "x" ]; then kdetv; fi);

EXIT=Exec(D=`dcop|grep kdetv`;dcop $D MainApplication-Interface quit)
FADE=Exec(D=`dcop|grep kdetv`;dcop $D KdetvIface setVolume 0)
FFWD=Exec(D=`dcop|grep kdetv`;dcop $D KdetvIface channelUp)
INF2=Send(string,INF2ACK);Send(bytes,128,0,0,0,128,0,0,0,1,0,0);ExecAndSend(string,D=`dcop|grep kdetv`;dcop $D KdetvIface channelNumber;dcop $D KdetvIface channelName);Send(bytes,0,0)
INFO=Send(string,INFOACK);Send(bytes,128,0,0,0,128,0,0,0,1,0,0);ExecAndSend(string,D=`dcop|grep kdetv`;dcop $D KdetvIface channelNumber;dcop $D KdetvIface channelName)
NEXT=Exec(D=`dcop|grep kdetv`;dcop $D KdetvIface channelUp)
PLAY=Exec(D=`dcop|grep kdetv`;dcop $D KdetvViewIface toggleFullScreen)
PREV=Exec(D=`dcop|grep kdetv`;dcop $D KdetvIface channelDown)
RWND=Exec(D=`dcop|grep kdetv`;dcop $D KdetvIface channelDown)
VOLM($$)=Exec(D=`dcop|grep kdetv`;dcop $D KdetvIface setVolume $(Param));

%PAUS=Exec()
%REPT=Exec()
%SHFL=Exec()
%STOP=Exec()

PLEN=Macro(DEFAULT_PLEN);
PLST=Macro(DEFAULT_PLST);

%SEEK=
%SLCT=

[ModeEnd]
 
[End]