[nautilus-actions/file-manager-actions] Substitute nautilus-actions with file-manager-actions
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions/file-manager-actions] Substitute nautilus-actions with file-manager-actions
- Date: Mon, 7 Sep 2015 22:08:16 +0000 (UTC)
commit a58c653fb6976b8a2eb5b76244e7369e538e6fe1
Author: Pierre Wieser <pwieser trychlos org>
Date: Mon Sep 7 19:17:32 2015 +0200
Substitute nautilus-actions with file-manager-actions
data/actions/README | 17 +--
data/actions/show-na-parameters.desktop | 6 +-
data/exports/README | 4 +-
.../action-5c4fa203-b5d0_post_v1.11_type_3.xml | 2 +-
.../config-4c4fa203-b5d0_post_v1.11_type_2.schema | 56 ++++----
data/exports/config_1af5a47e-96d9_v1.4.schemas | 78 ++++++------
.../exports/config_2af5a47e-96d9_pre_v1.11.schemas | 144 ++++++++++----------
.../config_3c4fa203-b5d0_post_v1.11_type_1.schemas | 84 ++++++------
data/gconf-schemas/README | 6 +-
icons/16x16/Makefile.am | 2 +-
icons/16x16/nautilus-actions.svg | 2 +-
icons/22x22/Makefile.am | 2 +-
icons/22x22/nautilus-actions.svg | 2 +-
icons/32x32/Makefile.am | 2 +-
icons/32x32/nautilus-actions.svg | 2 +-
icons/48x48/Makefile.am | 2 +-
icons/scalable/Makefile.am | 2 +-
icons/scalable/nautilus-actions.svg | 2 +-
maintainer/check-headers.sh | 4 +-
maintainer/release-tarball.sh | 2 +-
maintainer/run-autogen.sh | 6 +-
maintainer/run-distcheck.sh | 4 +-
src/api/README | 2 +-
src/api/na-boxed.h | 2 +-
src/api/na-data-boxed.h | 2 +-
src/api/na-data-def.h | 10 +-
src/api/na-data-types.h | 2 +-
src/api/na-dbus.h | 6 +-
src/api/na-extension.h | 6 +-
src/api/na-gconf-monitor.h | 2 +-
src/api/na-icontext.h | 2 +-
src/api/na-iduplicable.h | 2 +-
src/api/na-iexporter.h | 6 +-
src/api/na-ifactory-object-data.h | 2 +-
src/api/na-ifactory-object.h | 2 +-
src/api/na-ifactory-provider.h | 2 +-
src/api/na-iimporter.h | 4 +-
src/api/na-iio-provider.h | 8 +-
src/api/na-object-action.h | 2 +-
src/api/na-object-api.h | 2 +-
src/api/na-object-id.h | 2 +-
src/api/na-object-item.h | 2 +-
src/api/na-object-menu.h | 2 +-
src/api/na-object-profile.h | 2 +-
src/api/na-object.h | 4 +-
src/api/na-timeout.h | 2 +-
src/core/Makefile.am | 2 +-
src/core/na-about.c | 4 +-
src/core/na-core-utils.c | 2 +-
src/core/na-io-provider.c | 2 +-
src/core/na-settings.h | 4 +-
src/core/na-tokens.h | 2 +-
src/io-desktop/nadp-formats.c | 2 +-
src/io-gconf/nagp-keys.h | 4 +-
src/io-gconf/nagp-writer.c | 2 +-
src/io-xml/naxml-writer.c | 12 +-
src/nact/.gitignore | 4 +-
src/nact/Makefile.am | 4 +-
src/nact/nact-application.c | 2 +-
src/nact/nact-application.h | 2 +-
src/nact/nact-assistant-export.h | 2 +-
src/nact/nact-confirm-logout.ui | 2 +-
src/nact/nact-menu.c | 4 +-
src/nact/nact-tree-model-dnd.c | 6 +-
src/nact/nact.desktop.in | 4 +-
src/plugin-menu/Makefile.am | 6 +-
src/plugin-menu/nautilus-actions.c | 6 +-
src/plugin-menu/nautilus-actions.h | 4 +-
src/plugin-menu/nautilus-module.c | 2 +-
src/plugin-tracker/Makefile.am | 2 +-
src/test/test-parse-uris.c | 4 +-
src/test/test-reader.c | 2 +-
src/utils/.gitignore | 8 +-
src/utils/Makefile.am | 20 ++--
src/utils/console-utils.c | 4 +-
src/utils/na-gconf2key.sh.in | 16 +-
src/utils/nautilus-actions-print.c | 2 +-
src/utils/nautilus-actions-run.c | 2 +-
78 files changed, 328 insertions(+), 325 deletions(-)
---
diff --git a/data/actions/README b/data/actions/README
index fa00114..fa282fa 100644
--- a/data/actions/README
+++ b/data/actions/README
@@ -1,13 +1,12 @@
data/actions
------------
-This directory contains some .desktop files as examples of actions or menus.
-Actions cited in the Nautilus-Actions Configuration Tool user's manual are
-in particular here.
-There is some rather common actions which could be used as starting examples
-by the user.
+This directory contains some .desktop files as examples of actions or
+menus. Actions cited in the FileManager-Actions Configuration Tool
+user's manual are in particular here. These are some rather common
+actions which could be used as starting examples by the user.
-All actions in this directory are marked as 'disabled'. The packager is so
-free to install them in XDG_DATA_DIRS/file-manager/actions without cluttering
-the file manager itself.
+All actions in this directory are marked as 'disabled'. The packager is
+so free to install them in XDG_DATA_DIRS/file-manager/actions without
+cluttering the file manager itself.
-P. Wieser, Aug. 2010.
+P. Wieser, last updated on sept. 2015
diff --git a/data/actions/show-na-parameters.desktop b/data/actions/show-na-parameters.desktop
index 94c9d0f..b609b7c 100644
--- a/data/actions/show-na-parameters.desktop
+++ b/data/actions/show-na-parameters.desktop
@@ -5,9 +5,9 @@ Profiles=profile-pre-v2;
Name[en_US]=Display FileManager-Actions Parameters
Name[en]=Display FileManager-Actions Parameters
Name[C]=Display FileManager-Actions Parameters
-Icon[en_US]=/usr/share/icons/hicolor/16x16/apps/nautilus-actions.png
-Icon[en]=/usr/share/icons/hicolor/16x16/apps/nautilus-actions.png
-Icon[C]=/usr/share/icons/hicolor/16x16/apps/nautilus-actions.png
+Icon[en_US]=/usr/share/icons/hicolor/16x16/apps/file-manager-actions.png
+Icon[en]=/usr/share/icons/hicolor/16x16/apps/file-manager-actions.png
+Icon[C]=/usr/share/icons/hicolor/16x16/apps/file-manager-actions.png
ToolbarLabel[en_US]=Display FileManager-Actions Parameters
ToolbarLabel[en]=Display FileManager-Actions Parameters
ToolbarLabel[C]=Display FileManager-Actions Parameters
diff --git a/data/exports/README b/data/exports/README
index 50e4e57..74ba056 100644
--- a/data/exports/README
+++ b/data/exports/README
@@ -1,6 +1,6 @@
data/exports
------------
This directory contains examples of files exported from NACT, the
-Nautilus-Actions Configuration Tool.
+FileManager-Actions Configuration Tool.
-P. Wieser, Aug. 2010
+P. Wieser, last updated on sept. 2015
diff --git a/data/exports/action-5c4fa203-b5d0_post_v1.11_type_3.xml
b/data/exports/action-5c4fa203-b5d0_post_v1.11_type_3.xml
index 7b34865..aff68c0 100644
--- a/data/exports/action-5c4fa203-b5d0_post_v1.11_type_3.xml
+++ b/data/exports/action-5c4fa203-b5d0_post_v1.11_type_3.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gconfentryfile>
- <entrylist base="/apps/nautilus-actions/configurations/5c4fa203-b5d0_post_v1.11_type_3">
+ <entrylist base="/apps/file-manager-actions/configurations/5c4fa203-b5d0_post_v1.11_type_3">
<entry>
<key>version</key>
<value>
diff --git a/data/exports/config-4c4fa203-b5d0_post_v1.11_type_2.schema
b/data/exports/config-4c4fa203-b5d0_post_v1.11_type_2.schema
index 91abd85..dbd3e10 100644
--- a/data/exports/config-4c4fa203-b5d0_post_v1.11_type_2.schema
+++ b/data/exports/config-4c4fa203-b5d0_post_v1.11_type_2.schema
@@ -2,104 +2,104 @@
<gconfschemafile>
<schemalist>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/version</key>
- <applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/version</applyto>
+ <key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/version</key>
+ <applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/version</applyto>
<type>string</type>
<locale name="C"/>
<default>2.0</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/label</key>
- <applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/label</applyto>
+ <key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/label</key>
+ <applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/label</applyto>
<type>string</type>
<locale name="C">
<default>Import/Export test</default>
</locale>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/tooltip</key>
- <applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/tooltip</applyto>
+ <key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/tooltip</key>
+ <applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/tooltip</applyto>
<type>string</type>
<locale name="C">
<default>The tooltip for "import/export test" action</default>
</locale>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/icon</key>
- <applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/icon</applyto>
+ <key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/icon</key>
+ <applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/icon</applyto>
<type>string</type>
<locale name="C"/>
<default>gtk-justify-center</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/desc-name</key>
-
<applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/desc-name</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/desc-name</key>
+
<applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/desc-name</applyto>
<type>string</type>
<locale name="C">
<default>Default profile</default>
</locale>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/path</key>
-
<applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/path</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/path</key>
+
<applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/path</applyto>
<type>string</type>
<locale name="C"/>
<default>/bin/ls</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/parameters</key>
-
<applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/parameters</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/parameters</key>
+
<applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/parameters</applyto>
<type>string</type>
<locale name="C"/>
<default>%h %M</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/basenames</key>
-
<applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/basenames</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/basenames</key>
+
<applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/basenames</applyto>
<type>list</type>
<list_type>string</list_type>
<locale name="C"/>
<default>[*,*.c]</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/matchcase</key>
-
<applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/matchcase</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/matchcase</key>
+
<applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/matchcase</applyto>
<type>bool</type>
<locale name="C"/>
<default>true</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/mimetypes</key>
-
<applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/mimetypes</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/mimetypes</key>
+
<applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/mimetypes</applyto>
<type>list</type>
<list_type>string</list_type>
<locale name="C"/>
<default>[*/*]</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/isfile</key>
-
<applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/isfile</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/isfile</key>
+
<applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/isfile</applyto>
<type>bool</type>
<locale name="C"/>
<default>true</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/isdir</key>
-
<applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/isdir</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/isdir</key>
+
<applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/isdir</applyto>
<type>bool</type>
<locale name="C"/>
<default>true</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/accept-multiple-files</key>
-
<applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/accept-multiple-files</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/accept-multiple-files</key>
+
<applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/accept-multiple-files</applyto>
<type>bool</type>
<locale name="C"/>
<default>false</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/schemes</key>
-
<applyto>/apps/nautilus-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/schemes</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/schemes</key>
+
<applyto>/apps/file-manager-actions/configurations/4c4fa203-b5d0_post_v1.11_type_2/profile-zero/schemes</applyto>
<type>list</type>
<list_type>string</list_type>
<locale name="C"/>
diff --git a/data/exports/config_1af5a47e-96d9_v1.4.schemas b/data/exports/config_1af5a47e-96d9_v1.4.schemas
index 2a91706..398a1a5 100644
--- a/data/exports/config_1af5a47e-96d9_v1.4.schemas
+++ b/data/exports/config_1af5a47e-96d9_v1.4.schemas
@@ -2,9 +2,9 @@
<gconfschemafile>
<schemalist>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/label</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/label</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/label</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/label</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<default>Action from v1.4.1</default>
@@ -13,9 +13,9 @@
</locale>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/tooltip</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/tooltip</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/tooltip</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/tooltip</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<default>Action from v1.4.1</default>
@@ -24,9 +24,9 @@
</locale>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/icon</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/icon</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/icon</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/icon</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>The icon of the menu item</short>
@@ -35,9 +35,9 @@
<default>gtk-about</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/path</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/path</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/path</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/path</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>The path of the command</short>
@@ -46,9 +46,9 @@
<default>/bin/ls</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/parameters</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/parameters</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/parameters</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/parameters</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>The parameters of the command</short>
@@ -69,9 +69,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default>%u</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/basenames</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/basenames</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/basenames</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/basenames</applyto>
+ <owner>file-manager-actions</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -81,9 +81,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default>[*]</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/matchcase</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/matchcase</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/matchcase</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/matchcase</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the filename patterns have to be case sensitive, 'false' otherwise</short>
@@ -92,9 +92,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default>true</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/mimetypes</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/mimetypes</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/mimetypes</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/mimetypes</applyto>
+ <owner>file-manager-actions</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -104,9 +104,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default>[*/*]</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/isfile</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/isfile</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/isfile</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/isfile</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have files, 'false' otherwise</short>
@@ -120,9 +120,9 @@ isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration
<default>true</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/isdir</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/isdir</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/isdir</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/isdir</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have folders, 'false' otherwise</short>
@@ -136,9 +136,9 @@ isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration
<default>true</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/accept-multiple-files</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/accept-multiple-files</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/accept-multiple-files</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/accept-multiple-files</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have several items, 'false' otherwise</short>
@@ -147,9 +147,9 @@ isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration
<default>true</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/schemes</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/schemes</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/schemes</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/schemes</applyto>
+ <owner>file-manager-actions</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -173,9 +173,9 @@ All GnomeVFS schemes used by Nautilus can be used here.</long>
<default>[file,sftp,smb]</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/version</key>
- <applyto>/apps/nautilus-actions/configurations/1af5a47e-96d9_v1.4/version</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/version</key>
+ <applyto>/apps/file-manager-actions/configurations/1af5a47e-96d9_v1.4/version</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>The version of the configuration format</short>
diff --git a/data/exports/config_2af5a47e-96d9_pre_v1.11.schemas
b/data/exports/config_2af5a47e-96d9_pre_v1.11.schemas
index 4cc848b..6c13f96 100644
--- a/data/exports/config_2af5a47e-96d9_pre_v1.11.schemas
+++ b/data/exports/config_2af5a47e-96d9_pre_v1.11.schemas
@@ -2,9 +2,9 @@
<gconfschemafile>
<schemalist>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/label</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/label</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/label</key>
+ <applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/label</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<default>test 2 profiles</default>
@@ -13,9 +13,9 @@
</locale>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/tooltip</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/tooltip</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/tooltip</key>
+ <applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/tooltip</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<default>this is another test + string</default>
@@ -24,9 +24,9 @@
</locale>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/icon</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/icon</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/icon</key>
+ <applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/icon</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>The icon of the menu item</short>
@@ -35,9 +35,9 @@
<default>gtk-add</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/desc-name</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/desc-name</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/desc-name</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/desc-name</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>A description name of the profile</short>
@@ -46,9 +46,9 @@
<default>Default profile</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/path</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/path</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/path</key>
+ <applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/path</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>The path of the command</short>
@@ -57,9 +57,9 @@
<default></default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/parameters</key>
-
<applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/parameters</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/parameters</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/parameters</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>The parameters of the command</short>
@@ -80,9 +80,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default></default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/basenames</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/basenames</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/basenames</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/basenames</applyto>
+ <owner>file-manager-actions</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -92,9 +92,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default>[*]</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/matchcase</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/matchcase</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/matchcase</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/matchcase</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the filename patterns have to be case sensitive, 'false' otherwise</short>
@@ -103,9 +103,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default>true</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/mimetypes</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/mimetypes</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/mimetypes</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/mimetypes</applyto>
+ <owner>file-manager-actions</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -115,9 +115,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default>[*/*]</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/isfile</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/isfile</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/isfile</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/isfile</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have files, 'false' otherwise</short>
@@ -131,9 +131,9 @@ isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration
<default>true</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/isdir</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/isdir</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/isdir</key>
+ <applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/isdir</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have folders, 'false' otherwise</short>
@@ -147,9 +147,9 @@ isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration
<default>false</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/accept-multiple-files</key>
-
<applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/accept-multiple-files</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/accept-multiple-files</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/accept-multiple-files</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have several items, 'false' otherwise</short>
@@ -158,9 +158,9 @@ isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration
<default>false</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/schemes</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/schemes</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/schemes</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-zero/schemes</applyto>
+ <owner>file-manager-actions</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -184,9 +184,9 @@ All GnomeVFS schemes used by Nautilus can be used here.</long>
<default>[file]</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/desc-name</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/desc-name</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/desc-name</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/desc-name</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>A description name of the profile</short>
@@ -195,9 +195,9 @@ All GnomeVFS schemes used by Nautilus can be used here.</long>
<default>Main</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/path</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/path</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/path</key>
+ <applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/path</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>The path of the command</short>
@@ -206,9 +206,9 @@ All GnomeVFS schemes used by Nautilus can be used here.</long>
<default>sssssssssssss</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/parameters</key>
-
<applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/parameters</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/parameters</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/parameters</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>The parameters of the command</short>
@@ -229,9 +229,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default></default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/basenames</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/basenames</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/basenames</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/basenames</applyto>
+ <owner>file-manager-actions</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -241,9 +241,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default>[*]</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/matchcase</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/matchcase</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/matchcase</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/matchcase</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the filename patterns have to be case sensitive, 'false' otherwise</short>
@@ -252,9 +252,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default>true</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/mimetypes</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/mimetypes</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/mimetypes</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/mimetypes</applyto>
+ <owner>file-manager-actions</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -264,9 +264,9 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<default>[*/*]</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/isfile</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/isfile</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/isfile</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/isfile</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have files, 'false' otherwise</short>
@@ -280,9 +280,9 @@ isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration
<default>true</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/isdir</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/isdir</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/isdir</key>
+ <applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/isdir</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have folders, 'false' otherwise</short>
@@ -296,9 +296,9 @@ isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration
<default>false</default>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/accept-multiple-files</key>
-
<applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/accept-multiple-files</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/accept-multiple-files</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/accept-multiple-files</applyto>
+ <owner>file-manager-actions</owner>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have several items, 'false' otherwise</short>
@@ -307,9 +307,9 @@ isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration
<default>false</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/schemes</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/schemes</applyto>
- <owner>nautilus-actions</owner>
+
<key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/schemes</key>
+
<applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/profile-main/schemes</applyto>
+ <owner>file-manager-actions</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -333,9 +333,9 @@ All GnomeVFS schemes used by Nautilus can be used here.</long>
<default>[file]</default>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/version</key>
- <applyto>/apps/nautilus-actions/configurations/2af5a47e-96d9_pre_v1.11/version</applyto>
- <owner>nautilus-actions</owner>
+ <key>/schemas/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/version</key>
+ <applyto>/apps/file-manager-actions/configurations/2af5a47e-96d9_pre_v1.11/version</applyto>
+ <owner>file-manager-actions</owner>
<type>string</type>
<locale name="C">
<short>The version of the configuration format</short>
diff --git a/data/exports/config_3c4fa203-b5d0_post_v1.11_type_1.schemas
b/data/exports/config_3c4fa203-b5d0_post_v1.11_type_1.schemas
index 64e216f..801dcee 100644
--- a/data/exports/config_3c4fa203-b5d0_post_v1.11_type_1.schemas
+++ b/data/exports/config_3c4fa203-b5d0_post_v1.11_type_1.schemas
@@ -2,74 +2,74 @@
<gconfschemafile>
<schemalist>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/version</key>
- <applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/version</applyto>
+ <key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/version</key>
+ <applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/version</applyto>
<type>string</type>
<locale name="C">
<short>The version of the configuration format</short>
<long>The version of the configuration format that will be used to manage backward
compatibility</long>
</locale>
<default>2.0</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/label</key>
- <applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/label</applyto>
+ <key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/label</key>
+ <applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/label</applyto>
<type>string</type>
<locale name="C">
<default>Import/Export test</default>
<short>The label of the menu item</short>
<long>The label of the menu item that will appear in the Nautilus popup menu when the selection
matches the appearance condition settings</long>
</locale>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/tooltip</key>
- <applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/tooltip</applyto>
+ <key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/tooltip</key>
+ <applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/tooltip</applyto>
<type>string</type>
<locale name="C">
<default>The tooltip for "import/export test" action</default>
<short>The tooltip of the menu item</short>
<long>The tooltip of the menu item that will appear in the Nautilus statusbar when the user points
to the Nautilus popup menu item with his/her mouse</long>
</locale>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
- <key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/icon</key>
- <applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/icon</applyto>
+ <key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/icon</key>
+ <applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/icon</applyto>
<type>string</type>
<locale name="C">
<short>The icon of the menu item</short>
<long>The icon of the menu item that will appear next to the label in the Nautilus popup menu when
the selection matches the appearance conditions settings</long>
</locale>
<default>gtk-justify-center</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/desc-name</key>
-
<applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/desc-name</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/desc-name</key>
+
<applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/desc-name</applyto>
<type>string</type>
<locale name="C">
<default>Default profile</default>
<short>A description name of the profile</short>
<long>The field is here to give the user a human readable name for a profile in the Nact interface.
If not set there will be a default auto generated string set by default</long>
</locale>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/path</key>
-
<applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/path</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/path</key>
+
<applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/path</applyto>
<type>string</type>
<locale name="C">
<short>The path of the command</short>
<long>The path of the command to start when the user select the menu item in the Nautilus popup
menu</long>
</locale>
<default>/bin/ls</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/parameters</key>
-
<applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/parameters</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/parameters</key>
+
<applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/parameters</applyto>
<type>string</type>
<locale name="C">
<short>The parameters of the command</short>
@@ -88,11 +88,11 @@ The parameters can contain some special tokens which are replaced by Nautilus in
%%: a percent sign</long>
</locale>
<default>%h %M</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/basenames</key>
-
<applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/basenames</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/basenames</key>
+
<applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/basenames</applyto>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -100,22 +100,22 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<long>A list of strings with joker '*' or '?' to match the name of the selected file(s)/folder(s).
Each selected items must match at least one of the filename patterns for the action to appear</long>
</locale>
<default>[*.c]</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/matchcase</key>
-
<applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/matchcase</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/matchcase</key>
+
<applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/matchcase</applyto>
<type>bool</type>
<locale name="C">
<short>'true' if the filename patterns have to be case sensitive, 'false' otherwise</short>
<long>If you need to match a filename in a case-sensitive manner, set this key to 'true'. If you
also want, for example '*.jpg' to match 'photo.JPG', set 'false'</long>
</locale>
<default>true</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/mimetypes</key>
-
<applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/mimetypes</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/mimetypes</key>
+
<applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/mimetypes</applyto>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -123,11 +123,11 @@ The parameters can contain some special tokens which are replaced by Nautilus in
<long>A list of strings with joker '*' or '?' to match the mimetypes of the selected file(s). Each
selected items must match at least one of the mimetype patterns for the action to appear</long>
</locale>
<default>[*/*]</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/isfile</key>
-
<applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/isfile</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/isfile</key>
+
<applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/isfile</applyto>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have files, 'false' otherwise</short>
@@ -139,11 +139,11 @@ isfile=TRUE and isdir=TRUE: the selection may hold both files and folders
isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration will never appear)</long>
</locale>
<default>true</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/isdir</key>
-
<applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/isdir</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/isdir</key>
+
<applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/isdir</applyto>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have folders, 'false' otherwise</short>
@@ -155,22 +155,22 @@ isfile=TRUE and isdir=TRUE: the selection may hold both files and folders
isfile=FALSE and isdir=FALSE: this is an invalid combination (your configuration will never appear)</long>
</locale>
<default>false</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/accept-multiple-files</key>
-
<applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/accept-multiple-files</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/accept-multiple-files</key>
+
<applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/accept-multiple-files</applyto>
<type>bool</type>
<locale name="C">
<short>'true' if the selection can have several items, 'false' otherwise</short>
<long>If you need one or more files or folders to be selected, set this key to 'true'. If you want
just one file or folder, set 'false'</long>
</locale>
<default>false</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
<schema>
-
<key>/schemas/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/schemes</key>
-
<applyto>/apps/nautilus-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/schemes</applyto>
+
<key>/schemas/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/schemes</key>
+
<applyto>/apps/file-manager-actions/configurations/3c4fa203-b5d0_post_v1.11_type_1/profile-zero/schemes</applyto>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -192,7 +192,7 @@ The most common schemes are:
All schemes used by Nautilus can be used here.</long>
</locale>
<default>[smb]</default>
- <owner>nautilus-actions</owner>
+ <owner>file-manager-actions</owner>
</schema>
</schemalist>
</gconfschemafile>
diff --git a/data/gconf-schemas/README b/data/gconf-schemas/README
index 865c465..5f38d28 100644
--- a/data/gconf-schemas/README
+++ b/data/gconf-schemas/README
@@ -2,6 +2,10 @@ data/gconf-schemas
------------------
This directory contains schemas to be installed in GConf.
+None of these schemas has been translated to new FileManager-Actions
+naming scheme, as these are part of the GConf subsystemn, which we have
+chosen to no more use.
+
Note to translators.
--------------------
Only nautilus-actions-prefs-schemas.in may be translated in place.
@@ -16,4 +20,4 @@ Even if you choose to not actually install schemas in GConf at install
time, we will find back them in prefix/share/nautilus-actions/gconf-schemas/
subdirectory.
-P. Wieser, Aug. 2010.
+P. Wieser, last updated on sept. 2015
diff --git a/icons/16x16/Makefile.am b/icons/16x16/Makefile.am
index fca6c20..385a474 100644
--- a/icons/16x16/Makefile.am
+++ b/icons/16x16/Makefile.am
@@ -27,6 +27,6 @@
icondir = $(datadir)/icons/hicolor/16x16/apps
-icon_DATA = nautilus-actions.png
+icon_DATA = file-manager-actions.png
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/16x16/nautilus-actions.svg b/icons/16x16/nautilus-actions.svg
index 15e7e4b..26ba97a 100644
--- a/icons/16x16/nautilus-actions.svg
+++ b/icons/16x16/nautilus-actions.svg
@@ -16,7 +16,7 @@
inkscape:version="0.44.1"
version="1.0"
sodipodi:docbase="/home/ulisse/icone/nautilus-actions/16x16"
- sodipodi:docname="nautilus-actions.svg"
+ sodipodi:docname="file-manager-actions.svg"
inkscape:export-filename="/home/ulisse/Desktop/nautilus-actions/16x16/nautilus-actions_16.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am
index 5a9cd96..70b7e8b 100644
--- a/icons/22x22/Makefile.am
+++ b/icons/22x22/Makefile.am
@@ -27,6 +27,6 @@
icondir = $(datadir)/icons/hicolor/22x22/apps
-icon_DATA = nautilus-actions.png
+icon_DATA = file-manager-actions.png
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/22x22/nautilus-actions.svg b/icons/22x22/nautilus-actions.svg
index 8e02b5b..a50f6e0 100644
--- a/icons/22x22/nautilus-actions.svg
+++ b/icons/22x22/nautilus-actions.svg
@@ -16,7 +16,7 @@
inkscape:version="0.44.1"
version="1.0"
sodipodi:docbase="/home/ulisse/icone/nautilus-actions/22x22"
- sodipodi:docname="nautilus-actions.svg"
+ sodipodi:docname="file-manager-actions.svg"
inkscape:export-filename="/home/ulisse/Desktop/nautilus-actions_22.png"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
diff --git a/icons/32x32/Makefile.am b/icons/32x32/Makefile.am
index 9cf8869..dca95f8 100644
--- a/icons/32x32/Makefile.am
+++ b/icons/32x32/Makefile.am
@@ -27,6 +27,6 @@
icondir = $(datadir)/icons/hicolor/32x32/apps
-icon_DATA = nautilus-actions.png
+icon_DATA = file-manager-actions.png
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/32x32/nautilus-actions.svg b/icons/32x32/nautilus-actions.svg
index 9c68931..abd2d9b 100644
--- a/icons/32x32/nautilus-actions.svg
+++ b/icons/32x32/nautilus-actions.svg
@@ -16,7 +16,7 @@
inkscape:version="0.44.1"
version="1.0"
sodipodi:docbase="/home/ulisse/icone/nautilus-actions/32x32"
- sodipodi:docname="nautilus-actions.svg">
+ sodipodi:docname="file-manager-actions.svg">
<defs
id="defs4">
<linearGradient
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am
index cf7a5c9..b655969 100644
--- a/icons/48x48/Makefile.am
+++ b/icons/48x48/Makefile.am
@@ -27,6 +27,6 @@
icondir = $(datadir)/icons/hicolor/48x48/apps
-icon_DATA = nautilus-actions.png
+icon_DATA = file-manager-actions.png
EXTRA_DIST = $(icon_DATA)
diff --git a/icons/scalable/Makefile.am b/icons/scalable/Makefile.am
index 0108ebd..184abd7 100644
--- a/icons/scalable/Makefile.am
+++ b/icons/scalable/Makefile.am
@@ -27,6 +27,6 @@
svgicondir = $(datadir)/icons/hicolor/scalable/apps
-svgicon_DATA = nautilus-actions.svg
+svgicon_DATA = file-manager-actions.svg
EXTRA_DIST = $(svgicon_DATA)
diff --git a/icons/scalable/nautilus-actions.svg b/icons/scalable/nautilus-actions.svg
index 02f06d8..43eec9a 100644
--- a/icons/scalable/nautilus-actions.svg
+++ b/icons/scalable/nautilus-actions.svg
@@ -16,7 +16,7 @@
inkscape:version="0.44.1"
version="1.0"
sodipodi:docbase="/home/ulisse/icone/nautilus-actions/scalable"
- sodipodi:docname="nautilus-actions.svg">
+ sodipodi:docname="file-manager-actions.svg">
<defs
id="defs4">
<linearGradient
diff --git a/maintainer/check-headers.sh b/maintainer/check-headers.sh
index 57520f6..ea9b4e3 100755
--- a/maintainer/check-headers.sh
+++ b/maintainer/check-headers.sh
@@ -300,9 +300,9 @@ if [ "${opt_version}" = "yes" ]; then
exit
fi
-#if [ "${top_srcdir##*/}" != "nautilus-actions" ]; then
+#if [ "${top_srcdir##*/}" != "file-manager-actions" ]; then
# msgerr "current directory is $(pwd)"
-# msg "you should change to nautilus-actions/"
+# msg "you should change to file-manager-actions/"
# let errs+=1
#fi
diff --git a/maintainer/release-tarball.sh b/maintainer/release-tarball.sh
index 0959d82..16da5f4 100755
--- a/maintainer/release-tarball.sh
+++ b/maintainer/release-tarball.sh
@@ -199,7 +199,7 @@ set -- ${my_parms}
# interpreting command-line arguments
# pck_name: FileManager-Actions
-# product: nautilus-actions
+# product: file-manager-actions
# version: most recent found in builddir
thisdir=$(cd ${0%/*}; pwd)
rootdir=${thisdir%/*}
diff --git a/maintainer/run-autogen.sh b/maintainer/run-autogen.sh
index d9999db..c0aa0f4 100755
--- a/maintainer/run-autogen.sh
+++ b/maintainer/run-autogen.sh
@@ -62,12 +62,12 @@ fi
maintainer_dir=$(cd ${0%/*}; pwd)
top_srcdir="${maintainer_dir%/*}"
-PKG_NAME="nautilus-actions"
+PKG_NAME="file-manager-actions"
-# a nautilus-actions-x.y may remain after an aborted make distcheck
+# a file-manager-actions-x.y may remain after an aborted make distcheck
# such a directory breaks gnome-autogen.sh generation
# so clean it here
-for d in $(find ${top_srcdir} -maxdepth 2 -type d -name 'nautilus-actions-*'); do
+for d in $(find ${top_srcdir} -maxdepth 2 -type d -name 'file-manager-actions-*'); do
echo "> Removing $d"
chmod -R u+w $d
rm -fr $d
diff --git a/maintainer/run-distcheck.sh b/maintainer/run-distcheck.sh
index 58511b3..a9f317b 100755
--- a/maintainer/run-distcheck.sh
+++ b/maintainer/run-distcheck.sh
@@ -37,10 +37,10 @@ top_srcdir="${maintainer_dir%/*}"
builddir="${top_srcdir}/_build"
installdir="${top_srcdir}/_install"
-# a nautilus-actions-x.y may remain after an aborted make distcheck
+# a file-manager-actions-x.y may remain after an aborted make distcheck
# such a directory breaks gnome-autogen.sh generation
# so clean it here
-for d in $(find ${top_srcdir} -maxdepth 2 -type d -name 'nautilus-actions-*'); do
+for d in $(find ${top_srcdir} -maxdepth 2 -type d -name 'file-manager-actions-*'); do
chmod -R u+w $d
rm -fr $d
done
diff --git a/src/api/README b/src/api/README
index 0783131..f604ca6 100644
--- a/src/api/README
+++ b/src/api/README
@@ -5,4 +5,4 @@ in na-extension.h.
Headers are installed as part of a development environment of such an
extension. They are to be included by the extension as
-'#include <nautilus-actions/header.h>'.
+'#include <file-manager-actions/header.h>'.
diff --git a/src/api/na-boxed.h b/src/api/na-boxed.h
index c74caf5..20d8277 100644
--- a/src/api/na-boxed.h
+++ b/src/api/na-boxed.h
@@ -34,7 +34,7 @@
* SECTION: boxed
* @title: NABoxed
* @short_description: The NABoxed Structure
- * @include: nautilus-actions/na-boxed.h
+ * @include: file-manager-actions/na-boxed.h
*
* The NABoxed structure is a way of handling various types of data in an
* opaque structure.
diff --git a/src/api/na-data-boxed.h b/src/api/na-data-boxed.h
index 6e6df60..bf9d9f2 100644
--- a/src/api/na-data-boxed.h
+++ b/src/api/na-data-boxed.h
@@ -34,7 +34,7 @@
* SECTION: data-boxed
* @title: NADataBoxed
* @short_description: The Data Factory Element Class Definition
- * @include: nautilus-actions/na-data-boxed.h
+ * @include: file-manager-actions/na-data-boxed.h
*
* The object which encapsulates an elementary data of #NAIFactoryObject.
* A #NADataBoxed object has a type and a value.
diff --git a/src/api/na-data-def.h b/src/api/na-data-def.h
index 029cbcd..609d2e2 100644
--- a/src/api/na-data-def.h
+++ b/src/api/na-data-def.h
@@ -34,7 +34,7 @@
* SECTION: data-def
* @title: NADataDef, NADataGroup
* @short_description: The Data Factory Structure Definitions
- * @include: nautilus-actions/na-data-def.h
+ * @include: file-manager-actions/na-data-def.h
*
* #NADataDef and #NADataGroup are structures which handle the list of
* elementary datas for each and every #NAObjectItem which happens to
@@ -70,7 +70,7 @@ G_BEGIN_DECLS
* @type: the elementary NA_DATA_TYPE_xxx data type.
* @default_value: the default to assign when creating a new object.
* This default is also displayed in command-line help
- * of nautilus-actions-new utility.
+ * of file-manager-actions-new utility.
* @write_if_default: write this value even if it is the default value ?
* Should default to FALSE.
* @copyable: whether this data should be automatically copied when
@@ -84,13 +84,13 @@ G_BEGIN_DECLS
* @localizable: whether this is a localizable data when serializing or exporting.
* @gconf_entry: same entry is also used for GConf-based XML docs.
* @desktop_entry: entry in .desktop files.
- * @option_short: the short version of a command-line parameter in nautilus-actions-new,
+ * @option_short: the short version of a command-line parameter in file-manager-actions-new,
* or 0.
- * @option_long: the long version of the same command-line parameter in nautilus-actions-new,
+ * @option_long: the long version of the same command-line parameter in file-manager-actions-new,
* or NULL.
* @option_flags: #GOptionFlags for the command-line parameter, or 0.
* @option_arg: the type of the option, or 0.
- * @option_label: the localizable description for the variable in nautilus-actions-new.
+ * @option_label: the localizable description for the variable in file-manager-actions-new.
* Defaults to @short_label if NULL.
* @option_arg_label: the localizable description for the argument.
*
diff --git a/src/api/na-data-types.h b/src/api/na-data-types.h
index 3653994..3ef5b90 100644
--- a/src/api/na-data-types.h
+++ b/src/api/na-data-types.h
@@ -34,7 +34,7 @@
* SECTION: data-type
* @title: NADataType
* @short_description: The Data Factory Type Definitions
- * @include: nautilus-actions/na-data-types.h
+ * @include: file-manager-actions/na-data-types.h
*/
#include <glib.h>
diff --git a/src/api/na-dbus.h b/src/api/na-dbus.h
index aa3428f..5f482e8 100644
--- a/src/api/na-dbus.h
+++ b/src/api/na-dbus.h
@@ -34,7 +34,7 @@
* SECTION: dbus
* @title: D-Bus
* @short_description: The D-Bus Services
- * @include: nautilus-actions/na-dbus.h
+ * @include: file-manager-actions/na-dbus.h
*
* &prodname;, through its <emphasis>tracker</emphasis> plugin, exposes
* several D-Bus interfaces. These interfaces may be queried in order to get
@@ -64,7 +64,7 @@ G_BEGIN_DECLS
* This is the « well-known » name that
* &prodname; reserves on D-Bus session bus.
*/
-#define NAUTILUS_ACTIONS_DBUS_SERVICE "org.nautilus-actions.DBus"
+#define NAUTILUS_ACTIONS_DBUS_SERVICE "org.file-manager-actions.DBus"
/**
* NAUTILUS_ACTIONS_DBUS_TRACKER_PATH:
@@ -81,7 +81,7 @@ G_BEGIN_DECLS
* --session \
* --type=method_call \
* --print-reply \
- * --dest=org.nautilus-actions.DBus \
+ * --dest=org.file-manager-actions.DBus \
* /org/nautilus_actions/DBus/Tracker \
* org.freedesktop.DBus.Introspectable.Introspect
* </command>
diff --git a/src/api/na-extension.h b/src/api/na-extension.h
index 77ea3dc..c89ccc9 100644
--- a/src/api/na-extension.h
+++ b/src/api/na-extension.h
@@ -34,7 +34,7 @@
* SECTION: extension
* @title: Plugins
* @short_description: The FileManager-Actions Extension Interface Definition v 1
- * @include: nautilus-actions/na-extension.h
+ * @include: file-manager-actions/na-extension.h
*
* &prodname; accepts extensions as dynamically loadable libraries
* (aka plugins).
@@ -113,8 +113,8 @@
* <para>
* At startup time, &prodname; searches for its candidate libraries in
* <filename>PKGLIBDIR</filename> directory, which most often happens to
- * be <filename>/usr/lib/nautilus-actions/</filename> or
- * <filename>/usr/lib64/nautilus-actions/</filename>,
+ * be <filename>/usr/lib/file-manager-actions/</filename> or
+ * <filename>/usr/lib64/file-manager-actions/</filename>,
* depending of your system.
* </para>
* </refsect3>
diff --git a/src/api/na-gconf-monitor.h b/src/api/na-gconf-monitor.h
index 76a973c..8bade9f 100644
--- a/src/api/na-gconf-monitor.h
+++ b/src/api/na-gconf-monitor.h
@@ -36,7 +36,7 @@
* SECTION: gconf-monitor
* @title: NAGConfMonitor
* @short_description: The GConf Monitoring Class Definition
- * @include: nautilus-actions/na-gconf-monitor.h
+ * @include: file-manager-actions/na-gconf-monitor.h
*
* This class manages the GConf monitoring.
* It is used to monitor both the GConf provider and the GConf runtime
diff --git a/src/api/na-icontext.h b/src/api/na-icontext.h
index 8c2100f..34aa15a 100644
--- a/src/api/na-icontext.h
+++ b/src/api/na-icontext.h
@@ -34,7 +34,7 @@
* SECTION: icontext
* @title: NAIContext
* @short_description: The Contextual Interface
- * @include: nautilus-actions/na-icontext.h
+ * @include: file-manager-actions/na-icontext.h
*
* This interface is implemented by all #NAObject -derived objects
* whose the display in the Nautilus context menu is subject to some
diff --git a/src/api/na-iduplicable.h b/src/api/na-iduplicable.h
index 648d5c8..bd7abf3 100644
--- a/src/api/na-iduplicable.h
+++ b/src/api/na-iduplicable.h
@@ -34,7 +34,7 @@
* SECTION: iduplicable
* @title: NAIDuplicable
* @short_description: The Duplication Interface
- * @include: nautilus-actions/private/na-iduplicable.h
+ * @include: file-manager-actions/private/na-iduplicable.h
*
* This interface is implemented by #NAObject in order to let
* #NAObject -derived instance duplication be easily tracked. This works
diff --git a/src/api/na-iexporter.h b/src/api/na-iexporter.h
index 40e4658..a341bb6 100644
--- a/src/api/na-iexporter.h
+++ b/src/api/na-iexporter.h
@@ -34,7 +34,7 @@
* SECTION: iexporter
* @title: NAIExporter
* @short_description: The Export Interface
- * @include: nautilus-actions/na-iexporter.h
+ * @include: file-manager-actions/na-iexporter.h
*
* The #NAIExporter interface exports items to the outside world. Each
* implementation may provide one or more formats.
@@ -49,7 +49,7 @@
* In order to avoid any collision, this export format identifier is
* allocated by the &prodname; maintainers team. If you wish provide
* yourself a new export format, and so need a new export format identifier,
- * please contact the maintainers (see nautilus-actions.doap at the
+ * please contact the maintainers (see file-manager-actions.doap at the
* root of the source tree).
* </para>
* <para>
@@ -447,7 +447,7 @@ typedef struct {
* To avoid any collision, the format identifier is allocated by the
* FileManager-Actions maintainers team. If you wish develop a new export
* format, and so need a new format identifier, please contact the
- * maintainers (see nautilus-actions.doap).
+ * maintainers (see file-manager-actions.doap).
*
* Return value:
* - Interface v1:
diff --git a/src/api/na-ifactory-object-data.h b/src/api/na-ifactory-object-data.h
index 9a0f5d1..03e1906 100644
--- a/src/api/na-ifactory-object-data.h
+++ b/src/api/na-ifactory-object-data.h
@@ -34,7 +34,7 @@
* SECTION: data-name
* @title: Constants
* @short_description: The Data Factory Constant Definitions
- * @include: nautilus-actions/na-ifactory-object-data.h
+ * @include: file-manager-actions/na-ifactory-object-data.h
*
* Each elementary data get its own name here.
*
diff --git a/src/api/na-ifactory-object.h b/src/api/na-ifactory-object.h
index 3e86eec..c86dd3d 100644
--- a/src/api/na-ifactory-object.h
+++ b/src/api/na-ifactory-object.h
@@ -34,7 +34,7 @@
* SECTION: ifactory-object
* @title: NAIFactoryObject
* @short_description: The #NAObjectItem Interface v 1
- * @include: nautilus-actions/na-ifactory_object.h
+ * @include: file-manager-actions/na-ifactory_object.h
*
* This interface is implemented by #NAObjectItem derived objects so that they
* can take advantage of our data factory management system.
diff --git a/src/api/na-ifactory-provider.h b/src/api/na-ifactory-provider.h
index 702f488..1b053a5 100644
--- a/src/api/na-ifactory-provider.h
+++ b/src/api/na-ifactory-provider.h
@@ -34,7 +34,7 @@
* SECTION: ifactory-provider
* @title: NAIFactoryProvider
* @short_description: The Data Factory Provider Interface v 1
- * @include: nautilus-actions/na-ifactory_provider.h
+ * @include: file-manager-actions/na-ifactory_provider.h
*
* &prodname; has to deal with a relatively great number of elementary datas,
* reading them from different supports, storing and displaying them,
diff --git a/src/api/na-iimporter.h b/src/api/na-iimporter.h
index 291c37b..b598fd2 100644
--- a/src/api/na-iimporter.h
+++ b/src/api/na-iimporter.h
@@ -34,7 +34,7 @@
* SECTION: iimporter
* @title: NAIImporter
* @short_description: The Import Interface
- * @include: nautilus-actions/na-iimporter.h
+ * @include: file-manager-actions/na-iimporter.h
*
* The #NAIImporter interface imports items from the outside world
* into &prodname; repository (see #NAIIOProvider interface for how
@@ -351,7 +351,7 @@ typedef struct {
* @IMPORTER_CODE_OK: import ok.
* @IMPORTER_CODE_PROGRAM_ERROR: a program error has been detected.
* You should open a bug in
- * <ulink
url="https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions">Bugzilla</ulink>.
+ * <ulink
url="https://bugzilla.gnome.org/enter_bug.cgi?product=file-manager-actions">Bugzilla</ulink>.
* @IMPORTER_CODE_NOT_WILLING_TO: the plugin is not willing to import the uri.
* @IMPORTER_CODE_NO_ITEM_ID: item id not found.
* @IMPORTER_CODE_NO_ITEM_TYPE: item type not found.
diff --git a/src/api/na-iio-provider.h b/src/api/na-iio-provider.h
index 0e1e3a8..e8a6516 100644
--- a/src/api/na-iio-provider.h
+++ b/src/api/na-iio-provider.h
@@ -34,7 +34,7 @@
* SECTION: iio-provider
* @title: NAIIOProvider
* @short_description: The I/O Provider Interface
- * @include: nautilus-actions/na-iio-provider.h
+ * @include: file-manager-actions/na-iio-provider.h
*
* The #NAIIOProvider interface is defined in order to let both &prodname;
* internal and user-provided external plugins provide read and write accesses
@@ -47,7 +47,7 @@
* &prodname; is bundled with several I/O providers.
* Since version 3, the <literal>na-desktop</literal> I/O provider, which
* implements the
- * <ulink role="online-location" url="http://www.nautilus-actions.org/?q=node/377/">DES-EMA</ulink>
+ * <ulink role="online-location" url="http://www.file-manager-actions.org/?q=node/377/">DES-EMA</ulink>
* specification, is the preferred way of storing (and sharing) items.
*
* The #NAIIOProvider interface provides three types of services:
@@ -114,7 +114,7 @@
* In order to avoid any collision, this I/O provider identifier is
* allocated by the &prodname; maintainers team. If you wish develop
* yourself a new I/O provider, and so need a new provider identifier,
- * please contact the maintainers (see nautilus-actions.doap at the
+ * please contact the maintainers (see file-manager-actions.doap at the
* root of the source tree).
* </para>
* <para>
@@ -474,7 +474,7 @@ typedef enum {
* @NA_IIO_PROVIDER_CODE_OK: the requested operation has been successful.
* @NA_IIO_PROVIDER_CODE_PROGRAM_ERROR: a program error has been detected;
* you should open a bug in
- * <ulink
url="https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions">Bugzilla</ulink>.
+ * <ulink
url="https://bugzilla.gnome.org/enter_bug.cgi?product=file-manager-actions">Bugzilla</ulink>.
* @NA_IIO_PROVIDER_CODE_NOT_WILLING_TO_RUN: the provider is not willing
* to do the requested action.
* @NA_IIO_PROVIDER_CODE_WRITE_ERROR: a write error has been detected.
diff --git a/src/api/na-object-action.h b/src/api/na-object-action.h
index e5dfef6..69cbc20 100644
--- a/src/api/na-object-action.h
+++ b/src/api/na-object-action.h
@@ -34,7 +34,7 @@
* SECTION: object-action
* @title: NAObjectAction
* @short_description: The Action Class Definition
- * @include: nautilus-actions/na-object-action.h
+ * @include: file-manager-actions/na-object-action.h
*
* This is the class which maintains data and properties of a &prodname;
* action.
diff --git a/src/api/na-object-api.h b/src/api/na-object-api.h
index 3d8f841..025ebe9 100644
--- a/src/api/na-object-api.h
+++ b/src/api/na-object-api.h
@@ -34,7 +34,7 @@
* SECTION: object-api
* @title: API
* @short_description: The Common Public #NAObject API
- * @include: nautilus-actions/na-object-api.h
+ * @include: file-manager-actions/na-object-api.h
*
* We define here a common API which makes easier to write (and read)
* the code; all object functions are named na_object; all arguments
diff --git a/src/api/na-object-id.h b/src/api/na-object-id.h
index 9c1f380..1a6dad8 100644
--- a/src/api/na-object-id.h
+++ b/src/api/na-object-id.h
@@ -34,7 +34,7 @@
* SECTION: object-id
* @title: NAObjectId
* @short_description: The Identified Object Base Class Definition
- * @include: nautilus-actions/na-object-id.h
+ * @include: file-manager-actions/na-object-id.h
*
* This is a pure virtual class, i.e. not an instantiatable one.
* It serves as the base class for #NAObject -derived object which have
diff --git a/src/api/na-object-item.h b/src/api/na-object-item.h
index e78b4a6..5766046 100644
--- a/src/api/na-object-item.h
+++ b/src/api/na-object-item.h
@@ -34,7 +34,7 @@
* SECTION: object-item
* @title: NAObjectItem
* @short_description: The Object Item Base Class Definition
- * @include: nautilus-actions/na-object-item.h
+ * @include: file-manager-actions/na-object-item.h
*
* This is a pure virtual class, i.e. not an instantiatable one, but
* serves as the base class for #NAObjectAction and #NAObjectMenu.
diff --git a/src/api/na-object-menu.h b/src/api/na-object-menu.h
index 5db030d..8c2f91f 100644
--- a/src/api/na-object-menu.h
+++ b/src/api/na-object-menu.h
@@ -34,7 +34,7 @@
* SECTION: object-menu
* @title: NAObjectMenu
* @short_description: The Menu Class Definition
- * @include: nautilus-actions/na-object-menu.h
+ * @include: file-manager-actions/na-object-menu.h
*/
#include "na-object-item.h"
diff --git a/src/api/na-object-profile.h b/src/api/na-object-profile.h
index e1e1ad0..147a2b8 100644
--- a/src/api/na-object-profile.h
+++ b/src/api/na-object-profile.h
@@ -34,7 +34,7 @@
* SECTION: object-profile
* @title: NAObjectProfile
* @short_description: The Action Profile Class Definition
- * @include: nautilus-actions/na-object-item.h
+ * @include: file-manager-actions/na-object-item.h
*/
#include "na-object-id.h"
diff --git a/src/api/na-object.h b/src/api/na-object.h
index 196712b..af307b1 100644
--- a/src/api/na-object.h
+++ b/src/api/na-object.h
@@ -34,14 +34,14 @@
* SECTION: object
* @title: NAObject
* @short_description: The Deepest Base Class Definition
- * @include: nautilus-actions/na-object.h
+ * @include: file-manager-actions/na-object.h
*
* This is the base class of all our data object hierarchy. #NAObject is
* supposed to be used as a pure virtual base class, i.e. should only be
* derived.
*
* All the API described here is rather private. External code should
- * use the API described in <filename>nautilus-actions/na-object-api.h</filename>.
+ * use the API described in <filename>file-manager-actions/na-object-api.h</filename>.
*/
#include <glib-object.h>
diff --git a/src/api/na-timeout.h b/src/api/na-timeout.h
index 5ea61ca..32e53c3 100644
--- a/src/api/na-timeout.h
+++ b/src/api/na-timeout.h
@@ -34,7 +34,7 @@
* SECTION: timeout
* @title: NATimeout
* @short_description: The NATimeout Structure
- * @include: nautilus-actions/na-timeout.h
+ * @include: file-manager-actions/na-timeout.h
*
* The NATimeout structure is a convenience structure to manage timeout
* functions.
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 7bce5da..ffeb704 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -31,7 +31,7 @@ exportformat_datadir = $(pkgdatadir)/export-format
importmode_datadir = $(pkgdatadir)/import-mode
-icon_fname = $(datadir)/icons/hicolor/48x48/apps/nautilus-actions.png
+icon_fname = $(datadir)/icons/hicolor/48x48/apps/file-manager-actions.png
ui_datadir = $(pkgdatadir)/ui
diff --git a/src/core/na-about.c b/src/core/na-about.c
index 75e344c..0786386 100644
--- a/src/core/na-about.c
+++ b/src/core/na-about.c
@@ -110,7 +110,7 @@ na_about_display( GtkWindow *toplevel )
"program-name", application_name,
"translator-credits", _( "The GNOME Translation Project <gnome-i18n gnome org>" ),
"version", PACKAGE_VERSION,
- "website", "http://www.nautilus-actions.org",
+ "website", "http://www.file-manager-actions.org",
"wrap-license", TRUE,
NULL );
@@ -139,7 +139,7 @@ na_about_get_application_name( void )
*
* This name is owned by the package, and should not be released by the caller.
*
- * cf. Makefile: PACKAGE = nautilus-actions
+ * cf. Makefile: PACKAGE = file-manager-actions
* while st_icon_filename points to full path of the icon.
*/
const gchar *
diff --git a/src/core/na-core-utils.c b/src/core/na-core-utils.c
index 0dbff70..1491072 100644
--- a/src/core/na-core-utils.c
+++ b/src/core/na-core-utils.c
@@ -1208,7 +1208,7 @@ na_core_utils_file_load_from_uri( const gchar *uri, gsize *length )
* Print a version message on the console
*
* <programlisting>
- * nautilus-actions-new (FileManager-Actions) v 2.29.1
+ * file-manager-actions-new (FileManager-Actions) v 2.29.1
* Copyright (C) 2005-2007 Frederic Ruaudel
* Copyright (C) 2009, 2010, 2011, 2012 Pierre Wieser
* FileManager-Actions is free software, licensed under GPLv2 or later.
diff --git a/src/core/na-io-provider.c b/src/core/na-io-provider.c
index ad8d5a2..bc8a2e0 100644
--- a/src/core/na-io-provider.c
+++ b/src/core/na-io-provider.c
@@ -67,7 +67,7 @@ enum {
#define IO_PROVIDER_PROP_ID "na-io-provider-prop-id"
static const gchar *st_enter_bug = N_( "Please, be kind enough to fill out a bug report on "
-
"https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions." );
+
"https://bugzilla.gnome.org/enter_bug.cgi?product=file-manager-actions." );
static GObjectClass *st_parent_class = NULL;
static GList *st_io_providers = NULL;
diff --git a/src/core/na-settings.h b/src/core/na-settings.h
index e768543..fccb98a 100644
--- a/src/core/na-settings.h
+++ b/src/core/na-settings.h
@@ -42,8 +42,8 @@
* - a per-user configuration.
*
* The configuration is implemented as keyed files:
- * - global configuration is sysconfdir/xdg/nautilus-actions/nautilus-actions.conf
- * - per-user configuration is HOME/.config/nautilus-actions/nautilus-actions.conf
+ * - global configuration is sysconfdir/xdg/file-manager-actions/nautilus-actions.conf
+ * - per-user configuration is HOME/.config/file-manager-actions/nautilus-actions.conf
*
* Each setting may so have its own read-only attribute, whether it
* has been read from the global configuration or from the
diff --git a/src/core/na-tokens.h b/src/core/na-tokens.h
index 577bd4f..3a40932 100644
--- a/src/core/na-tokens.h
+++ b/src/core/na-tokens.h
@@ -50,7 +50,7 @@
* - doc/nact/C/nact-execution.xml "Multiple execution" paragraph
* - src/core/na-tokens.c::is_singular_exec() function
* - src/core/na-tokens.c::parse_singular() function
- * - src/nact/nautilus-actions-config-tool.ui:LegendDialog labels
+ * - src/nact/file-manager-actions-config-tool.ui:LegendDialog labels
* - src/core/na-object-profile-factory.c:NAFO_DATA_PARAMETERS comment
*
* Valid parameters are :
diff --git a/src/io-desktop/nadp-formats.c b/src/io-desktop/nadp-formats.c
index 8b98bbe..94736fd 100644
--- a/src/io-desktop/nadp-formats.c
+++ b/src/io-desktop/nadp-formats.c
@@ -50,7 +50,7 @@ typedef struct {
static NadpExportFormat nadp_formats[] = {
/* DESKTOP_V1: the initial desktop format as described in
- * http://www.nautilus-actions.org/?q=node/377
+ * http://www.file-manager-actions.org/?q=node/377
*/
{ NADP_FORMAT_DESKTOP_V1,
N_( "Export as a ._desktop file" ),
diff --git a/src/io-gconf/nagp-keys.h b/src/io-gconf/nagp-keys.h
index ba9d1f6..b3d2113 100644
--- a/src/io-gconf/nagp-keys.h
+++ b/src/io-gconf/nagp-keys.h
@@ -30,8 +30,8 @@
#ifndef __NAGP_GCONF_PROVIDER_KEYS_H__
#define __NAGP_GCONF_PROVIDER_KEYS_H__
-#define NAGP_CONFIGURATIONS_PATH "/apps/nautilus-actions/configurations"
-#define NAGP_SCHEMAS_PATH "/schemas/apps/nautilus-actions/configurations"
+#define NAGP_CONFIGURATIONS_PATH "/apps/file-manager-actions/configurations"
+#define NAGP_SCHEMAS_PATH "/schemas/apps/file-manager-actions/configurations"
#define NAGP_ENTRY_TYPE "type"
#define NAGP_VALUE_TYPE_MENU "Menu"
diff --git a/src/io-gconf/nagp-writer.c b/src/io-gconf/nagp-writer.c
index 3c47c0c..4d27636 100644
--- a/src/io-gconf/nagp-writer.c
+++ b/src/io-gconf/nagp-writer.c
@@ -79,7 +79,7 @@ nagp_iio_provider_is_able_to_write( const NAIIOProvider *provider )
{
#ifdef NA_ENABLE_DEPRECATED
static const gchar *thisfn = "nagp_iio_provider_is_able_to_write";
- static const gchar *path = "/apps/nautilus-actions/foo";
+ static const gchar *path = "/apps/file-manager-actions/foo";
NagpGConfProvider *self;
gboolean able_to = FALSE;
diff --git a/src/io-xml/naxml-writer.c b/src/io-xml/naxml-writer.c
index 4dc3e0e..6e20439 100644
--- a/src/io-xml/naxml-writer.c
+++ b/src/io-xml/naxml-writer.c
@@ -537,8 +537,8 @@ write_type_schema_v1( NAXMLWriter *writer, const NAObjectItem *object, const NAD
/*
* <schema>
- * <key>/schemas/apps/nautilus-actions/configurations/entry</key>
- * <applyto>/apps/nautilus-actions/configurations/item_id/profile_id/entry</applyto>
+ * <key>/schemas/apps/file-manager-actions/configurations/entry</key>
+ * <applyto>/apps/file-manager-actions/configurations/item_id/profile_id/entry</applyto>
*/
static void
write_data_schema_v2( NAXMLWriter *writer, const NAObjectId *object, const NADataBoxed *boxed, const
NADataDef *def )
@@ -585,8 +585,8 @@ write_data_schema_v2( NAXMLWriter *writer, const NAObjectId *object, const NADat
/*
* <schema>
- * <key>/schemas/apps/nautilus-actions/configurations/entry</key>
- * <applyto>/apps/nautilus-actions/configurations/item_id/profile_id/entry</applyto>
+ * <key>/schemas/apps/file-manager-actions/configurations/entry</key>
+ * <applyto>/apps/file-manager-actions/configurations/item_id/profile_id/entry</applyto>
*/
static void
write_data_schema_v2_element( NAXMLWriter *writer, const NADataDef *def, const gchar *object_id, const gchar
*value_str )
@@ -624,8 +624,8 @@ write_data_schema_v2_element( NAXMLWriter *writer, const NADataDef *def, const g
/*
* <schema>
- * <key>/schemas/apps/nautilus-actions/configurations/entry</key>
- * <applyto>/apps/nautilus-actions/configurations/item_id/profile_id/entry</applyto>
+ * <key>/schemas/apps/file-manager-actions/configurations/entry</key>
+ * <applyto>/apps/file-manager-actions/configurations/item_id/profile_id/entry</applyto>
*/
static void
write_type_schema_v2( NAXMLWriter *writer, const NAObjectItem *object, const NADataDef *def, const gchar
*value )
diff --git a/src/nact/.gitignore b/src/nact/.gitignore
index 9265585..601e8db 100644
--- a/src/nact/.gitignore
+++ b/src/nact/.gitignore
@@ -1,5 +1,5 @@
base-marshal.c
base-marshal.h
nact.desktop
-nautilus-actions-config
-nautilus-actions-config-tool
+file-manager-actions-config
+file-manager-actions-config-tool
diff --git a/src/nact/Makefile.am b/src/nact/Makefile.am
index 2847ca5..697231b 100644
--- a/src/nact/Makefile.am
+++ b/src/nact/Makefile.am
@@ -26,7 +26,7 @@
# ... and many others (see AUTHORS)
bin_PROGRAMS = \
- nautilus-actions-config-tool \
+ file-manager-actions-config-tool \
$(NULL)
ui_datadir = $(pkgdatadir)/ui
@@ -149,7 +149,7 @@ nautilus_actions_config_tool_LDADD = \
$(NULL)
actions_files = \
- nautilus-actions-config-tool.actions \
+ file-manager-actions-config-tool.actions \
$(NULL)
ui_files = \
diff --git a/src/nact/nact-application.c b/src/nact/nact-application.c
index 8d812f9..7c6dc9c 100644
--- a/src/nact/nact-application.c
+++ b/src/nact/nact-application.c
@@ -60,7 +60,7 @@ struct _NactApplicationPrivate {
static const gchar *st_application_name = N_( "FileManager-Actions Configuration Tool" );
static const gchar *st_description = N_( "A user interface to edit your own contextual actions"
);
-static const gchar *st_application_id = "org.gnome.nautilus-actions.ConfigurationTool";
+static const gchar *st_application_id = "org.gnome.file-manager-actions.ConfigurationTool";
static gboolean st_non_unique_opt = FALSE;
static gboolean st_version_opt = FALSE;
diff --git a/src/nact/nact-application.h b/src/nact/nact-application.h
index ef04057..3887236 100644
--- a/src/nact/nact-application.h
+++ b/src/nact/nact-application.h
@@ -35,7 +35,7 @@
* @short_description: #NactApplication class definition.
* @include: nact/nact-application.h
*
- * This is the main class for nautilus-actions-config-tool program.
+ * This is the main class for file-manager-actions-config-tool program.
*
* The #NactApplication object is instanciated from main() function,
* then later #g_object_unref() after nact_application_run() has
diff --git a/src/nact/nact-assistant-export.h b/src/nact/nact-assistant-export.h
index 6287c39..819079e 100644
--- a/src/nact/nact-assistant-export.h
+++ b/src/nact/nact-assistant-export.h
@@ -41,7 +41,7 @@
* are actually full GConf schema exports of the form :
* <schemalist>
* <schema>
- * <key>/schemas/apps/nautilus-actions/..../uuid/label</key>
+ * <key>/schemas/apps/file-manager-actions/..../uuid/label</key>
* <applyto>/apps/..../label</applyto>
*
* I don't know why Frederic had chosen to export as schema. But this
diff --git a/src/nact/nact-confirm-logout.ui b/src/nact/nact-confirm-logout.ui
index a8da2a4..cdf0cc8 100644
--- a/src/nact/nact-confirm-logout.ui
+++ b/src/nact/nact-confirm-logout.ui
@@ -17,7 +17,7 @@
<property name="border_width">5</property>
<property name="title" translatable="yes">End of session</property>
<property name="modal">True</property>
- <property name="icon_name">nautilus-actions</property>
+ <property name="icon_name">file-manager-actions</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
diff --git a/src/nact/nact-menu.c b/src/nact/nact-menu.c
index 7afafdd..50baed8 100644
--- a/src/nact/nact-menu.c
+++ b/src/nact/nact-menu.c
@@ -48,7 +48,7 @@
#include "nact-preferences-editor.h"
#include "nact-tree-view.h"
-static const gchar *st_uixml_actions = PKGUIDIR "/nautilus-actions-config-tool.actions";
+static const gchar *st_uixml_actions = PKGUIDIR "/file-manager-actions-config-tool.actions";
static const gchar *st_ui_app_menu = "app-menu";
static const gchar *st_ui_menubar = "menubar";
@@ -263,7 +263,7 @@ on_app_help( GSimpleAction *action, GVariant *parameter, gpointer user_data )
g_return_if_fail( user_data && NACT_IS_APPLICATION( user_data ));
error = NULL;
- gtk_show_uri( NULL, "ghelp:nautilus-actions-config-tool", GDK_CURRENT_TIME, &error );
+ gtk_show_uri( NULL, "ghelp:file-manager-actions-config-tool", GDK_CURRENT_TIME, &error );
if( error ){
g_warning( "%s: %s", thisfn, error->message );
g_error_free( error );
diff --git a/src/nact/nact-tree-model-dnd.c b/src/nact/nact-tree-model-dnd.c
index 47d5e81..38ae789 100644
--- a/src/nact/nact-tree-model-dnd.c
+++ b/src/nact/nact-tree-model-dnd.c
@@ -343,7 +343,7 @@ nact_tree_model_dnd_imulti_drag_source_drag_data_get( EggTreeMultiDragSource *dr
case NACT_XCHANGE_FORMAT_XDS:
/* get the dest default filename as an uri
- * e.g. file:///home/pierre/data/eclipse/nautilus-actions/trash/xds.txt
+ * e.g. file:///home/pierre/data/eclipse/file-manager-actions/trash/xds.txt
*/
folder = get_xds_atom_value( context );
dest_folder = g_path_get_dirname( folder );
@@ -1107,8 +1107,8 @@ on_drag_drop( GtkWidget *widget, GdkDragContext *context, gint x, gint y, guint
*
* On a 32-bits system:
* get_xds_atom_value: actual_length=63, actual_length=15
- * get_xds_atom_value: ret=file:///home/pierre/data/eclipse/nautilus-actions/trash/xds.txt0x8299
- * get_xds_atom_value: dup=file:///home/pierre/data/eclipse/nautilus-actions/trash/xds.txt
+ * get_xds_atom_value: ret=file:///home/pierre/data/eclipse/file-manager-actions/trash/xds.txt0x8299
+ * get_xds_atom_value: dup=file:///home/pierre/data/eclipse/file-manager-actions/trash/xds.txt
* get_xds_atom_value: ret=file:///home/pi
*
* idem on a 64bits system.
diff --git a/src/nact/nact.desktop.in b/src/nact/nact.desktop.in
index e77da6f..9c0c855 100644
--- a/src/nact/nact.desktop.in
+++ b/src/nact/nact.desktop.in
@@ -3,7 +3,7 @@ Version=1.0
Type=Application
_Name=FileManager-Actions Configuration Tool
_Comment=Configure items to be added to the Nautilus context menus
-Exec=nautilus-actions-config-tool
-Icon=nautilus-actions
+Exec=file-manager-actions-config-tool
+Icon=file-manager-actions
Categories=System;FileTools;FileManager;
StartupNotify=true
diff --git a/src/plugin-menu/Makefile.am b/src/plugin-menu/Makefile.am
index 43f6edc..4cf4c0d 100644
--- a/src/plugin-menu/Makefile.am
+++ b/src/plugin-menu/Makefile.am
@@ -34,12 +34,12 @@ AM_CPPFLAGS += \
nautilus_extensiondir = $(NAUTILUS_EXTENSIONS_DIR)
-nautilus_extension_LTLIBRARIES = libnautilus-actions-menu.la
+nautilus_extension_LTLIBRARIES = libfile-manager-actions-menu.la
libnautilus_actions_menu_la_SOURCES = \
nautilus-module.c
\
- nautilus-actions.c
\
- nautilus-actions.h
\
+ file-manager-actions.c
\
+ file-manager-actions.h
\
$(NULL)
libnautilus_actions_menu_la_LIBADD = \
diff --git a/src/plugin-menu/nautilus-actions.c b/src/plugin-menu/nautilus-actions.c
index bd4e425..e87e705 100644
--- a/src/plugin-menu/nautilus-actions.c
+++ b/src/plugin-menu/nautilus-actions.c
@@ -48,7 +48,7 @@
#include <core/na-selected-info.h>
#include <core/na-tokens.h>
-#include "nautilus-actions.h"
+#include "file-manager-actions.h"
/* private class data
*/
@@ -798,7 +798,7 @@ create_item_from_profile( NAObjectProfile *profile, guint target, GList *files,
g_object_weak_ref( G_OBJECT( item ), ( GWeakNotify ) weak_notify_profile, duplicate );
g_object_set_data_full( G_OBJECT( item ),
- "nautilus-actions-tokens",
+ "file-manager-actions-tokens",
g_object_ref( tokens ),
( GDestroyNotify ) g_object_unref );
@@ -908,7 +908,7 @@ execute_action( NautilusMenuItem *item, NAObjectProfile *profile )
g_debug( "%s: item=%p, profile=%p", thisfn, ( void * ) item, ( void * ) profile );
- tokens = NA_TOKENS( g_object_get_data( G_OBJECT( item ), "nautilus-actions-tokens" ));
+ tokens = NA_TOKENS( g_object_get_data( G_OBJECT( item ), "file-manager-actions-tokens" ));
na_tokens_execute_action( tokens, profile );
}
diff --git a/src/plugin-menu/nautilus-actions.h b/src/plugin-menu/nautilus-actions.h
index 60d3218..35f7a54 100644
--- a/src/plugin-menu/nautilus-actions.h
+++ b/src/plugin-menu/nautilus-actions.h
@@ -31,10 +31,10 @@
#define __PLUGIN_MENU_NAUTILUS_ACTIONS_H__
/**
- * SECTION: nautilus-actions
+ * SECTION: file-manager-actions
* @title: NautilusActions
* @short_description: The NautilusActions plugin class definition
- * @include: plugin-menu/nautilus-actions.h
+ * @include: plugin-menu/file-manager-actions.h
*
* This is the class which handles the file manager menu plugin.
*/
diff --git a/src/plugin-menu/nautilus-module.c b/src/plugin-menu/nautilus-module.c
index c32f1f8..fb4ebdc 100644
--- a/src/plugin-menu/nautilus-module.c
+++ b/src/plugin-menu/nautilus-module.c
@@ -40,7 +40,7 @@
#include <core/na-gconf-migration.h>
#include <core/na-settings.h>
-#include "nautilus-actions.h"
+#include "file-manager-actions.h"
static void set_log_handler( void );
static void log_handler( const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer
user_data );
diff --git a/src/plugin-tracker/Makefile.am b/src/plugin-tracker/Makefile.am
index b4aaab2..26d6428 100644
--- a/src/plugin-tracker/Makefile.am
+++ b/src/plugin-tracker/Makefile.am
@@ -34,7 +34,7 @@ AM_CPPFLAGS += \
nautilus_extensiondir = $(NAUTILUS_EXTENSIONS_DIR)
-nautilus_extension_LTLIBRARIES = libnautilus-actions-tracker.la
+nautilus_extension_LTLIBRARIES = libfile-manager-actions-tracker.la
BUILT_SOURCES =
diff --git a/src/test/test-parse-uris.c b/src/test/test-parse-uris.c
index 8772849..b88a88d 100644
--- a/src/test/test-parse-uris.c
+++ b/src/test/test-parse-uris.c
@@ -41,8 +41,8 @@ static const gchar *uris[] = {
"http://robert:azerty01 mon domain com/path/to/a/document?query#anchor",
"ssh://pwi.dyndns.biz:2207",
"sftp://kde.org:1234/pub/kde",
- "/usr/bin/nautilus-actions-config-tool",
- "file:///home/pierre/data/eclipse/nautilus-actions/AUTHORS",
+ "/usr/bin/file-manager-actions-config-tool",
+ "file:///home/pierre/data/eclipse/file-manager-actions/AUTHORS",
NULL
};
diff --git a/src/test/test-reader.c b/src/test/test-reader.c
index 85b46fa..a1f723d 100755
--- a/src/test/test-reader.c
+++ b/src/test/test-reader.c
@@ -120,7 +120,7 @@ init_options( void )
description = g_strdup_printf( "%s.\n%s", PACKAGE_STRING,
_( "Bug reports are welcomed at http://bugzilla.gnome.org,"
- " or you may prefer to mail to <maintainer nautilus-actions org>.\n" ));
+ " or you may prefer to mail to <maintainer file-manager-actions org>.\n" ));
g_option_context_set_description( context, description );
diff --git a/src/utils/.gitignore b/src/utils/.gitignore
index 1e61afe..d44b740 100644
--- a/src/utils/.gitignore
+++ b/src/utils/.gitignore
@@ -1,7 +1,7 @@
-nautilus-actions-new
-nautilus-actions-print
-nautilus-actions-run
-nautilus-actions-run-bindings.h
+file-manager-actions-new
+file-manager-actions-print
+file-manager-actions-run
+file-manager-actions-run-bindings.h
na-delete-xmltree
na-gconf2key.sh
na-print-schemas
diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index 13a082e..32ef2f9 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -31,9 +31,9 @@ NA_UTILS_LDADD = \
$(NULL)
bin_PROGRAMS = \
- nautilus-actions-new \
- nautilus-actions-print \
- nautilus-actions-run \
+ file-manager-actions-new
\
+ file-manager-actions-print
\
+ file-manager-actions-run
\
$(NULL)
pkglibexec_PROGRAMS = \
@@ -50,7 +50,7 @@ AM_CPPFLAGS += \
$(NULL)
nautilus_actions_new_SOURCES = \
- nautilus-actions-new.c \
+ file-manager-actions-new.c
\
console-utils.c
\
console-utils.h
\
$(NULL)
@@ -60,7 +60,7 @@ nautilus_actions_new_LDADD = \
$(NULL)
nautilus_actions_print_SOURCES = \
- nautilus-actions-print.c \
+ file-manager-actions-print.c \
console-utils.c
\
console-utils.h
\
$(NULL)
@@ -72,14 +72,14 @@ nautilus_actions_print_LDADD = \
BUILT_SOURCES =
BUILT_SOURCES += \
- nautilus-actions-run-bindings.c \
- nautilus-actions-run-bindings.h \
+ file-manager-actions-run-bindings.c \
+ file-manager-actions-run-bindings.h \
$(NULL)
-nautilus-actions-run-bindings.c nautilus-actions-run-bindings.h:
$(top_srcdir)/src/plugin-tracker/na-tracker-gdbus.xml
+file-manager-actions-run-bindings.c nautilus-actions-run-bindings.h:
$(top_srcdir)/src/plugin-tracker/na-tracker-gdbus.xml
gdbus-codegen \
--interface-prefix org.nautilus_actions.DBus.Tracker. \
- --generate-c-code nautilus-actions-run-bindings \
+ --generate-c-code file-manager-actions-run-bindings \
--c-namespace NA_Tracker \
--c-generate-object-manager \
$<
@@ -89,7 +89,7 @@ nodist_nautilus_actions_run_SOURCES = \
$(NULL)
nautilus_actions_run_SOURCES = \
- nautilus-actions-run.c \
+ file-manager-actions-run.c
\
console-utils.c
\
console-utils.h
\
$(NULL)
diff --git a/src/utils/console-utils.c b/src/utils/console-utils.c
index 55560fd..a9e5c0f 100644
--- a/src/utils/console-utils.c
+++ b/src/utils/console-utils.c
@@ -50,8 +50,8 @@ static GLogFunc st_default_log_func = NULL;
gchar *
console_cmdline_get_description( void ){
return( g_strdup_printf( "%s.\n%s", PACKAGE_STRING,
- _( "Bug reports are welcomed at
https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions,\n"
- "or you may prefer to mail to <maintainer nautilus-actions org>.\n" )));
+ _( "Bug reports are welcomed at
https://bugzilla.gnome.org/enter_bug.cgi?product=file-manager-actions,\n"
+ "or you may prefer to mail to <maintainer file-manager-actions org>.\n" )));
}
/**
diff --git a/src/utils/na-gconf2key.sh.in b/src/utils/na-gconf2key.sh.in
index 9e8f720..f30a318 100644
--- a/src/utils/na-gconf2key.sh.in
+++ b/src/utils/na-gconf2key.sh.in
@@ -224,7 +224,7 @@ na_mandatory="${na_package}/mandatory"
na_providers="${na_package}/io-providers"
# read an item from GConf, printing as .desktop on stdout
-na_print_program="@bindir@/nautilus-actions-print"
+na_print_program="@bindir@/file-manager-actions-print"
# loop over command line arguments
pos=0
@@ -450,7 +450,7 @@ if [ "${opt_admin}" = "no" ]; then
let nbitems+=1
[ "${opt_verbose}" = "yes" ] && msg "item=${id}"
if [ ! -e ${opt_dir}/${id}.desktop -o "${opt_force}" = "yes" ]; then
- command "${na_print_program} --id ${id} | grep -v 'nautilus-actions-print' >
${opt_dir}/${id}.desktop"
+ command "${na_print_program} --id ${id} | grep -v 'file-manager-actions-print' >
${opt_dir}/${id}.desktop"
let new+=1
else
# the item has most probably already been migrated
@@ -458,7 +458,7 @@ if [ "${opt_admin}" = "no" ]; then
# else create a copy with a new id
msgwarn "${opt_dir}/${id}.desktop already exists"
tmpfile=$(mktemp)
- command "${na_print_program} --id ${id} | grep -v 'nautilus-actions-print' >
${tmpfile}"
+ command "${na_print_program} --id ${id} | grep -v 'file-manager-actions-print' >
${tmpfile}"
diff -qB ${tmpfile} ${opt_dir}/${id}.desktop 1>/dev/null 2>&1
if [ $? -eq 0 ]; then
msg "${opt_dir}/${id}.desktop has no modification, just ignoring it"
@@ -478,8 +478,8 @@ if [ "${opt_admin}" = "no" ]; then
fi
# we are using this same script to migrate preferences to .conf files
-# mandatory preferences go to SYSCONFDIR/xdg/nautilus-actions/nautilus-actions.conf
-# while user preferences go to HOME/.config/nautilus-actions/nautilus-actions.conf
+# mandatory preferences go to SYSCONFDIR/xdg/file-manager-actions/nautilus-actions.conf
+# while user preferences go to HOME/.config/file-manager-actions/nautilus-actions.conf
# Note also that the GConf I/O provider will be disabled for writings
# after this migration
destdir=${conf_dir}/@PACKAGE@
@@ -596,7 +596,7 @@ if [ "${opt_admin}" = "no" ]; then
;;
iprefs-level-zero)
# for now, keep the level zero order as a runtime preference
- # in nautilus-actions.conf
+ # in file-manager-actions.conf
#create_first_level "${value}"
add_pref "runtime" "items-level-zero-order" list "${value}"
;;
@@ -638,8 +638,8 @@ if [ "${opt_admin}" = "no" ]; then
fi
# migrate mandatory keys
-# /apps/nautilus-actions/mandatory/all/locked -> [runtime]
-# /apps/nautilus-actions/mandatory/<provider_id>/locked -> [io-provider <provider_id>]
+# /apps/file-manager-actions/mandatory/all/locked -> [runtime]
+# /apps/file-manager-actions/mandatory/<provider_id>/locked -> [io-provider <provider_id>]
if [ "${opt_admin}" = "yes" ]; then
for dir in $(gconftool-2 --all-dirs ${na_mandatory}); do
bdir=${dir##*/}
diff --git a/src/utils/nautilus-actions-print.c b/src/utils/nautilus-actions-print.c
index 6506d37..580be08 100644
--- a/src/utils/nautilus-actions-print.c
+++ b/src/utils/nautilus-actions-print.c
@@ -51,7 +51,7 @@ static gchar *id = "";
static gchar *format = "";
static gboolean version = FALSE;
-/* i18n: nautilus-actions-print program summary */
+/* i18n: file-manager-actions-print program summary */
static const gchar *program_summary = N_( "Print a menu or an action to stdout." );
static GOptionEntry entries[] = {
diff --git a/src/utils/nautilus-actions-run.c b/src/utils/nautilus-actions-run.c
index c265d37..de9e8c2 100644
--- a/src/utils/nautilus-actions-run.c
+++ b/src/utils/nautilus-actions-run.c
@@ -47,7 +47,7 @@
#include <core/na-tokens.h>
#include "console-utils.h"
-#include "nautilus-actions-run-bindings.h"
+#include "file-manager-actions-run-bindings.h"
static gchar *id = "";
static gchar **targets_array = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]