ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/README
(Generate patch)

Comparing CV/README (file contents):
Revision 1.8 by root, Tue Jul 8 12:04:04 2008 UTC vs.
Revision 1.9 by root, Mon Apr 27 02:24:09 2009 UTC

215 or require "/fs/cv/cvplugin.pl"; 215 or require "/fs/cv/cvplugin.pl";
216 216
217 This will load a plug-in, but only if the machine *ether* is reachable 217 This will load a plug-in, but only if the machine *ether* is reachable
218 (supposedly the plug-in is networked in some way :). 218 (supposedly the plug-in is networked in some way :).
219 219
220ENVIRONMENT 220ENVIRONMENT VARIABLES
221 CV_EDITOR 221 CV_EDITOR
222 The program that gets executed when the user presses "CTRL-e" in the 222 The program that gets executed when the user presses "CTRL-e" in the
223 Schnauzer or image window. The default is "gimp". 223 Schnauzer or image window. The default is "gimp".
224 224
225 CV_AUDIO_PLAYER 225 CV_AUDIO_PLAYER
229 CV_PRINT_DESTINATION 229 CV_PRINT_DESTINATION
230 The default (perl-style) destination to use in the print dialog. 230 The default (perl-style) destination to use in the print dialog.
231 231
232 CV_TRASHCAN 232 CV_TRASHCAN
233 When set, must point to a directory where all files that are deleted 233 When set, must point to a directory where all files that are deleted
234 are moved to. If unset, files that are deleted are really being 234 by the "Delete Physically" (ctrl-d) action are moved to (other
235 deleted. 235 deletion actions still delete!). If unset, files that are deleted
236 are really being deleted.
237
238SIGNALS
239 Sending CV a SIGUSR1 signal will cause all image viewers to reload the
240 currently loaded image. This is useful if you use CV as a viewer for
241 changing data - just run it in the background with some path and each
242 time the image changes, send it a SIGUSR1.
236 243
237SECURITY CONSIDERATIONS 244SECURITY CONSIDERATIONS
238 CV uses Pixbuf to load non-JPEG images. Pixbuf is not considered safe 245 CV uses Pixbuf to load non-JPEG images. Pixbuf is not considered safe
239 for this purpose, though (from the gtk-2.2 release notes): 246 for this purpose, though (from the gtk-2.2 release notes):
240 247

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines