After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 91207 - gnome-dictionary session management broken
gnome-dictionary session management broken
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gdict
2.0.x
Other Linux
: Normal normal
: GNOME2.0
Assigned To: gnome-utils Maintainers
John Fleck
Depends on:
Blocks:
 
 
Reported: 2002-08-19 23:05 UTC by Havoc Pennington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Havoc Pennington 2002-08-19 23:05:34 UTC
See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=71541

(tries to look up the --sm-config-prefix as a word)
Comment 1 Glynn Foster 2002-09-06 13:15:52 UTC
Oh dear, rather unfortunate this one ;)
Comment 2 Glynn Foster 2002-11-07 11:32:53 UTC
seems to be fixed [shrug]

   for (i = 1;  i < argc;  i++)
            if (argv[i][0] != '-') {
                gdict_defbox_lookup(defbox, argv[i]);
                break;
            }