Hi all, I'm busy writing a rpm-spec file for Fedora Extras, and I saw that the lazarus-desktop-icon still runs lazarus, instead of startlazarus. This patch fixes that.
And a general remark: the file is now called install/gnome.ide.desktop. But for inclusion in a linux-distribution that name is useless, since you can't see for which application it is. So maybe it's an idea to rename it to lazarus.desktop? -- Met vriendelijke groeten, Joost van der Sluis CNOC Informatiesystemen en Netwerken http://www.cnoc.nl
Index: install/gnome.ide.desktop =================================================================== --- install/gnome.ide.desktop (revision 9040) +++ install/gnome.ide.desktop (working copy) @@ -29,7 +29,7 @@ Name[uk]=Lazarus Name[zh_CN]=Lazarus Comment=Lazarus IDE -Exec=lazarus %f +Exec=startlazarus %f Terminal=0 Type=Application Icon=lazarus.png
