[nautilus-actions/file-manager-actions] FmaConfigTool: re-enable scrollkeeper



commit eccda5516cc2408846cef01667b2179321298c37
Author: Pierre Wieser <pwieser trychlos org>
Date:   Tue Feb 14 17:48:04 2017 +0100

    FmaConfigTool: re-enable scrollkeeper

 TODO                               |    2 ++
 docs/manual/fma-config-tool.omf.in |   27 ++++++++++++++++++++++++++-
 maintainer/run-autogen.sh          |    2 +-
 3 files changed, 29 insertions(+), 2 deletions(-)
---
diff --git a/TODO b/TODO
index 77d920d..e37c4fc 100644
--- a/TODO
+++ b/TODO
@@ -242,6 +242,8 @@ xxxx 2017- 2-14 export assistant does not allow multiple selection
 
 xxxx 2017- 2-14 does the 'tree-context' menu id still is useful ?
 
+xxxx 2017- 2-14 if scrollkeeper is enabled, then check for scrollkeeper
+
 -----------------------------------------------------------------------
  DONE
  ====
diff --git a/docs/manual/fma-config-tool.omf.in b/docs/manual/fma-config-tool.omf.in
index f31b86a..d7a4082 100644
--- a/docs/manual/fma-config-tool.omf.in
+++ b/docs/manual/fma-config-tool.omf.in
@@ -1,8 +1,33 @@
-<?xml version="1.0" standalone="no"?>
+<?xml version="1.0" encoding="utf-8"?>
 <omf>
   <resource>
+    <creator>pwieser trychlos org (Pierre Wieser)</creator>
+    <maintainer>pwieser trychlos org (Pierre Wieser)</maintainer>
+    <title>FileManager-Actions configuration tool User's Manual</title>
+    <date>September 2015</date>
+    <version identifier="FileManager-Actions configuration tool User's Manual v 3.4" date="September 2015"/>
     <subject category="GNOME|Utilities"/>
+    <description>
+    
+      FileManager-Actions is a file manager extension whose principal function
+      is to allow the user to add arbitrary actions to the file manager
+      context menus. These actions may be organized in menus and submenus,
+      exported and shared with other desktop environments.
+    
+    
+      This manual describes the FileManager-Actions configuration tool user interface, and explains how
+      you may configure your menus and actions, making them be displayed
+      and applied depending on specific conditions.
+    
+    
+      Starting with its 3.4 version, FileManager-Actions is compatible with both
+      Nautilus and Nemo Gnome file-managers.
+    
+    </description>
     <type>user's guide</type>
+    <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.5//EN"/>
+    <identifier 
url="file:///home/pierre/data/eclipse/nautilus-actions/_install/share/gnome/help/fma-config-tool/fr/fma-config-tool.xml"/>
+    <language code="fr"/>
     <relation seriesid="0ef1bb15-2edd-ef24-7941-18db1cc3da9c90"/>
     <rights type="GNU FDL" license.version="1.3" holder="Pierre Wieser"/>
   </resource>
diff --git a/maintainer/run-autogen.sh b/maintainer/run-autogen.sh
index 521f64e..5c6d66b 100755
--- a/maintainer/run-autogen.sh
+++ b/maintainer/run-autogen.sh
@@ -143,7 +143,7 @@ conf_args="\${conf_args} --sysconfdir=/etc"
 conf_args="\${conf_args} --with-nautilus-extdir=\${heredir}/_install/lib/nautilus"
 conf_args="\${conf_args} --with-nemo-extdir=\${heredir}/_install/lib/nemo"
 conf_args="\${conf_args} --enable-maintainer-mode"
-conf_args="\${conf_args} --disable-scrollkeeper"
+conf_args="\${conf_args} --enable-scrollkeeper"
 conf_args="\${conf_args} --enable-gtk-doc"
 conf_args="\${conf_args} --enable-gtk-doc-html"
 conf_args="\${conf_args} --enable-html-manuals"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]