discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Problems with some images...


From: Richard Frith-Macdonald
Subject: Re: Problems with some images...
Date: Wed, 30 May 2007 05:36:24 +0100


On 30 May 2007, at 00:33, Vaisburd, Haim wrote:

Stefan Bidigaray wrote:

The problem is that PhotoClip doesn't have a PhotoClipInfo.plist,
which is where this stuff needs to be.  I attached the file!

Thank you, got it.


[copying the stripped version for the mail list sake]

{
  ApplicationName = "PhotoClip";
  NSIcon = "PhotoClip.tiff";
  NSRole = "Viewer";
  NSType = (
    {
      NSUnixExtensions = ( "tiff", "tif" );
      NSIcon = "PhotoClip.tiff";
    },
    {
      NSUnixExtensions = ( "jpeg", "jpg" );
      NSIcon = "PhotoClip.tiff";
    }
  );
}

What program reads and inderstands that file?

The make_services program reads this stuff and caches a binary representation of the info for all apps which are installed in standard places. The gui library reads the cached data in order to implement features of the NSWorkspace class.

Is it GWorkspace? If so, where this file should be
placed?

It's stored in the application bundle, and doing 'make install' puts the application in the correct place your your system (eg /usr/ GNUstep/Local/Applications).






reply via email to

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