[Scribus] acroread for Scribus files ?
Gregory Pittman
gpittman
Thu Dec 8 16:27:48 CET 2005
Calum Polwart wrote:
> John Jordan wrote:
>
>>On 7 Dec 2005, at 14:10, Nicholas Vettese wrote:
>>
>>
>>
>>>Can you run "acroread" from the command line or a "Run" dialog?
>>>
>>>
>>
>>No. All I get is "command not found."
>>
>>I did a search from / for "acroread" and found:
>>
>>usr/share/apps/kdisplay/app-defaults/AcroRead.ad
>>home/jjj/.kde/share/apps/RecentDocuments/AcroRead.ad[2].deskto
>>p
>>usr/share/icons/crystalsvg/128x128/apps/acroread.png
>>usr/share/icons/crystalsvg/16x16/apps/acroread.png
>>usr/share/icons/crystalsvg/32x32/apps/acroread.png
>>usr/share/icons/crystalsvg/48x48/apps/acroread.png
>>usr/share/icons/crystalsvg/64x64/apps/acroread.png
>>
>>
>>
> That looks like acroread isn't installed...
>
> My (Fedora) acroread 7 is installed as:
>
> */usr/local/Adobe/Acrobat7.0/bin/acroread*
>
> I assume that's the default location - cause there's no way I'd have
> put it there!
>
> */usr/bin/acroread* is the method for running it.
/usr/bin/acroread is just going to be a symlink to
/usr/local/Adobe/Acrobat7.0/bin/acroread, which you can create yourself
if your install process didn't do this (as root):
ln -s /usr/local/Adobe/Acrobat7.0/bin/acroread /usr/bin/acroread
Note that the name for the link you're creating comes /after/ the real
file it points to.
Another note is that, if you have and are using slocate to try to find
acroread that you have just installed, you would need to run 'updatedb'
as root to be able to find it.
Greg
More information about the scribus
mailing list