<br><br><div><span class="gmail_quote">On 16/03/2008, <b class="gmail_sendername">Dotan Cohen</b> <<a href="mailto:dotancohen@gmail.com">dotancohen@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
On 16/03/2008, Owen Townend <<a href="mailto:owen.townend@gmail.com">owen.townend@gmail.com</a>> wrote:<br> ><br> > Heya,<br> >   Just downloaded and installed it in a vm. The package name is autopanopro,<br>
 > even for the demo version.<br> ><br> > owen@arabica:~$ dpkg -L autopano|grep bin<br> > Package `autopano' is not installed.<br> >  Use dpkg --info (= dpkg-deb --info) to examine archive files,<br> > and dpkg --contents (= dpkg-deb --contents) to list their contents.<br>
 > owen@arabica:~$ dpkg -L autopanopro|grep bin<br> > /usr/bin<br> > /usr/bin/AutopanoPro<br> > owen@arabica:~$<br> ><br> > Strange thing is, /usr/bin/AutopanoPro is actually a directory, and it's<br>
 > empty.<br> > This is the way the installer intended too, from the deb file 'Included<br> > Files':<br> ><br> > ./<br> > usr/<br> > usr/bin/<br> > usr/bin/AutopanoPro/<br> >  usr/lib/<br>
 > usr/lib/AutopanoPro/<br> > usr/lib/AutopanoPro/AutopanoPro<br> > [snip]<br> ><br> > So I downloaded the .tar.gz file they have available.<br> ><br> > Copying the executable 'AutopanoPro' to the /usr/bin/AutopanoPro directory<br>
 > didn't fix the .deb installation, neither did replacing the directory with<br> > the executable from the .tar.gz<br> ><br> > Running the program extracted from the .tar.gz<br> > directly didn't work immediately either. The shell script<br>
 > they give to launch it throws a bad substitution error. I got it working in<br> > the end by using the extracted tar.gz and editing the script file<br> > AutopanoPro.sh as so:<br> ><br> > 4c4<br> > < if [ "${dirname:0:1}" != "/" ]; then<br>
 > ---<br> > > if [ `echo ${dirname} | grep ^\/` ]; then<br> ><br> > This achieves the same intent in a different way which works here.<br> ><br> > cheers,<br> >  Owen.<br><br><br>Have you been able to start the program at all? I have not.<br>
<br><br> Dotan Cohen<br><br></blockquote></div><br>Hey,<br>  Yeah, decompress the .tar.gz file they offer, alter the script file and it works for me  in an XUbuntu VM.<br>  By 'works' I mean the program runs, opens and presents me with a window with no errors. I haven't actually used it.<br>
<br>cheers,<br>Owen.<br>