GNOME Bugzilla – Bug 733870
Segmentation fault on "zenity --notification --text=foo --hint=urgency"
Last modified: 2014-08-29 12:35:16 UTC
$ zenity --notification --text=foo --hint=urgency Segmentation fault I tried on both Debian and Gentoo: same result.
Version is 3.12.1.
Hello, commit 9d03f0d006ad3080d6bbb91bff6ea5e71c7c98a2 fix it. Actually, the --hint=urgency is wrong, the correct should be --hint=urgency:0 (for low, 1 for normal, 2 for high) but you're right that shouldn't throw a seg fault if you don't specify the urgency.