Closed Bug 358110 Opened 18 years ago Closed 17 years ago

Mac: Sunbird should be registered for ICS files and webcal[s] URLs

Categories

(Calendar :: Sunbird Only, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Sunbird 0.5

People

(Reporter: mattwillis, Assigned: mattwillis)

References

Details

Attachments

(2 files, 2 obsolete files)

Sunbird should be registered for ICS files and webcal[s] URLs on the Mac.
Most of this is done in Info.plist
We need some pretty icons too though.
Assignee: nobody → lilmatt
Status: NEW → ASSIGNED
Attachment #243549 - Flags: first-review?(cmtalbert)
Attachment #243550 - Flags: first-review?(cmtalbert)
Comment on attachment 243549 [details]
screenshots of the new ICS document icons

Icons are pretty. r+
Attachment #243549 - Flags: first-review?(cmtalbert) → first-review+
(In reply to comment #3)
> (From update of attachment 243549 [details] [edit])
> Icons are pretty. r+
> 
Of course the one on the left claims to be a photoshop file, but I'm sure it will be an icns when you check it in.

Comment on attachment 243550 [details] [diff] [review]
Registers Sunbird for ICS files and webcal URLs (using the nice icon for ICS)

This looks good. I just eyeballed it, and I don't see any issues with it.
However, I have one question:
Is this sufficient to handle the case where iCAL.app is already associated with ICS files?
Attachment #243550 - Flags: first-review?(cmtalbert) → first-review+
(In reply to comment #5)
> Is this sufficient to handle the case where iCAL.app is already associated with
> ICS files?

If you select an .ICS file in Finder.app and click "Get Info" from the gear icon (or hit Cmd-I) you can change the app it opens in, and then click "Change All" to change the default handler for .ICS files.

So, yes.
Attachment #243550 - Flags: second-review?(jminta)
Attachment #243549 - Flags: second-review?(jminta)
Comment on attachment 243549 [details]
screenshots of the new ICS document icons

I'd say this just needs UI review, but r2=jminta if you want it.
Attachment #243549 - Flags: second-review?(jminta) → second-review+
Whiteboard: [patch in hand][needs review jminta]
Blocks: 352566
Comment on attachment 243550 [details] [diff] [review]
Registers Sunbird for ICS files and webcal URLs (using the nice icon for ICS)

I'd like to know why this isn't getting handled by our existing commandline handlers.  Are they detecting it at all?
(In reply to comment #8)
As far as I can tell, no.  Do our command line handlers want file:/// style URLs?  I'm pretty sure that's not what they're getting from LaunchServices.
(In reply to comment #9)
I stand corrected.

This is what "Open with..." > "Sunbird" on an .ICS file opens Sunbird with:

/Applications/CalendarDebug.app/Contents/MacOS/sunbird-bin -url file://localhost/Users/mwillis/Desktop/andrew2.ics -foreground
Attachment #253898 - Flags: second-review?(jminta)
Attachment #253898 - Flags: first-review+
Comment on attachment 253898 [details] [diff] [review]
Same as previous, but handles -url command line switch as well.

I'm against pre-processing unless absolutely necessary.  Why not just allow -url and -subscribe to both be supported on all platforms?

You need to document the -url option for -help.

Does this work if Sunbird is already running?  I have a bad feeling I screwed that up when I messed around with the commandline handlers last time.
Comment on attachment 243550 [details] [diff] [review]
Registers Sunbird for ICS files and webcal URLs (using the nice icon for ICS)

I'm assuming this has become obsolete due to the more recent patch?
Attachment #243550 - Flags: second-review?(jminta)
Comment on attachment 243550 [details] [diff] [review]
Registers Sunbird for ICS files and webcal URLs (using the nice icon for ICS)

ya. obsoleting it
Attachment #243550 - Attachment is obsolete: true
(In reply to comment #12)
> (From update of attachment 253898 [details] [diff] [review])
> I'm against pre-processing unless absolutely necessary.  Why not just allow
> -url and -subscribe to both be supported on all platforms?
It seemed silly to do so since it's only necessary for Mac OS X.

> You need to document the -url option for -help.
Neither Fx nor Tb do so. Do you still want me to? See below.

MacBook-2:~ mwillis$ /Applications/Firefox.app/Contents/MacOS/firefox-bin -help
Usage: /Applications/Firefox.app/Contents/MacOS/firefox-bin [ options ... ] [URL]
       where options include:

        --g-fatal-warnings              Make all warnings fatal

Mozilla options
        -height <value>         Set height of startup window to <value>.
        -h or -help             Print this message.
        -width <value>          Set width of startup window to <value>.
        -v or -version          Print Firefox version.
        -P <profile>            Start with <profile>.
        -ProfileManager         Start with Profile Manager.
        -UILocale <locale>              Start with <locale> resources as UI Locale.
        -contentLocale <locale>         Start with <locale> resources as content Locale.
        -safe-mode              Disables extensions and themes for this session.
  -jsconsole           Open the Error console.
  -browser            Open a browser window.
Usage: firefox [-flags] [<url>]
MacBook-2:~ mwillis$ /Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin -help
Usage: /Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin [ options ... ] [URL]
       where options include:

        --g-fatal-warnings              Make all warnings fatal

Mozilla options
        -height <value>         Set height of startup window to <value>.
        -h or -help             Print this message.
        -width <value>          Set width of startup window to <value>.
        -v or -version          Print Thunderbird version.
        -P <profile>            Start with <profile>.
        -ProfileManager         Start with Profile Manager.
        -UILocale <locale>              Start with <locale> resources as UI Locale.
        -contentLocale <locale>         Start with <locale> resources as content Locale.
        -safe-mode              Disables extensions and themes for this session.
  -jsconsole           Open the Error console.
  -addressbook         Open the address book at startup.
  -compose             Compose a mail or news message.
  -mail                Open the mail folder view.
  -options             Open the options dialog.
  -news                Open the news client.


> Does this work if Sunbird is already running?  I have a bad feeling I screwed
> that up when I messed around with the commandline handlers last time.

No. It brings Sb to the foreground, but nothing happens.

That said, this patch as it stands is an improvement from the current situation.
(In reply to comment #15)
> It seemed silly to do so since it's only necessary for Mac OS X.
It doesn't hurt, and I really am anti-preprocessing

> 
> > You need to document the -url option for -help.
> Neither Fx nor Tb do so. Do you still want me to? See below.
Yeah, we can do better than them here.

> No. It brings Sb to the foreground, but nothing happens.
> 
The solution to this would be (I think) to do the calendar add in the actual commandline handler file.  I'd prefer to do this now, rather than committing code we know we're just going to delete/re-add in a second patch.
This removes the preprocessing, and adds the help text.

Regarding the last issue: 
We currently don't handle subscribing to a calendar when we're already running on _any_ platform.  Handling incoming command lines while running is a larger issue for the entire app.  I don't want to prevent this bug from landing in 0.5 while we build in that support.

Requesting review from mvl since ctalbert's on vaca and jminta's busy getting his law on.
Attachment #253898 - Attachment is obsolete: true
Attachment #258287 - Flags: first-review?(mvl)
Attachment #253898 - Flags: second-review?(jminta)
Whiteboard: [patch in hand][needs review jminta] → [patch in hand][needs review mvl]
Comment on attachment 258287 [details] [diff] [review]
rev3 - Address most of jminta's comments

r=mvl
Attachment #258287 - Flags: first-review?(mvl) → first-review+
Patch checked in on MOZILLA_1_8_BRANCH and trunk.

-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [patch in hand][needs review mvl]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: