I created the patch adding the key "Keywords" to pgadmin3.desktop (see
http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s05.html#key-keywords
 )

Regards
Marek Černocký
diff --git a/pgadmin/ui/dlgView.xrc b/pgadmin/ui/dlgView.xrc
index 0b0f083..2acb469 100644
--- a/pgadmin/ui/dlgView.xrc
+++ b/pgadmin/ui/dlgView.xrc
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <resource>
   <object class="wxDialog" name="dlgView">
     <title></title>
diff --git a/pkg/pgadmin3.desktop b/pkg/pgadmin3.desktop
index 1b9729c..30db0dd 100644
--- a/pkg/pgadmin3.desktop
+++ b/pkg/pgadmin3.desktop
@@ -8,3 +8,4 @@ Categories=Application;Development;
 MimeType=text/html
 DocPath=/usr/share/pgadmin3/docs/en_US/index.html
 Comment=PostgreSQL Tools
+Keywords=database;db;sql;query;administration;development;
-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to