/usr/share/anyremote/cfg-data/Server-mode/eog.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 | %
% anyremote configuration file for Eye-of-gnome (http://projects.gnome.org/eog/) management. (Server-mode)
%
% STATUS stable
% XTEST yes
% SOUND no
% ENV no
% FBROWSER v.3i
% DEF_PIX_VIEWER
% ALL_IN_ONE
% MEDIACENTER photo
GuiAppName=Eye of gnome
GuiAppBinary=eog
GuiAppRun=echo 'A=`ps -ef|grep eog|grep -v grep|grep -v anyremote|grep -v edit`; if [ "x$A" = "x" ]; then echo NOK; else echo OK; fi'|sh -s
GuiAppIcon=eog.png
GuiAppType=Application
GuiAppProtocols=Server
GuiAppDesc=The Eye of GNOME image viewer is the official image viewer for the GNOME Desktop environment. With it, you can view single image files, as well as large image collections.
[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,Eye Of Gnome);\
Make(var,open_file,by_value,);\
Make(var,app_manage_mode,by_value,eog_manage);
(Exit)=\
Macro(FBROWSER_IC_EXIT);
(Connect)=\
Make(mode,eog_init);
[Mode]=eog_init : default_pixviewer_init
APP_IS_RUN=\
Make(var,app_run,pgrep -u `id -u` eog|head -1|wc -l);
[ModeEnd]
[Mode]=eog_manage : default_pixviewer
% (EnterMode) by Utils/aliases-server-pix-viewer.cfg
APP_START_IF=\
Make(var,app_run,pgrep -u `id -u` eog|head -1|wc -l));\
Exec(if [ "x$(app_run)" = "x0" ]; then cd "$(fbrowser_dir)";eog $(open_file)& fi 2> /dev/null);
APP_RAISE=\
Exec($(CfgDir)/Utils/run-or-switch-to.sh -switch eog);
APP_QUIT=\
Exec(pkill -u `id -u` eog);
APP_FULLSCREEN=Emulate(key,F11)
PIX_PREV=Emulate(keydown,Alt_L,key,Left,keyup,Alt_L)
PIX_NEXT=Emulate(keydown,Alt_L,key,Right,keyup,Alt_L)
PIX_FIRST=Emulate(keydown,Alt_L,key,Home,keyup,Alt_L)
PIX_LAST=Emulate(keydown,Alt_L,key,End,keyup,Alt_L)
PIX_ZOOM_IN=Emulate(keydown,Control_L,key,KP_Add,keyup,Control_L)
PIX_ZOOM_OUT=Emulate(keydown,Control_L,key,minus,keyup,Control_L)
PIX_FIT=Emulate(keydown,Control_L,key,0,keyup,Control_L)
PIX_ROTATE=Emulate(keydown,Control_L,key,R,keyup,Control_L)
[ModeEnd]
[End]
|