This file is indexed.

/usr/share/anyremote/cfg-data/Server-mode/gthumb.cfg is in anyremote-data 6.5-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
111
112
113
114
115
116
117
118
119
120
121
122
123
%
% anyremote configuration file for gthumb management. (Server-mode)
% thanks Adriaan van Kekem for this configuration file
%

% STATUS stable
% XTEST yes
% SOUND no
% ENV no
% FBROWSER v.3i
% DEF_PIX_VIEWER   
% ALL_IN_ONE
% MEDIACENTER photo

GuiAppName=gthumb
GuiAppBinary=gthumb
GuiAppRun=echo 'ID=`id -u`;A=`ps -fu $ID|grep gthumb|grep -v grep|grep -v anyremote|grep -v edit`; if [ "x$A" = "x" ]; then echo NOK; else echo OK; fi'|sh -s
GuiAppIcon=gthumb.png
GuiAppType=Application
GuiAppProtocols=Server
GuiAppDesc=gThumb is an image viewer and browser for the GNOME Desktop.

[Protocol]=Server

(Init)=\
	Include($(CfgDir)/Utils/aliases-server.cfg);\
	Include($(CfgDir)/Utils/aliases-server-fbrowser-v3i.cfg);\
	Macro(FBROWSER_IC_INIT);\
	Include($(CfgDir)/Utils/aliases-server-pix-viewer.cfg);\
	Make(var,app_name,by_value,gThumb);\
	Make(var,open_file,by_value,);\
	Make(var,app_manage_mode,by_value,gthumb_manage);
	
(Exit)=\
	Macro(FBROWSER_IC_EXIT);

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

[Mode]=gthumb_init : default_pixviewer_init

APP_IS_RUN=\
	Make(var,app_run,ps -fu `id -u`|grep gthumb|grep -v grep|grep -v anyremote|grep -v edit|head -1|wc -l);

[ModeEnd]

[Mode]=gthumb_manage : default_pixviewer

% (EnterMode) by Utils/aliases-server-pix-viewer.cfg
% PowerMgmt by Utils/aliases-server.cfg

APP_MENU=\
	Set(menu,replace,Page Up,Page Down,Rotate Left,Rotate Right,Toggle preview,Slideshow,Stop slideshow,PowerMgmt);\
	Macro(ALLIN1MENU);\
	Macro(MEDIACENTER_MENU);

% PowerMgmt by Utils/aliases-server.cfg

Rotate Left=\
    Emulate(key,bracketleft);

Rotate Right=\
    Macro(PIX_ROTATE);

Toggle preview=\
    Emulate(key,F8);

Slideshow=\
    Emulate(key,F5);

Stop slideshow=\
    Emulate(key,Escape);

Page Up=\
    Emulate(key,Page_Up);

Page Down=\
    Emulate(key,Page_Down);

APP_START_IF=\
	Make(var,app_run,ps -fu `id -u`|grep gthumb|grep -v grep|grep -v anyremote|grep -v edit|head -1|wc -l);\
	Exec(if [ "x$(app_run)" = "x0" ]; then \
	         cd "$(fbrowser_dir)";gthumb  -f  $(open_file)& \
	     fi 2> /dev/null);

APP_RAISE=\
	Exec($(CfgDir)/Utils/run-or-switch-to.sh -switch gthumb);

APP_QUIT=\
	Exec(pkill gthumb);
	
APP_FULLSCREEN=\
	Emulate(key,F11)

PIX_PREV=\
    Emulate(key,BackSpace);

PIX_NEXT=\
    Emulate(key,Space)

PIX_FIRST=\
    Emulate(key,Home);

PIX_LAST=\
    Emulate(key,End);

PIX_ZOOM_IN=\
    Emulate(key,plus)

PIX_ZOOM_OUT=\
    Emulate(key,minus)

PIX_FIT=\
    Emulate(keydown,Control_L);\
	Emulate(key,e);\
	Emulate(keyup,Control_L);

PIX_ROTATE=\
    Emulate(key,bracketright)

[ModeEnd]

[End]