Merge lp:~nik90/software-center/add_keywords_new into lp:software-center

Proposed by Nekhelesh Ramananthan
Status: Merged
Merged at revision: 2946
Proposed branch: lp:~nik90/software-center/add_keywords_new
Merge into: lp:software-center
Diff against target: 30 lines (+7/-0)
3 files modified
data/ubuntu-software-center.desktop.in (+1/-0)
data/unbranded-software-center.desktop.in (+1/-0)
debian/changelog (+5/-0)
To merge this branch: bzr merge lp:~nik90/software-center/add_keywords_new
Reviewer Review Type Date Requested Status
Gary Lasker (community) Approve
Review via email: mp+101238@code.launchpad.net

Description of the change

I have added keywords to the desktop file to increase the discoverability of USC in the Unity dash. Some of the search terms were obtained from the Ubuntu Wiki at https://wiki.ubuntu.com/SoftwareCenter.

To post a comment you must log in.
Revision history for this message
Gary Lasker (gary-lasker) wrote :

Ah yes, this is great! Many thanks for this, Nekhelesh!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/ubuntu-software-center.desktop.in'
2--- data/ubuntu-software-center.desktop.in 2011-09-02 21:46:01 +0000
3+++ data/ubuntu-software-center.desktop.in 2012-04-09 13:11:19 +0000
4@@ -10,3 +10,4 @@
5 MimeType=application/x-deb;application/x-debian-package;x-scheme-handler/apt;
6 StartupNotify=true
7 X-Ubuntu-Gettext-Domain=software-center
8+_Keywords=Sources;PPA;Install;Uninstall;Remove;Purchase;Catalogue;Store;
9
10=== modified file 'data/unbranded-software-center.desktop.in'
11--- data/unbranded-software-center.desktop.in 2011-03-08 18:13:14 +0000
12+++ data/unbranded-software-center.desktop.in 2012-04-09 13:11:19 +0000
13@@ -10,3 +10,4 @@
14 MimeType=application/x-deb;application/x-debian-package;x-scheme-handler/apt;
15 StartupNotify=true
16 X-Ubuntu-Gettext-Domain=software-center
17+_Keywords=Sources;PPA;Install;Uninstall;Remove;Purchase;Catalogue;Store;
18
19=== modified file 'debian/changelog'
20--- debian/changelog 2012-04-06 21:48:20 +0000
21+++ debian/changelog 2012-04-09 13:11:19 +0000
22@@ -1,3 +1,8 @@
23+software-center (5.1.14.2ubuntu1) precise; urgency=low
24+
25+ * Added keywords to the desktop file for better search criteria (LP: #977175)
26+ -- Nekhelesh Ramananthan <krnekhelesh@gmail.com> Mon, 09 Apr 2012 14:56:14 +0200
27+
28 software-center (5.1.14.2) UNRELEASED; urgency=low
29
30 [ Michael Vogt ]