From 55a0967f594b0ed2be8273c0bff901d9021f3666 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Thu, 28 Dec 2023 15:45:49 +0000 Subject: [PATCH] Include Help file documentation for Open With --- doc/docbook/GuideMainWindowMenus.xml | 10 ++- doc/docbook/GuideReferenceStandardPlugins.xml | 65 +++++++++++-------- 2 files changed, 46 insertions(+), 29 deletions(-) diff --git a/doc/docbook/GuideMainWindowMenus.xml b/doc/docbook/GuideMainWindowMenus.xml index 9edd15f0..5a7931e3 100644 --- a/doc/docbook/GuideMainWindowMenus.xml +++ b/doc/docbook/GuideMainWindowMenus.xml @@ -174,6 +174,14 @@ Renames the current file selection. + + + Open With... + + + Calls the standard GTK application chooser for a single file. + + @@ -1488,7 +1496,7 @@ Hide Bars and Files - + This item is intended to be used by its shortcut key. When pressed, the info sidebar, sort manager, file list, menu and status bars will be hidden (if displayed). Pressing the shortcut key again will revert the display to its previous layout. diff --git a/doc/docbook/GuideReferenceStandardPlugins.xml b/doc/docbook/GuideReferenceStandardPlugins.xml index ec2dec1c..6f3298a8 100644 --- a/doc/docbook/GuideReferenceStandardPlugins.xml +++ b/doc/docbook/GuideReferenceStandardPlugins.xml @@ -2,15 +2,6 @@
Standard Plugins The following plugins are supplied as standard with Geeqie. -
Apply the orientation to image content This command affects only jpeg, tiff and png files. The image file on disk is rotated to the orientation as specified by its Exif Orientation tag. @@ -71,29 +62,18 @@ menu.
-
- Random image - Selects and displays a random image from a list of all images in Collections and the currently displayed folder. +
+ Open With + Call the standard GTK application chooser for a single file. - This item is displayed in the - Plugins + This item is also displayed in the + File menu.
-
- Tethered photography - - If a camera is connected to the computer via USB, photos taken are immediately downloaded to the current folder and displayed on the computer. - - If a file already exists with the same name, it is not overwritten but the download will not take place. - - Auto-rename can be achieved with the --filename option of gphoto2. - - In file - $HOME/.config/gphoto2/settings - , set the option: - gphoto2=filename=<see the gphoto2 manual> - +
+ Random image + Selects and displays a random image from a list of all images in Collections and the currently displayed folder. This item is displayed in the Plugins @@ -172,4 +152,33 @@
+ +
+ Tethered photography + + If a camera is connected to the computer via USB, photos taken are immediately downloaded to the current folder and displayed on the computer. + + If a file already exists with the same name, it is not overwritten but the download will not take place. + + Auto-rename can be achieved with the --filename option of gphoto2. + + In file + $HOME/.config/gphoto2/settings + , set the option: + gphoto2=filename=<see the gphoto2 manual> + + + This item is displayed in the + Plugins + menu. + +
-- 2.20.1