FS#51842 - [transmission-cli] missing mime integration for torrents and magnets
Attached to Project:
Community Packages
Opened by Boruch Baum (boruch) - Tuesday, 15 November 2016, 17:51 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Wednesday, 07 December 2016, 09:59 GMT
Opened by Boruch Baum (boruch) - Tuesday, 15 November 2016, 17:51 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Wednesday, 07 December 2016, 09:59 GMT
|
Details
This is being reported from Manjaro on the assumption it
will be true for arch as well.
The package transmission-cli does not associate MimeType=application/x-bittorrent;x-scheme-handler/magnet; with the binary "transmission-remote -add". This was observed when trying to open a magnet from within firefox. The fix would be to add the mime-type association x-scheme-handler/magnet=transmission-remote.desktop And to create/install a file /usr/share/applications/transmission-remote.desktop [DesktopEntry] Encoding=UTF-8 Version=1.0 Type=Application Exec=transmission-remote --add %u Name=transmission-remote Comment=Custom definition for transmission-remote MimeType=application/x-bittorrent;x-scheme-handler/magnet; |
This task depends upon
Closed by Bartłomiej Piotrowski (Barthalion)
Wednesday, 07 December 2016, 09:59 GMT
Reason for closing: Upstream
Wednesday, 07 December 2016, 09:59 GMT
Reason for closing: Upstream
ref: https://github.com/transmission/transmission/issues/87