diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-08 19:45:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-11 07:03:50 +0700 |
commit | be3996a1e1e8ce332f2b31d4fb8e6c6d74e7ace9 (patch) | |
tree | ad82ef9e84d8c3ec1c54a430cfc95b471d3bb990 /network/filezilla/filezilla.desktop | |
parent | f6d7a69f35db42a28eb80950f8801c4fb0960ec8 (diff) |
network/filezilla: Add .desktop file.
This defaut .desktop file has BOM characters.
This prevents to show up in KDE Menus.
Thanks to pdi for bug report.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/filezilla/filezilla.desktop')
-rw-r--r-- | network/filezilla/filezilla.desktop | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/network/filezilla/filezilla.desktop b/network/filezilla/filezilla.desktop new file mode 100644 index 0000000000000..b13730ba8e5b1 --- /dev/null +++ b/network/filezilla/filezilla.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Name=FileZilla +GenericName=FTP client +GenericName[da]=FTP-klient +GenericName[de]=FTP-Client +GenericName[fr]=Client FTP +Comment=Download and upload files via FTP, FTPS and SFTP +Comment[da]=Download og upload filer via FTP, FTPS og SFTP +Comment[de]=Dateien über FTP, FTPS und SFTP übertragen +Comment[fr]=Transférer des fichiers via FTP, FTPS et SFTP +Exec=filezilla +Terminal=false +Icon=filezilla +Type=Application +Categories=Network;FileTransfer; +Version=1.0 |