Re: [tuxdroid-user] Tux Droid and Pidgin!!
Status: Beta
Brought to you by:
ks156
From: neimad <ror...@gm...> - 2007-05-26 12:35:57
|
"Julien Ruchaud" <jul...@gm...> writes: > 4': Is it preferable to exit with return code different to 0 and > specify in error maybe that dbus support is not supported by Pidgin ? Yes, exiting with a value other than zero would be better in this case (no dbus support or not pidgin running, which would be the same thing from the script's pov, i guess). However, if the script is intended to be run as a daemon, it would be better to periodically check whether pidgin is running and notify the user (with notify-send, for instance) when pidgin is started/stopped. Damien |