discuss-gnustep
[Top][All Lists]
Advanced

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

Re: RSS/RDF Aggregator


From: Chris B. Vetter
Subject: Re: RSS/RDF Aggregator
Date: Mon, 20 Oct 2003 10:17:52 -0700

On Sat, 18 Oct 2003 10:10:11 -0700
Alex Perez <aperez@student.santarosa.edu> wrote:
> On Oct 18, 2003, at 9:56 AM, Marcus Müller wrote:
> > [snip]
> >  However, as I said, NSWorkspace (in GNUstep) doesn't implement 
> > opening of NSURLs. So, don't expect to see anything more besides the
> > headlines - that is, until someone implements this functionality.
> Would anyone be willing to implement this properly under GNUstep?

This isn't entirely correct (but isn't entirely wrong either).

NSWorkspace -openURL: checks whether the given argument is a file, and
if it is, tries to open it (or notifies the appropriate application to
open it). If it is a url, it returns NO.

In this case, the example services should kick in, which try to launch
'mozilla', which isn't necessarily installed. However, the example
services will check whether 'NSWebBrowser' is set and use the specified
web browser instead of 'mozilla'.

In most cases this should work fine, though I'm not entirely convinced
that this is the way it should be implemented.

-- 
Chris




reply via email to

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