lewisje / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Mist in Growl2 b5 doesn't show on Snow Leopard #524

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Using Growl2 b5 SDK.  Growl 1.2.2 installed but not running.  Mac OS Snow 
Leopard, 10.6.8.

2.  Fire a Growl notification:

        [GrowlApplicationBridge notifyWithTitle:songTitle
                                    description:songArtist
                               notificationName:kGrowlNewSongNotification
                                       iconData:albumImageData
                                       priority:0 /* how high of priority the alert is, 0 is default */
                                       isSticky:NO /* indicates if we want the alert to stay on screen till clicked */
                                   clickContext:nil]; /* click context is the method we want called when the alert is clicked, nil for none */

3.  I expect Growl Mist to show the notification; instead nothing shows.  

What is the expected output?

To see a notification even though Growl is not running.

What do you see instead?

Nothing.

Please provide any additional information below.

Note: it works as expected when Growl is running.  Also, the problem seems to 
be specific to Snow Leopard and Growl2 SDK.

Original issue reported on code.google.com by vishal.k...@gmail.com on 13 Aug 2012 at 4:52

GoogleCodeExporter commented 8 years ago
Was able to reproduce this issue on Lion 10.7.4 as well.  (That computer does 
not have Growl installed at all.)

Original comment by vishal.k...@gmail.com on 14 Aug 2012 at 1:30

GoogleCodeExporter commented 8 years ago
Do you have a test case that you can show us on this issue?

Original comment by ch...@growl.info on 14 Aug 2012 at 3:53

GoogleCodeExporter commented 8 years ago
I tracked the issue down.  I was building in 32-bit mode.  Building in 64-bit 
fixes the issue.

If that's the expected behavior, this issue can be closed.

Original comment by vishal.k...@gmail.com on 14 Aug 2012 at 8:27

GoogleCodeExporter commented 8 years ago
Ya you should build in 64bit. Closing.

Original comment by ch...@growl.info on 14 Aug 2012 at 3:49