[nautilus-actions] fma-ui.desktop is renamed to fma-config-tool.desktop



commit cea9957ba592adf5e66488c3511cea65cdf3f68a
Author: Pierre Wieser <pwieser trychlos org>
Date:   Tue Feb 14 16:51:41 2017 +0100

    fma-ui.desktop is renamed to fma-config-tool.desktop

 TODO                                               |    6 ------
 maintainer/run-distcheck.sh                        |    2 +-
 po/POTFILES.in                                     |    2 +-
 po/bs.po                                           |    4 ++--
 src/ui/Makefile.am                                 |    2 +-
 ...ma-ui.desktop.in => fma-config-tool.desktop.in} |    6 +++---
 6 files changed, 8 insertions(+), 14 deletions(-)
---
diff --git a/TODO b/TODO
index 7f85baf..d62392c 100644
--- a/TODO
+++ b/TODO
@@ -239,16 +239,10 @@ xxxx 2017- 2-14 Error loading icon from file '/home/pierre/data/eclipse/nautilus
 
 xxxx 2017- 2-14 FMA-Message: base_gtk_utils_widget_set_color: to be written
 
-xxxx 2017- 2-14 implement maintainer menu
-
-xxxx 2017- 2-14 desktop file should be named fma-config-tool (same than the program)
-
 xxxx 2017- 2-14 fma-menu::on_app_help() help file should be named fma-config-tool (same than the program)
 
 xxxx 2017- 2-14 export assistant does not allow multiple selection
 
-xxxx 2017- 2-14 fma-ui.actions should be renamed fma-config-tool
-
 xxxx 2017- 2-14 does the 'tree-context' menu id still is useful ?
 
 -----------------------------------------------------------------------
diff --git a/maintainer/run-distcheck.sh b/maintainer/run-distcheck.sh
index 5b902ea..27ffa23 100755
--- a/maintainer/run-distcheck.sh
+++ b/maintainer/run-distcheck.sh
@@ -57,5 +57,5 @@ find ${top_srcdir}/docs/manual \( -type d -o -type l \) -name 'stylesheet-images
 ${maintainer_dir}/run-autogen.sh --enable-deprecated &&
        ${maintainer_dir}/check-po.sh -nodummy &&
        ${maintainer_dir}/check-headers.sh -nodummy -builddir="${builddir}" &&
-       desktop-file-validate ${installdir}/share/applications/fma-ui.desktop &&
+desktop-file-validate ${installdir}/share/applications/fma-config-tool.desktop &&
        make -C ${builddir} distcheck
diff --git a/po/POTFILES.in b/po/POTFILES.in
index de6e468..2ebce52 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -62,7 +62,7 @@ src/ui/fma-schemes-list.c
 [type: gettext/glade] src/ui/fma-toolbar.ui
 src/ui/fma-tree-model-dnd.c
 [type: gettext/glade] src/ui/fma-config-tool.actions
-src/ui/fma-ui.desktop.in
+src/ui/fma-config-tool.desktop.in
 src/plugin-menu/fma-menu-plugin.c
 src/test/test-reader.c
 src/utils/console-utils.c
diff --git a/po/bs.po b/po/bs.po
index d20ff67..169dc30 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -2149,7 +2149,7 @@ msgstr "Opcije upravnika sesije:"
 msgid "Show session management options"
 msgstr "Prikazuje opcije upravnika sesijom"
 
-#: ../src/nact/nact-application.c:57 ../src/nact/nact.desktop.in.h:1
+#: ../src/nact/nact-application.c:57 ../src/ui/fma-config-tool.desktop.in.h:1
 msgid "Nautilus-Actions Configuration Tool"
 msgstr "Nautilus-akcijski konfiguracioni alat"
 
@@ -2346,7 +2346,7 @@ msgstr "Odabrane datoteke su se nastavile:"
 msgid "Import is done"
 msgstr "Uvoz je obavljen"
 
-#: ../src/nact/nact.desktop.in.h:2
+#: ../src/ui/fma-config-tool.in.h:2
 msgid "Configure items to be added to the Nautilus context menus"
 msgstr ""
 "Konfigurisanje stavki koje treba dodati u Nautilusove kontekstne menije"
diff --git a/src/ui/Makefile.am b/src/ui/Makefile.am
index aea2500..0420341 100644
--- a/src/ui/Makefile.am
+++ b/src/ui/Makefile.am
@@ -190,7 +190,7 @@ ui_data_DATA = \
 
 @INTLTOOL_DESKTOP_RULE@
 
-applications_in_files = fma-ui.desktop.in
+applications_in_files = fma-config-tool.desktop.in
 
 applications_files = $(applications_in_files:.desktop.in=.desktop)
 
diff --git a/src/ui/fma-ui.desktop.in b/src/ui/fma-config-tool.desktop.in
similarity index 53%
rename from src/ui/fma-ui.desktop.in
rename to src/ui/fma-config-tool.desktop.in
index c8e4d86..ee0b7c3 100644
--- a/src/ui/fma-ui.desktop.in
+++ b/src/ui/fma-config-tool.desktop.in
@@ -2,8 +2,8 @@
 Version=1.0
 Type=Application
 _Name=FileManager-Actions Configuration Tool
-_Comment=Configure items to be added to the Nautilus context menus
-Exec=filemanager-actions-config-tool
-Icon=filemanager-actions
+_Comment=Configure items to be added to the File-Manager context menus
+Exec=fma-config-tool
+Icon=fma-config-tool
 Categories=System;FileTools;FileManager;
 StartupNotify=true


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