GNOME Bugzilla – Bug 91207
gnome-dictionary session management broken
Last modified: 2004-12-22 21:47:04 UTC
See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=71541 (tries to look up the --sm-config-prefix as a word)
Oh dear, rather unfortunate this one ;)
seems to be fixed [shrug] for (i = 1; i < argc; i++) if (argv[i][0] != '-') { gdict_defbox_lookup(defbox, argv[i]); break; }