This file is indexed.

/usr/share/anyremote/cfg-data/Server-mode/evince.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
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
%
% anyremote configuration file for evince management (Server-mode)
%

% STATUS stable
% XTEST yes
% SOUND no
% ENV no
% FBROWSER v.3i
% DEF_PRESENTATION   
% ALL_IN_ONE 
% MEDIACENTER presentation

GuiAppName=Evince
GuiAppBinary=evince
GuiAppRun=echo 'U=`id -u`;P=`pgrep -l -u $U evince|grep -v evinced`; if [ "x$P" = "x" ]; then echo NOK; else echo OK; fi'|sh -s
GuiAppType=Application
GuiAppProtocols=Server
GuiAppDesc=Evince is a document viewer for multiple document formats. It currently supports pdf, postscript, djvu, tiff and dvi.

[Protocol]=Server

(Init)=\
	Include($(CfgDir)/Utils/aliases-server.cfg);\
	Include($(CfgDir)/Utils/aliases-server-presentation.cfg);\
	Include($(CfgDir)/Utils/aliases-server-fbrowser-v3i.cfg);\
	Macro(FBROWSER_IC_INIT);\
	Make(var,open_file,by_value,);\
	Make(var,app_name,by_value,Evince);\
	Make(var,app_manage_mode,by_value,evince_manage);

(Exit)=\
	Macro(FBROWSER_IC_EXIT);

(Connect)=\
	Make(mode,evince);

[Mode]=evince : default_presentation_init

APP_IS_RUN=\
	Make(var,app_run,pgrep -l -u `id -u` evince|grep -v evinced|head -1|wc -l);

[ModeEnd]

[Mode]=evince_manage : default_presentation

APP_SETUP=\
	Make(none);

APP_START_IF=\
	Make(var,app_run,pgrep -l -u `id -u` evince|grep -v evinced|head -1|wc -l);\
	Exec(if [ "x$(app_run)" = "x0" ]; then cd "$(fbrowser_dir)";evince $(open_file)& fi 2> /dev/null);
	
APP_RAISE=\
	Exec($(CfgDir)/Utils/run-or-switch-to.sh -switch evince);

APP_QUIT=\
	Exec(pkill evince);\
	Set(title, );

APP_MENU=\
	Set(menu,replace,Up,Down,Rotate,Toggle Sidepanel,PowerMgmt);\
	Macro(ALLIN1MENU);\
	Macro(MEDIACENTER_MENU);

Up=\
    Emulate(key,Up);

Down=\
    Emulate(key,Down);

Toggle Sidepanel=\
    Emulate(key,F9);

Rotate=\
    Emulate(keydown,Control_L,key,Right,keyup,Control_L);

PRES_START=\
	Emulate(key,F5);

PRES_PREV_PAGE=\
	Emulate(key,Page_Up);
	
PRES_NEXT_PAGE=\
	Emulate(key,Page_Down);

PRES_ZOOM_IN=\
	Emulate(keydown,Control_L,key,plus,keyup,Control_L);
	
PRES_ZOOM_OUT=\
	Emulate(keydown,Control_L,key,minus,keyup,Control_L);

PRES_FIRST_PAGE=\
	Emulate(key,Home);
	
PRES_LAST_PAGE=\
	Emulate(key,End);
	
PRES_TOGGLE_FULLSCREEN=\
	Emulate(key,F11);
	
PRES_REFRESH=\
	Emulate(keydown,Control_L,key,R,keyup,Control_L);

[ModeEnd]

[End]