diff -Nru remmina-1.0.0/debian/changelog remmina-1.0.0/debian/changelog --- remmina-1.0.0/debian/changelog 2012-05-21 08:44:15.000000000 +0000 +++ remmina-1.0.0/debian/changelog 2013-07-15 14:33:53.000000000 +0000 @@ -1,3 +1,12 @@ +remmina (1.0.0-1ubuntu6.3) precise; urgency=low + + * debian/patches/09_keywords.patch: + - backport upstream patch to set keywords in the desktop entry, + it makes easier to find remmina in the unity dash or gnome-shell + (lp: #1024480) + + -- Sebastien Bacher Mon, 15 Jul 2013 13:11:44 +0200 + remmina (1.0.0-1ubuntu6.1) precise-proposed; urgency=low * debian/patches/clipboard.patch: add clipboard support. diff -Nru remmina-1.0.0/debian/patches/keywords.patch remmina-1.0.0/debian/patches/keywords.patch --- remmina-1.0.0/debian/patches/keywords.patch 1970-01-01 00:00:00.000000000 +0000 +++ remmina-1.0.0/debian/patches/keywords.patch 2013-07-15 14:33:46.000000000 +0000 @@ -0,0 +1,24 @@ +Index: remmina-1.0.0/remmina/desktop/remmina.desktop.in +=================================================================== +--- remmina-1.0.0.orig/remmina/desktop/remmina.desktop.in 2013-07-15 16:33:43.202354407 +0200 ++++ remmina-1.0.0/remmina/desktop/remmina.desktop.in 2013-07-15 16:33:43.194354407 +0200 +@@ -10,6 +10,7 @@ + Actions= + Categories=GTK;GNOME;X-GNOME-NetworkSettings;Network; + Actions=Profile;Tray; ++_Keywords=VNC;XDMCP;RDP; + + [Desktop Action Profile] + _Name=Create a New Connection Profile +Index: remmina-1.0.0/remmina/desktop/remmina.desktop +=================================================================== +--- remmina-1.0.0.orig/remmina/desktop/remmina.desktop 2013-07-15 16:33:43.202354407 +0200 ++++ remmina-1.0.0/remmina/desktop/remmina.desktop 2013-07-15 16:33:43.194354407 +0200 +@@ -10,6 +10,7 @@ + Actions= + Categories=GTK;GNOME;X-GNOME-NetworkSettings;Network; + Actions=Profile;Tray; ++Keywords=VNC;XDMCP;RDP; + X-Ubuntu-Gettext-Domain=remmina + + [Desktop Action Profile] diff -Nru remmina-1.0.0/debian/patches/series remmina-1.0.0/debian/patches/series --- remmina-1.0.0/debian/patches/series 2012-05-21 08:37:58.000000000 +0000 +++ remmina-1.0.0/debian/patches/series 2013-07-15 11:11:36.000000000 +0000 @@ -7,3 +7,4 @@ translations.patch scroll_smooth.patch clipboard.patch +keywords.patch