jonndoe45
June 2nd, 2009, 08:25 AM
i am trying to get quickpar working with nautilis using nautilus actions & a shell script
i have sussed out that quickpar won't take the path+filename as a parameter it just doesn't like it
but if you first change directory to the location of the par2 file it works
ps quickpar works fine with this version haven't tested creating a par set yet but checking, fixing works
here's the script
#!/bin/bash
gnome-terminal -x sh -c "cd $1;wine '/home/me/.wine/drive_c/Program Files/QuickPar/QuickPar.exe' $2;sh"
any help appreciated thanks
ubuntu jaunty
wine 1.1.22
quickpar 0.9.1
i have sussed out that quickpar won't take the path+filename as a parameter it just doesn't like it
but if you first change directory to the location of the par2 file it works
ps quickpar works fine with this version haven't tested creating a par set yet but checking, fixing works
here's the script
#!/bin/bash
gnome-terminal -x sh -c "cd $1;wine '/home/me/.wine/drive_c/Program Files/QuickPar/QuickPar.exe' $2;sh"
any help appreciated thanks
ubuntu jaunty
wine 1.1.22
quickpar 0.9.1