From c1297d6d1973917e25a2f58e2e58657201ec1598 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Wed, 27 Mar 2024 13:05:13 +0000 Subject: [PATCH] Documentation update - plugin filter Note that a restart is required for a plugin of this type to be registered. --- doc/docbook/GuidePluginsConfig.xml | 1 + plugins/org.geeqie.template.desktop.in | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/docbook/GuidePluginsConfig.xml b/doc/docbook/GuidePluginsConfig.xml index d9f995e6..3f597b53 100644 --- a/doc/docbook/GuidePluginsConfig.xml +++ b/doc/docbook/GuidePluginsConfig.xml @@ -235,6 +235,7 @@ echo $GEEQIE_DESTINATION done + A restart of Geeqie is required for this plugin to be registered If you want to run a plugin in full-screen mode and wish full-screen to be maintained, include the following entry in the desktop file: diff --git a/plugins/org.geeqie.template.desktop.in b/plugins/org.geeqie.template.desktop.in index 1ea0f6f6..8136ba14 100644 --- a/plugins/org.geeqie.template.desktop.in +++ b/plugins/org.geeqie.template.desktop.in @@ -54,6 +54,7 @@ OnlyShowIn=X-Geeqie; # This is a filter - see symlink.desktop and geeqie-symlink for an example # of how to use this feature, or see the Additional Preferences/Plugins # section of the Help file. +# A restart of Geeqie is required for this plugin to be registered. #X-Geeqie-Filter=true # Terminal output from the plugin command can be displayed: -- 2.20.1