[Tracker] Patch that fixes opening after s/beagle/tracker



Attached patch fixes bug with opening e-mails after s/beagle/tracker change.
Applied to deskbar/search-tool and default.services (which will be used in the future)

--
Michal Pryc
Index: python/deskbar-handler/tracker-module.py
===================================================================
--- python/deskbar-handler/tracker-module.py    (revision 848)
+++ python/deskbar-handler/tracker-module.py    (working copy)
@@ -108,7 +108,7 @@
                'action': { # more actions for different MUAs
                        'key': 'mua', # see TrackerLiveSearchAction.action for a demo
                        'Evolution':          'evolution %(uri)s',
-                       'Thunderbird/Email':  'thunderbird -viewbeagle %(uri)s',
+                       'Thunderbird/Email':  'thunderbird -viewtracker %(uri)s',
                        'KMail':              'kmail --view %(uri)s',
                },
        },
Index: python/deskbar-handler/tracker-handler.py
===================================================================
--- python/deskbar-handler/tracker-handler.py   (revision 848)
+++ python/deskbar-handler/tracker-handler.py   (working copy)
@@ -48,7 +48,7 @@
                'action': { # more actions for different MUAs
                        'key': 'mua', # see TrackerLiveSearchMatch.action for a demo
                        'Evolution':          'evolution %(uri)s',
-                       'Thunderbird/Email':  'thunderbird -viewbeagle %(uri)s',
+                       'Thunderbird/Email':  'thunderbird -viewtracker %(uri)s',
                        'KMail':              'kmail --view %(uri)s',
                },
                'icon': 'stock_mail',
Index: src/tracker-search-tool/tracker-search-tool-callbacks.c
===================================================================
--- src/tracker-search-tool/tracker-search-tool-callbacks.c     (revision 848)
+++ src/tracker-search-tool/tracker-search-tool-callbacks.c     (working copy)
@@ -606,7 +606,7 @@
                        } else if (strstr (mime, "KMail")) {
                                exec = g_strdup_printf ("kmail --view \"%s\"", uri);
                        } else if (strstr (mime, "Thunderbird")) {
-                               exec = g_strdup_printf ("thunderbird -viewbeagle \"%s\"", uri);
+                               exec = g_strdup_printf ("thunderbird -viewtracker \"%s\"", uri);
                        } else {
                                exec = NULL;
                        }
Index: data/services/default.service
===================================================================
--- data/services/default.service       (revision 848)
+++ data/services/default.service       (working copy)
@@ -158,7 +158,7 @@
 DisplayName=Thunderbird Emails
 Description=Thunderbird based emails
 Parent=Emails
-ViewerExec=thunderbird -viewmetatracker "%1"
+ViewerExec=thunderbird -viewtracker "%1"
 KeyMetadata1=Email:Subject
 KeyMetadata2=Email:Sender
 KeyMetadata3=Email:Date


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