diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-25 05:53:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-25 05:53:04 +0000 |
commit | d3dea5711e7a9dc586f001412e212d690b4030a6 (patch) | |
tree | c15afbc5557562c03447d694b3b3bc58040c05bd /mail/thunderbird3/files/thunderbird.desktop.in | |
parent | Add mxp (Mandelbrot explorer). Mxp is an X application for computing and expl... (diff) |
* Update to 1.0.2 to fix security issues (see
http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html for
more details)
* Cleanup home directories to make migration easier [1]
* Add an improved startup script [1]
* Support GConf for external protocol handlers
PR: 75837 [1]
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1]
Approved by: portmgr (implicit)
Diffstat (limited to '')
-rw-r--r-- | mail/thunderbird3/files/thunderbird.desktop.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/thunderbird3/files/thunderbird.desktop.in b/mail/thunderbird3/files/thunderbird.desktop.in index 3fbc730a26d6..814e074814af 100644 --- a/mail/thunderbird3/files/thunderbird.desktop.in +++ b/mail/thunderbird3/files/thunderbird.desktop.in @@ -1,9 +1,11 @@ [Desktop Entry] +Encoding=UTF-8 Name=Thunderbird +GenericName=Mail Client Comment=Mail client and News Reader -Exec=thunderbird +Exec=thunderbird %U Icon=@THUNDERBIRD_ICON@ +StartupNotify=false Terminal=false Type=Application Categories=Application;Network; -Encoding=UTF-8 |