data/liveusb-creator.desktop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 896da783979d6970d5fcc473df9b35c7ae709c31 Author: Colin Walters walters@verbum.org Date: Tue Mar 16 15:25:25 2010 -0400
Various fixes
* The Name field is *the* name of your app, which should be something human-consumable, not "liveusb-creator". You have the window title set to "Fedora LiveUSB Creator", which looks fine to me. * Don't have a GenericName if it's a duplicate of Name. * The Comment field should be more informative * Drop TryExec, it's not needed * Add StartupNotify=true
diff --git a/data/liveusb-creator.desktop b/data/liveusb-creator.desktop index 4e5966f..feb51de 100644 --- a/data/liveusb-creator.desktop +++ b/data/liveusb-creator.desktop @@ -1,11 +1,11 @@ [Desktop Entry] Type=Application Encoding=UTF-8 -Name=liveusb-creator -GenericName=liveusb-creator -Comment=Liveusb creator +Name=Fedora LiveUSB Creator +Comment=Write Fedora images to a USB device Icon=fedorausb.png -TryExec=liveusb-creator Exec=liveusb-creator Terminal=false Categories=System; +StartupNotify=true +
liveusb-creator@lists.stg.fedorahosted.org