X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on ham01.websitewelcome.com X-Spam-Flag2999: NO X-Spam-Level2999: X-Spam-Status2999: "No, score=0.8 required=5.0 tests=BAYES_50 autolearn=ham version=3.3.1 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gibibit.com; h=Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding:X-BWhitelist:X-Source:X-Source-Args:X-Source-Dir:X-Source-Sender:X-Source-Auth:X-Email-Count:X-Source-Cap; b=PV0aSPTHDYCr/QwLuE0guNIYZPo9tuuYj8jN4mG1qN3E1RJP5C60Bz4cRILwAqJcQJwFMvLMcfWDNSTTP7nXP4c5NVYdtDSGFlAPjYCg8YMoDWHWusbfWKcIsrN5zf7B; Date: Mon, 12 Dec 2011 15:30:26 -0800 From: Colin D Bennett To: geda-help AT delorie DOT com Subject: Re: [geda-help] The attribute value dialog is hidden Message-ID: <20111212153026.072f9aee@svelte> In-Reply-To: References: <20111209100756 DOT 42c442a8 AT svelte> <1323715419 DOT 21625 DOT 17 DOT camel AT localhost> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.6; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: spk.venturedesignservices.com (svelte) [65.61.115.34]:31327 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 1 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id pBCNUVSI006212 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 Precedence: bulk On Mon, 12 Dec 2011 14:02:32 -0600 heathmatlock wrote: > 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. For the record, GNOME 3 has nothing to do with this bug. It depends only on whether the Ubuntu “overlay scrollbars” are enabled, which is the default even on GNOME 3. You must set the environment variable to disable them (or actually uninstall the liboverlayscrollbar package). > Thanks for the help. Here's hoping, in the future, there's a fix > without having to specify settings manually at startup. I don't specify settings manually to run gschem; I just globally disabled those nasty overlay scrollbars by creating the file /etc/X11/Xsession.d/80overlayscrollbars with the following line in it: export LIBOVERLAY_SCROLLBAR=0 I think the patch Peter posted is intended to fix the problem without requiring you to disable the overlay scrollbars. I haven't tested it, however. Regards, Colin