This file is indexed.

/usr/share/anyremote/cfg-data/Server-mode/djview.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
108
109
110
%
% anyremote configuration file for DjView management  (Server-mode)
%  http://djvu.sourceforge.net/djview4.html package

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

GuiAppName=DjVuLibre
GuiAppBinary=djview
GuiAppRun=echo 'U=`id -u`;P=`pgrep -l -u $U djview`; if [ "x$P" = "x" ]; then echo NOK; else echo OK; fi'|sh -s
GuiAppType=Application
GuiAppProtocols=Server
GuiAppDesc=A standalone DjVu viewer for Unix under X11 (based on the Qt library).

[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,DjVuLibre);\
	Make(var,app_manage_mode,by_value,djview_manage);

(Exit)=\
	Macro(FBROWSER_IC_EXIT);

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

[Mode]=djview : default_presentation_init

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

[ModeEnd]

[Mode]=djview_manage : default_presentation

SETUP_DEFAULT_PRESENTATION=\
	Set(layout,default);\
 	Set(icons,$(app_name),\
		1,folder,2,plus,3,none,\
		4,rewind,5,fit,6,forward,\
		7,none,8,minus,9,none,\
		*,question,0,none,#,no);\
	Set(status,$(app_name));\
	Set(title,$(open_file));

APP_SETUP=\
	Make(none);

* *=Set(text,replace,Help,1 File Browser\n2 Zoom In\n3 None\n4 Previous Page\n5 Fit\n6 Next Page\n7 None\n8 Zoom Out\n9 None\n ** Help\n0 None\n# Quit $(app_name)\n);

APP_START_IF=\
	Make(var,app_run,pgrep -l -u `id -u` djview|head -1|wc -l);\
    Make(var,screen_resolution,xdpyinfo |grep dimensions|cut -f 2 -d : |cut -f 1 -d p|tr -d ' ');\
	Exec(if [ "x$(app_run)" = "x0" ]; then cd "$(fbrowser_dir)";djview -fs -geometry $(screen_resolution) $(open_file)& fi 2> /dev/null);
	
APP_RAISE=\
	Exec($(CfgDir)/Utils/run-or-switch-to.sh -switch djview);

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

Up=\
    Emulate(key,Page_Up);

Down=\
    Emulate(key,Page_Down);

PRES_START=\
	Make(none);

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

PRES_ZOOM_IN=\
	EEmulate(key,plus);
	
PRES_ZOOM_OUT=\
	Emulate(key,minus);

PRES_FIRST_PAGE=\
	Make(none);
	
PRES_LAST_PAGE=\
	Make(none);

# Fit	
PRES_TOGGLE_FULLSCREEN=\
	Emulate(key,p);
	
PRES_REFRESH=\
	Make(none);

[ModeEnd]

[End]