transmission-gtk requires preceding slash

Ask for help and report issues with the GTK+ version of Transmission
Post Reply
tbtrocks
Posts: 1
Joined: Mon Apr 22, 2013 5:19 pm

transmission-gtk requires preceding slash

Post by tbtrocks »

I have transmission-gtk.desktop associated with magnet links. 'xdg-open "magnet:/..."' works but 'xdg-open "magnet:..."' does not work. tracker.example.com.se provides magnet links in the second format. Can transmission be made to not require the slash?

Non-Working Example:

$ xdg-open "magnet:?xt=urn:btih:b2e2cbb742754eb5a4ec14a5e71d0727ab2d7a90&dn=Workaholics+Season+1+Complete+720p&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.tracker.example.com%3A80&tr=udp%3A%2F%2Ftracker.istole.it%3A6969&tr=udp%3A%2F%2Ftracker.ccc.de%3A80"

Working Example (preceding slash added):

$ xdg-open "magnet:/?xt=urn:btih:b2e2cbb742754eb5a4ec14a5e71d0727ab2d7a90&dn=Workaholics+Season+1+Complete+720p&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.tracker.example.com%3A80&tr=udp%3A%2F%2Ftracker.istole.it%3A6969&tr=udp%3A%2F%2Ftracker.ccc.de%3A80"

Magnet Link Source:

http://tracker.example.com.se/torrent/6491489/ ... plete_720p
ggking7
Posts: 16
Joined: Wed Dec 12, 2007 2:04 pm

Re: transmission-gtk requires preceding slash

Post by ggking7 »

Isn't everyone else having this problem too?
Post Reply