Package: remmina
Version: 0.9.3-2
Severity: minor

Currently the Name field in the desktop file includes a description, which is a 
legacy GNOME convention not adhering to the XDG specification, and does not 
play 
well with launchers that display the name and description separately (like KDE4 
and GNOME Shell).

Instead, the desktop file properties should go like this:
Name=Remmina
_GenericName=Remote Desktop Client
_X-GNOME-FullName=Remmina Remote Desktop Client

Patch attached.
diff -urN remmina-0.9.3.orig/desktop/remmina.desktop.in remmina-0.9.3/desktop/remmina.desktop.in
--- remmina-0.9.3.orig/desktop/remmina.desktop.in	2010-01-02 09:34:33.000000000 +0600
+++ remmina-0.9.3/desktop/remmina.desktop.in	2011-05-07 15:18:08.422459215 +0700
@@ -1,6 +1,8 @@
 [Desktop Entry]
 Version=1.0
-_Name=Remmina Remote Desktop Client
+Name=Remmina
+_GenericName=Remote Desktop Client
+_X-GNOME-FullName=Remmina Remote Desktop Client
 _Comment=Connect to remote desktops
 TryExec=remmina
 Exec=remmina

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to