Turning off Growl notifications

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
kmo
Reply | Threaded
Open this post in threaded view
|

Turning off Growl notifications

kmo
Is there an easy way to turn off the Growl notification

Information - EvaluateCommandLineHandler successfully finished

that comes up when an expression is evaluated on the command line?
Reply | Threaded
Open this post in threaded view
|

Re: Turning off Growl notifications

Nicolai Hess-3-2
I think there is no easy way. At least I don't see a setting for this.

2016-04-15 17:20 GMT+02:00 kmo <[hidden email]>:
Is there an easy way to turn off the Growl notification

Information - EvaluateCommandLineHandler successfully finished

that comes up when an expression is evaluated on the command line?



--
View this message in context: http://forum.world.st/Turning-off-Growl-notifications-tp4890227.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.


kmo
Reply | Threaded
Open this post in threaded view
|

Re: Turning off Growl notifications

kmo
Thanks for taking a look.

It's not good that there is no easy way. If you are deploying an application to a user you will almost certainly want to run some kind of startup script - and you will want to suppress any messages.

Looking at the code I think I can probably overwrite an inform method somewhere which should do the trick. But it's not an elegant solution.
Reply | Threaded
Open this post in threaded view
|

Re: Turning off Growl notifications

stepharo


Le 16/4/16 à 09:35, kmo a écrit :
> Thanks for taking a look.
>
> It's not good that there is no easy way. If you are deploying an application
> to a user you will almost certainly want to run some kind of startup script
> - and you will want to suppress any messages.
>
> Looking at the code I think I can probably overwrite an inform method
> somewhere which should do the trick. But it's not an elegant solution.

Indeed can you open a ticket with a setup so that I can test it in real
situation.
I want to fix it.
Now if you run headless I imagine that it will not popup.

Stef
>
>
>
> --
> View this message in context: http://forum.world.st/Turning-off-Growl-notifications-tp4890227p4890278.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>


kmo
Reply | Threaded
Open this post in threaded view
|

Re: Turning off Growl notifications

kmo
I have raised an issue for this: https://pharo.fogbugz.com/f/cases/18144/Easy-way-to-turn-off-Growl-Notifications-required

The issue description includes some sample code for setting up an app and disabling growl the hard way.
Reply | Threaded
Open this post in threaded view
|

Re: Turning off Growl notifications

stepharo
Superb!


Stef


Le 30/4/16 à 15:17, kmo a écrit :

> I have raised an issue for this:
> https://pharo.fogbugz.com/f/cases/18144/Easy-way-to-turn-off-Growl-Notifications-required
>
> The issue description includes some sample code for setting up an app and
> disabling growl the hard way.
>
>
>
> --
> View this message in context: http://forum.world.st/Turning-off-Growl-notifications-tp4890227p4893043.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>