[gedit-plugins] Adapt for gedit desktop file rename



commit fa83ec773fd392d6fa0e042ef13a5c5bbabc70e7
Author: Kalev Lember <kalevlember gmail com>
Date:   Fri Jul 25 16:53:14 2014 +0200

    Adapt for gedit desktop file rename

 plugins/bookmarks/gedit-bookmarks.metainfo.xml.in  |    2 +-
 .../gedit-bracketcompletion.metainfo.xml.in        |    2 +-
 plugins/charmap/gedit-charmap.metainfo.xml.in      |    2 +-
 .../codecomment/gedit-codecomment.metainfo.xml.in  |    2 +-
 .../colorpicker/gedit-colorpicker.metainfo.xml.in  |    2 +-
 .../gedit-colorschemer.metainfo.xml.in             |    2 +-
 plugins/commander/gedit-commander.metainfo.xml.in  |    2 +-
 plugins/dashboard/dashboard/dashboard.py           |    6 +++---
 plugins/dashboard/gedit-dashboard.metainfo.xml.in  |    2 +-
 .../drawspaces/gedit-drawspaces.metainfo.xml.in    |    2 +-
 plugins/git/gedit-git.metainfo.xml.in              |    2 +-
 plugins/joinlines/gedit-joinlines.metainfo.xml.in  |    2 +-
 plugins/multiedit/gedit-multiedit.metainfo.xml.in  |    2 +-
 .../smartspaces/gedit-smartspaces.metainfo.xml.in  |    2 +-
 plugins/synctex/gedit-synctex.metainfo.xml.in      |    2 +-
 plugins/terminal/gedit-terminal.metainfo.xml.in    |    2 +-
 plugins/textsize/gedit-textsize.metainfo.xml.in    |    2 +-
 .../gedit-wordcompletion.metainfo.xml.in           |    2 +-
 plugins/zeitgeist/gedit-zeitgeist-plugin.c         |    4 ++--
 plugins/zeitgeist/gedit-zeitgeist.metainfo.xml.in  |    2 +-
 20 files changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/plugins/bookmarks/gedit-bookmarks.metainfo.xml.in 
b/plugins/bookmarks/gedit-bookmarks.metainfo.xml.in
index 5aebe8a..a15bec6 100644
--- a/plugins/bookmarks/gedit-bookmarks.metainfo.xml.in
+++ b/plugins/bookmarks/gedit-bookmarks.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-bookmarks</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Bookmarks</_name>
   <_summary>Easy document navigation with bookmarks</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/bracketcompletion/gedit-bracketcompletion.metainfo.xml.in 
b/plugins/bracketcompletion/gedit-bracketcompletion.metainfo.xml.in
index c2572e4..3d81db4 100644
--- a/plugins/bracketcompletion/gedit-bracketcompletion.metainfo.xml.in
+++ b/plugins/bracketcompletion/gedit-bracketcompletion.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-bracketcompletion</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Bracket Completion</_name>
   <_summary>Automatically add a closing bracket when you insert one</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/charmap/gedit-charmap.metainfo.xml.in b/plugins/charmap/gedit-charmap.metainfo.xml.in
index 8b20498..1b7a266 100644
--- a/plugins/charmap/gedit-charmap.metainfo.xml.in
+++ b/plugins/charmap/gedit-charmap.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-charmap</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Charmap</_name>
   <_summary>Select characters from a character map</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/codecomment/gedit-codecomment.metainfo.xml.in 
b/plugins/codecomment/gedit-codecomment.metainfo.xml.in
index be92047..2d621d3 100644
--- a/plugins/codecomment/gedit-codecomment.metainfo.xml.in
+++ b/plugins/codecomment/gedit-codecomment.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-codecomment</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Code Comment</_name>
   <_summary>Comment or uncomment blocks of code</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/colorpicker/gedit-colorpicker.metainfo.xml.in 
b/plugins/colorpicker/gedit-colorpicker.metainfo.xml.in
index 2b37b3b..faaece1 100644
--- a/plugins/colorpicker/gedit-colorpicker.metainfo.xml.in
+++ b/plugins/colorpicker/gedit-colorpicker.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-colorpicker</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Color picker</_name>
   <_summary>Select and insert a color from a dialog (for HTML, CSS, PHP)</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/colorschemer/gedit-colorschemer.metainfo.xml.in 
