Turning off Growl notifications
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.
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 <voxkmp@gmail.com>:
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.
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. -- 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.
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.
I have raised an issue for this: https://pharo.fogbugz.com/f/cases/18144/Easy-way-to-turn-off-Growl-Notificat... 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.
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-Notificat...
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.
participants (3)
-
kmo -
Nicolai Hess -
stepharo