From 1cd6241f0c5f3ea1ffe65d9ca4777ad7bbf9eaf7 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Mon, 17 Feb 2020 16:24:19 +0000 Subject: [PATCH] Ref #676: Simultaneous runs of geeqie interfere with each other https://github.com/BestImageViewer/geeqie/issues/676 Updated man page and documentation for --new-instance option --- doc/docbook/GuideReferenceCommandLine.xml | 5 +++++ geeqie.1 | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/doc/docbook/GuideReferenceCommandLine.xml b/doc/docbook/GuideReferenceCommandLine.xml index 7b9f96d6..833da344 100644 --- a/doc/docbook/GuideReferenceCommandLine.xml +++ b/doc/docbook/GuideReferenceCommandLine.xml @@ -55,6 +55,11 @@ --geometry=<w>x<h>+<x>+<y> Set the <width> <height> <xoffset> <yoffset> of the window. The parameters are in pixels. + + -n + --new-instance + Open a new instance of Geeqie. + -r --remote diff --git a/geeqie.1 b/geeqie.1 index 96f8a3e9..7d4e775f 100644 --- a/geeqie.1 +++ b/geeqie.1 @@ -51,6 +51,10 @@ Start with blank file list. Set main window location. .br .B +.IP \-n,\-\-new-instance +Open a new instance of Geeqie. +.br +.B .IP \-r,\-\-remote Send following commands to open window. .br -- 2.20.1