b/plugins/colorschemer/gedit-colorschemer.metainfo.xml.in
index 9a1086f..4689038 100644
--- a/plugins/colorschemer/gedit-colorschemer.metainfo.xml.in
+++ b/plugins/colorschemer/gedit-colorschemer.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-colorschemer</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Color Scheme Editor</_name>
   <_summary>Create and edit the color scheme used for syntax highlighting</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/commander/gedit-commander.metainfo.xml.in 
b/plugins/commander/gedit-commander.metainfo.xml.in
index 5448c70..a9796c1 100644
--- a/plugins/commander/gedit-commander.metainfo.xml.in
+++ b/plugins/commander/gedit-commander.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-commander</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Commander</_name>
   <_summary>Command line interface for advanced editing</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/dashboard/dashboard/dashboard.py b/plugins/dashboard/dashboard/dashboard.py
index d8e17f3..f9a37fa 100644
--- a/plugins/dashboard/dashboard/dashboard.py
+++ b/plugins/dashboard/dashboard/dashboard.py
@@ -327,7 +327,7 @@ class Dashboard (Gtk.Box):
         print("Dashboard search for:", query)
         result_type_relevancy = 100
         self.template = Zeitgeist.Event()
-        self.template.set_property("actor", "application://gedit.desktop")
+        self.template.set_property("actor", "application://org.gnome.gedit.desktop")
         timerange = Zeitgeist.TimeRange.anytime()
         ZG_FTS.search(query + "*",
             timerange,
@@ -347,7 +347,7 @@ class Dashboard (Gtk.Box):
 
     def get_recent(self):
         template = Zeitgeist.Event()
-        template.set_property("actor", "application://gedit.desktop")
+        template.set_property("actor", "application://org.gnome.gedit.desktop")
         CLIENT.find_events(
             Zeitgeist.TimeRange.anytime(),
             [template],
@@ -361,7 +361,7 @@ class Dashboard (Gtk.Box):
     def get_frequent(self, log, res, data):
         events = CLIENT.find_events_finish(res)
         template = Zeitgeist.Event()
-        template.set_property("actor", "application://gedit.desktop")
+        template.set_property("actor", "application://org.gnome.gedit.desktop")
         now = time.time() * 1000
         # 14 being the amount of days
         # and 86400000 the amount of milliseconds per day
diff --git a/plugins/dashboard/gedit-dashboard.metainfo.xml.in 
b/plugins/dashboard/gedit-dashboard.metainfo.xml.in
index c89a44e..44ab22f 100644
--- a/plugins/dashboard/gedit-dashboard.metainfo.xml.in
+++ b/plugins/dashboard/gedit-dashboard.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-dashboard</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Dashboard</_name>
   <_summary>Displays a grid of recently/most used files upon opening a new tab</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/drawspaces/gedit-drawspaces.metainfo.xml.in 
b/plugins/drawspaces/gedit-drawspaces.metainfo.xml.in
index 82bb714..cf2b9c4 100644
--- a/plugins/drawspaces/gedit-drawspaces.metainfo.xml.in
+++ b/plugins/drawspaces/gedit-drawspaces.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-drawspaces</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Draw spaces</_name>
   <_summary>Draw Spaces and Tabs</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/git/gedit-git.metainfo.xml.in b/plugins/git/gedit-git.metainfo.xml.in
index d104415..8872860 100644
--- a/plugins/git/gedit-git.metainfo.xml.in
+++ b/plugins/git/gedit-git.metainfo.xml.in
@@ -1,7 +1,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-git</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Git</_name>
   <_summary>Use git information to display which lines and files changed since last commit</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/joinlines/gedit-joinlines.metainfo.xml.in 
b/plugins/joinlines/gedit-joinlines.metainfo.xml.in
index ea663fa..97f8919 100644
--- a/plugins/joinlines/gedit-joinlines.metainfo.xml.in
+++ b/plugins/joinlines/gedit-joinlines.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-joinlines</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Join lines/ Split lines</_name>
   <_summary>Join or split multiple lines through Ctrl+J and Ctrl+Shift+J</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/multiedit/gedit-multiedit.metainfo.xml.in 
b/plugins/multiedit/gedit-multiedit.metainfo.xml.in
index bc7ee6c..f0f2d6b 100644
--- a/plugins/multiedit/gedit-multiedit.metainfo.xml.in
+++ b/plugins/multiedit/gedit-multiedit.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-multiedit</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Multi edit</_name>
   <_summary>Edit document in multiple places at once</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/smartspaces/gedit-smartspaces.metainfo.xml.in 
b/plugins/smartspaces/gedit-smartspaces.metainfo.xml.in
index 540a29c..b33a4a8 100644
--- a/plugins/smartspaces/gedit-smartspaces.metainfo.xml.in
+++ b/plugins/smartspaces/gedit-smartspaces.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-smartspaces</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Smart Spaces</_name>
   <_summary>Allow to unindent like if you were using tabs while you're using spaces</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/synctex/gedit-synctex.metainfo.xml.in b/plugins/synctex/gedit-synctex.metainfo.xml.in
index e30c42c..6cf909f 100644
--- a/plugins/synctex/gedit-synctex.metainfo.xml.in
+++ b/plugins/synctex/gedit-synctex.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-synctex</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>SyncTeX</_name>
   <_summary>Synchronize between LaTeX and PDF with gedit and evince</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/terminal/gedit-terminal.metainfo.xml.in b/plugins/terminal/gedit-terminal.metainfo.xml.in
index f0fd4e6..41ca4d2 100644
--- a/plugins/terminal/gedit-terminal.metainfo.xml.in
+++ b/plugins/terminal/gedit-terminal.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-terminal</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Terminal</_name>
   <_summary>A simple terminal widget accessible from the bottom panel</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/textsize/gedit-textsize.metainfo.xml.in b/plugins/textsize/gedit-textsize.metainfo.xml.in
index 03189a5..0ed1760 100644
--- a/plugins/textsize/gedit-textsize.metainfo.xml.in
+++ b/plugins/textsize/gedit-textsize.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-textsize</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Text size</_name>
   <_summary>Easily increase and decrease the text size</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/wordcompletion/gedit-wordcompletion.metainfo.xml.in 
b/plugins/wordcompletion/gedit-wordcompletion.metainfo.xml.in
index d7a75ba..b76aaab 100644
--- a/plugins/wordcompletion/gedit-wordcompletion.metainfo.xml.in
+++ b/plugins/wordcompletion/gedit-wordcompletion.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-wordcompletion</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Word completion</_name>
   <_summary>Propose automatic completion using words already present in the document</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>
diff --git a/plugins/zeitgeist/gedit-zeitgeist-plugin.c b/plugins/zeitgeist/gedit-zeitgeist-plugin.c
index ffebbc6..738f1d5 100644
--- a/plugins/zeitgeist/gedit-zeitgeist-plugin.c
+++ b/plugins/zeitgeist/gedit-zeitgeist-plugin.c
@@ -187,7 +187,7 @@ gedit_zeitgeist_plugin_send_event (GeditZeitgeistPlugin *plugin,
 
                event = zeitgeist_event_new_full (interpretation,
                                                  ZEITGEIST_ZG_USER_ACTIVITY,
-                                                 "application://gedit.desktop",
+                                                 "application://org.gnome.gedit.desktop",
                                                  NULL,
                                                  subject,
                                                  NULL);
@@ -275,7 +275,7 @@ gedit_zeitgeist_plugin_app_activate (GeditAppActivatable *activatable)
        zg_log = zeitgeist_log_new ();
 
        event = zeitgeist_event_new_full (NULL, NULL,
-                                         "application://gedit.desktop", NULL, NULL);
+                                         "application://org.gnome.gedit.desktop", NULL, NULL);
        ptr_arr = g_ptr_array_new ();
        g_ptr_array_add (ptr_arr, event);
 
diff --git a/plugins/zeitgeist/gedit-zeitgeist.metainfo.xml.in 
b/plugins/zeitgeist/gedit-zeitgeist.metainfo.xml.in
index ea1c825..c439e84 100644
--- a/plugins/zeitgeist/gedit-zeitgeist.metainfo.xml.in
+++ b/plugins/zeitgeist/gedit-zeitgeist.metainfo.xml.in
@@ -2,7 +2,7 @@
 <!-- Copyright 2014 Igor Gnatenko <i gnatenko brain gmail com> -->
 <component type="addon">
   <id>gedit-zeitgeist</id>
-  <extends>gedit.desktop</extends>
+  <extends>org.gnome.gedit.desktop</extends>
   <_name>Zeitgeist Data provider</_name>
 <_summary>Records user activity and giving easy access to recently-used and frequently-used files</_summary>
   <url type="homepage">https://wiki.gnome.org/Apps/Gedit/ShippedPlugins</url>


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