discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Pb with app wrapper


From: Alfred le Grand
Subject: Pb with app wrapper
Date: Mon, 16 Oct 2000 00:20:21 +0200

Hi,

I'm trying to create an .app wrapper for the acroread utility.
right now, the app correctly starts from GWorkspace but the .pdf files
are still
not recognized. Has anyone some idea of whats wrong?

Here is the file tree layout:
[fcv@r48m195 Apps]$ pwd
/home/fcv/Local/Apps
[fcv@r48m195 Apps]$ ls -R
.:
Acrobat.app/

./Acrobat.app:
Acrobat*  Acrobat.tiff  FileIcon_.pdf.tiff  Resources/

./Acrobat.app/Resources:
Info-gnustep.plist

And here is the content of the Info-gnustep.plist file:
{
    NSExecutable = acroread;
    NSIcon = "Acrobat.tiff";
    NSRole = "Viewer";
    NSTypes = (
            {
              NSUnixExtensions = ( "pdf" );
              NSIcon = "FileIcon_.pdf.tiff";
            }
    );
}

Thanks, Frederic



reply via email to

[Prev in Thread] Current Thread [Next in Thread]