Merge lp:~jamesh/unity-scope-gdrive/load-via-scope-id into lp:unity-scope-gdrive

Proposed by James Henstridge
Status: Merged
Approved by: Alberto Mardegan
Approved revision: 48
Merged at revision: 48
Proposed branch: lp:~jamesh/unity-scope-gdrive/load-via-scope-id
Merge into: lp:unity-scope-gdrive
Diff against target: 21 lines (+3/-1)
2 files modified
gdrive.scope (+2/-0)
unity-scope-gdrive.service (+1/-1)
To merge this branch: bzr merge lp:~jamesh/unity-scope-gdrive/load-via-scope-id
Reviewer Review Type Date Requested Status
Alberto Mardegan (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+172758@code.launchpad.net

Commit message

Add metadata to the .scope file so it can be loaded as part of a group in future. Also update the .service file to use this info to load the implementation.

Description of the change

Add metadata to the .scope file so it can be loaded as part of a group in future. Also update the .service file to use this info to load the implementation.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alberto Mardegan (mardy) wrote :

LGTM, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'gdrive.scope'
--- gdrive.scope 2013-05-17 19:52:38 +0000
+++ gdrive.scope 2013-07-03 08:21:28 +0000
@@ -1,6 +1,8 @@
1[Scope]1[Scope]
2DBusName=com.canonical.Unity.Scope.File.Gdrive2DBusName=com.canonical.Unity.Scope.File.Gdrive
3DBusPath=/com/canonical/unity/scope/file/gdrive3DBusPath=/com/canonical/unity/scope/file/gdrive
4Module=gdrive.unity_gdrive_daemon
5ModuleType=python3
4Icon=/usr/share/icons/unity-icon-theme/places/svg/service-gdrive.svg6Icon=/usr/share/icons/unity-icon-theme/places/svg/service-gdrive.svg
5Keywords=gdrive;doc;drive;google;7Keywords=gdrive;doc;drive;google;
6Loader=/usr/share/unity-scopes/gdrive/unity_gdrive_daemon8Loader=/usr/share/unity-scopes/gdrive/unity_gdrive_daemon
79
=== modified file 'unity-scope-gdrive.service'
--- unity-scope-gdrive.service 2013-05-17 20:29:12 +0000
+++ unity-scope-gdrive.service 2013-07-03 08:21:28 +0000
@@ -1,3 +1,3 @@
1[D-BUS Service]1[D-BUS Service]
2Name=com.canonical.Unity.Scope.File.Gdrive2Name=com.canonical.Unity.Scope.File.Gdrive
3Exec=/usr/bin/python3 /usr/share/unity-scopes/scope-runner-dbus.py /usr/share/unity-scopes/gdrive/unity_gdrive_daemon.py3Exec=/usr/bin/python3 /usr/share/unity-scopes/scope-runner-dbus.py -s files/gdrive.scope

Subscribers

People subscribed via source and target branches