I've written a script to run uTorrent through wine on my system:
#!/bin/bash
#
#
wine /mnt/device/61/uTorrent/utorrent-startup
Granted it's pretty simple; but when I ssh with x11 enabled (ssh -X) and log in as linuxmce it works perfectly.
So I wanted it to start up without KDE (unlike in the linuxMCE Bittorrent Guide) so I went in to
/usr/pluto/bin/startup-script.sh and added StartService "uTorrent" "/usr/pluto/bin/uTorrent.sh"
But it never runs (I Know because I can't access the webUI that uTorrent hosts when I run it through ssh)
Am I doing anything wrong? Any help would be greatly appreciated!