Opened 2 years ago
Last modified 2 years ago
#12735 new Feature request
need MimeType assosiation inside the 'filezilla.desktop' file
Reported by: | asdjj | Owned by: | |
---|---|---|---|
Priority: | low | Component: | Other |
Keywords: | Cc: | ||
Component version: | Operating system type: | Linux | |
Operating system version: |
Description (last modified by )
Most of Desktop Environments, like GNOME, use 'MimeType=' line from *.desktop files inside the '/usr/share/applications' and '~/.local/share/applications' directories.
This line make mime-type assosiation between program and file types, which this program support.
For FileZilla, this assosiation may be like this:
MimeType=x-scheme-handler/ftp;
If this line placed into filezilla.desktop file:
[Desktop Entry]
Name=FileZilla
...
MimeType=x-scheme-handler/ftp;
then Desktop Environment will be know, that 'ftp://' links, which mime-type is 'x-scheme-handler/ftp', may be opened by FileZilla program.
Desktop Environment will know this from /usr/share/application/filezilla.desktop file.
Then, all clicks to 'ftp://' links from browser (Chrome, Firefox, Opera, etc.) may be quickly opened in the FileZilla program.
Please, add this line to 'data/filezilla.desktop' file:
MimeType=x-scheme-handler/ftp;
Change History (2)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
Description: | modified (diff) |
---|
https://bugs.gentoo.org/852242