Comment 5 for bug 338279

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 338279] [NEW] notify-osd should be aware of if the messaging indicator is present and fall back to old style notifications if it's not

Ted Gould [2009-03-07 13:32 -0000]:
> Martin does this sound reasonable to you?

Yes. This could either happen by adding another test, or by entirely
inverting it. The latter might be better if the new notify-osd is
really depending on gnome and the messaging indicator. Such as

 Exec=/bin/sh -c "if [ $GDMSESSION = gnome ]; then exec /usr/lib/notify-osd/notify-osd; else exec /usr/lib/notification-daemon/notification-daemon; fi