On Fri, 2009-11-13 at 12:11 -0600, Brian Cameron wrote: > Ron: > > > I assume that "OpenSolaris" refers to Indiana. Does this package also work > > on SXCE? > > It does, but you need to modify the /usr/bin/fluendo-dvd script so the > first line says: > > #!/bin/bash > > instead of > > #!/bin/sh > > I have sent an email to Fluendo to ask them to fix this, so users don't > have to hack this.
Right, and you have to do this on OpenSolaris (the distribution) as well, since /bin/sh is actually ksh93 and not bash (as the script expects). -Seb
