Merge lp:~mfisch/onehundredscopes/unity-community-lens-fixes into lp:~mhall119/onehundredscopes/unity-community-lens

Proposed by Matt Fischer
Status: Merged
Approved by: Michael Hall
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~mfisch/onehundredscopes/unity-community-lens-fixes
Merge into: lp:~mhall119/onehundredscopes/unity-community-lens
Diff against target: 21 lines (+2/-2)
2 files modified
community.lens (+1/-1)
unity-community-lens.service (+1/-1)
To merge this branch: bzr merge lp:~mfisch/onehundredscopes/unity-community-lens-fixes
Reviewer Review Type Date Requested Status
Michael Hall Approve
Review via email: mp+92902@code.launchpad.net

Description of the change

fixes the paths for the icon and python code

To post a comment you must log in.
Revision history for this message
Matt Fischer (mfisch) wrote :

This will make it so that the paths match the package:

mfisch@caprica:~/lens/unity-community-lens$ dpkg -c ../unity-community-lens_0.1_all.deb
drwxr-xr-x root/root 0 2012-02-13 20:53 ./
drwxr-xr-x root/root 0 2012-02-13 20:53 ./usr/
drwxr-xr-x root/root 0 2012-02-13 20:53 ./usr/share/
drwxr-xr-x root/root 0 2012-02-13 20:53 ./usr/share/unity/
drwxr-xr-x root/root 0 2012-02-13 20:53 ./usr/share/unity/lenses/
drwxr-xr-x root/root 0 2012-02-13 20:53 ./usr/share/unity/lenses/community/
-rw-r--r-- root/root 303 2012-02-13 20:43 ./usr/share/unity/lenses/community/community.lens
drwxr-xr-x root/root 0 2012-02-13 20:53 ./usr/share/dbus-1/
drwxr-xr-x root/root 0 2012-02-13 20:53 ./usr/share/dbus-1/services/
-rw-r--r-- root/root 114 2012-02-13 20:45 ./usr/share/dbus-1/services/unity-community-lens.service
drwxr-xr-x root/root 0 2012-02-13 20:53 ./opt/
drwxr-xr-x root/root 0 2012-02-13 20:53 ./opt/extras.ubuntu.com/
drwxr-xr-x root/root 0 2012-02-13 20:53 ./opt/extras.ubuntu.com/unity-community-lens/
-rw-r--r-- root/root 3332 2012-02-13 13:39 ./opt/extras.ubuntu.com/unity-community-lens/community.svg
-rwxr-xr-x root/root 1860 2012-02-13 20:50 ./opt/extras.ubuntu.com/unity-community-lens/community-lens
drwxr-xr-x root/root 0 2012-02-13 20:53 ./opt/extras.ubuntu.com/unity-community-lens/doc/
-rw-r--r-- root/root 146 2012-02-13 13:39 ./opt/extras.ubuntu.com/unity-community-lens/doc/changelog.gz
-rw-r--r-- root/root 885 2012-02-13 13:39 ./opt/extras.ubuntu.com/unity-community-lens/doc/copyright
-rw-r--r-- root/root 242 2012-02-13 20:53 ./opt/extras.ubuntu.com/unity-community-lens/unity_community_lens-0.1.egg-info

Revision history for this message
Michael Hall (mhall119) wrote :

Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'community.lens'
2--- community.lens 2012-02-08 20:13:21 +0000
3+++ community.lens 2012-02-14 03:58:20 +0000
4@@ -2,7 +2,7 @@
5 DBusName=unity.singlet.lens.community
6 DBusPath=/unity/singlet/lens/community
7 Name=Community Lens
8-Icon=/usr/share/unity/lenses/community/community.svg
9+Icon=/opt/extras.ubuntu.com/unity-community-lens/community.svg
10 Description=Ubuntu Community Lens
11 SearchHint=Search the Ubuntu Community
12 #Shortcut=c
13
14=== modified file 'unity-community-lens.service'
15--- unity-community-lens.service 2012-01-30 00:14:36 +0000
16+++ unity-community-lens.service 2012-02-14 03:58:20 +0000
17@@ -1,3 +1,3 @@
18 [D-BUS Service]
19 Name=unity.singlet.lens.community
20-Exec=/usr/lib/singlet/community-lens
21+Exec=/opt/extras.ubuntu.com/unity-community-lens/community-lens

Subscribers

People subscribed via source and target branches

to all changes: