WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: torrents outside wine.
by Zoltan Dome on Wednesday September 3rd 2008, 12:58
For "real" association you can create a simple shell script for file associations:

#!/bin/sh
nohup wine ~/utorrent.exe "`winepath -w "$@"`" 2>/dev/null >/dev/null &

Save this as utorrent.sh, make it executable, and associate it to torrent files for firefox and your desktop environment. It's only fault I know about is that if I start it without parameters, then uTorrent complains about "Can't open ""!" or something.

[post new] [reply to this]

Page loaded in 0.00566 seconds.