Correction!
The small script  above should be:

#!/bin/bash
ooimpress -n "$*"
exit
 
# The special parameter $*, within double quotes, 
# expands to the positional parameters, starting from one,
# as a single word with the value of each parameter separated
# by white space (the first character of the IFS special variable).
# It is necessary if the passed file name has spaces.

-- 
MS Office .pps files should open in presentation mode as with MS PowerPoint
https://bugs.launchpad.net/bugs/302050
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to