From 051b52178e91ceb59900fc8baf1c94231f90ef35 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Wed, 8 Nov 2017 17:06:50 +0000 Subject: [PATCH] Fix #137: "Copy path" problem (or may be feature) https://github.com/BestImageViewer/geeqie/issues/137 Additional option on Preferences/Behavior to select either PRIMARY or CLIPBOARD for the copy path menu item --- doc/docbook/GuideOptionsBehavior.xml | 28 +++++++++++++++++ src/advanced_exif.c | 2 +- src/options.c | 1 + src/options.h | 1 + src/preferences.c | 47 ++++++++++++++++++++++++++++ src/rcfile.c | 2 ++ src/typedefs.h | 5 +++ src/utilops.c | 18 +++++++++-- 8 files changed, 101 insertions(+), 3 deletions(-) diff --git a/doc/docbook/GuideOptionsBehavior.xml b/doc/docbook/GuideOptionsBehavior.xml index 673cc59d..df2584ca 100644 --- a/doc/docbook/GuideOptionsBehavior.xml +++ b/doc/docbook/GuideOptionsBehavior.xml @@ -140,6 +140,34 @@ This is the width and height of the icon generated from image and displayed when doing drag and drop actions. High resolution screens may require to increase this number. + + + Copy path clipboard selection + + + + This option determines which clipboard selection is used for the "Copy path" menu item. The exact method of the paste operation will depend on the operating system, but in general will be: + + + + PRIMARY + + + Paste using mouse middle-click, or shift-insert. + + + + + CLIPBOARD + + + Paste using mouse right-click and select paste, or control-v. + + + + + +