cvs.gedasymbols.org/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-help-bounces using -f |
X-Recipient: | geda-help AT delorie DOT com |
DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=gmail.com; s=gamma; | |
h=mime-version:in-reply-to:references:from:date:message-id:subject:to | |
:content-type:content-transfer-encoding; | |
bh=6KA4bUhdoUbzE1ksCMtesgjtdOs6hlP4R/oCseUR6VE=; | |
b=c8TLwE3jbN0TKwgoH84LwIU0QRDHzVH8wAdP1ksl/k2qtCb2hv7HXZL3VLt3nzoQAU | |
obetlGUBXRfp4zllD7LQ9o5x0PzfkmPsN6Q8liwCMx2HfEqgBwGpJgpPrZ0ozemXiJsJ | |
Bv+fPCngnGvIp+rfLD+mgUmZWCX9TuMggGcXM= | |
MIME-Version: | 1.0 |
In-Reply-To: | <1323715419.21625.17.camel@localhost> |
References: | <CABAYxNshekPtFnAxFatLMoYv4Fzzc0iJtEi4bvfqJCYZHgZACQ AT mail DOT gmail DOT com> |
<20111209100756 DOT 42c442a8 AT svelte> <1323715419 DOT 21625 DOT 17 DOT camel AT localhost> | |
From: | heathmatlock <heathmatlock AT gmail DOT com> |
Date: | Mon, 12 Dec 2011 14:02:32 -0600 |
Message-ID: | <CABAYxNtFDJ8uaYAxm3AqXz4E0tEZih=4wqXNRD5sJGaT08KQig@mail.gmail.com> |
Subject: | Re: [geda-help] The attribute value dialog is hidden |
To: | geda-help AT delorie DOT com |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id pBCK2tnX027186 |
Reply-To: | geda-help AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | geda-help AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
That fix works, but classes are over now. Thanks Peter, now I don't have to boot into a Fedora Electronics Workbench virtualbox session to use gschem. I suppose I could have tried using GNOME3 as Colin suggested, but I was too interested in Fedora's offering. Thanks for the help. Here's hoping, in the future, there's a fix without having to specify settings manually at startup. On Mon, Dec 12, 2011 at 12:43 PM, Peter Clifton <pcjc2 AT cam DOT ac DOT uk> wrote: > To workaround it, you can start gschem with: > > LIBOVERLAY_SCROLLBAR=0 gschem > > Or if you wanted to patch the code with a quick bandaid: > > diff --git a/gschem/src/x_multiattrib.c b/gschem/src/x_multiattrib.c > index e00cde9..28134c0 100644 > --- a/gschem/src/x_multiattrib.c > +++ b/gschem/src/x_multiattrib.c > @@ -2004,6 +2004,7 @@ static void multiattrib_init(Multiattrib *multiattrib) > GTK_SHADOW_IN, > NULL)); > textview = GTK_WIDGET (g_object_new (GTK_TYPE_TEXT_VIEW, > + "height-request", 100, > NULL)); > g_signal_connect (textview, > "key_press_event", > > > > (For a proper fix, this height in needs be be less hard-coded, or at > least based on the size of text-size chosen by the user in their desktop > config.) > -- Heath Matlock +1 256 274 4225
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |