128a129 > static char *app_label = NULL; 151a153,154 > {"app-label", 'l', 0, G_OPTION_ARG_STRING, &app_label, > N_("Specifies the label shown in the notification (default: notify-send)"), N_("APP_LABEL")}, 223c226 < if (!notify_init ("notify-send")) --- > if (!notify_init (app_label != NULL ? app_label : "notify-send"))