I forgot to add that the script I gave worked as a separate script
directly run by the user.
To make the original scripts in 
    $HOME/.PlayOnLinux/configurations/installed
to work with
    playonlinux  --run "Microsoft Office PowerPoint 2007" $PWD/file.ppt
one needs to give the absolute path in the call,
because playonlinux does a "cd ..." command before calling them,
So,  one must add the following code:

D=`dirname $1`
F=`basename $1`
cd $D
wine "${EXE}/POWERPNT.EXE" $F

-- 
programs in "Microsoft Office 2007" don't start
https://bugs.launchpad.net/bugs/490287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to