X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+r9uGt0sUAlA+pTBkVX87Pr3z1wO4yhqa2JpyBAEJtk=; b=hORc6GVyH+ngKpogJ2sZVRi4UTOzRV8vneVK3Gzth2UOY4cETzFl5npF/lyfvFqMgm uTpvkrIMkKPs0o4kPgLzhQIjocMsxLKwfW1RnSUQHr5fsqnAu4cTuj/gzFLts6dyuxAD kekrla4bOf9nYSKnjhXkXI29LXc0d/b5C6avuumzWJi6sGdyJIXeBuQHyCLJf8VVhENz AgeA5i5JLdWGKgZuYJmxotmKi0+efP0HIL+2orvd3QN0jD94ZjrvCAX5IEqCRgO00Lj9 87J0Vzsm7GiLwAwFTSKybRwvte4MXrLkPesHtsxPX512GO0Cjz4e25U0G7c1sdq/XnEx 9WpQ== MIME-Version: 1.0 X-Received: by 10.129.136.65 with SMTP id y62mr25027173ywf.69.1443004463016; Wed, 23 Sep 2015 03:34:23 -0700 (PDT) In-Reply-To: <20150917092318.18060182@warrawoona.sti> References: <20150917092318 DOT 18060182 AT warrawoona DOT sti> Date: Wed, 23 Sep 2015 13:34:22 +0300 Message-ID: Subject: Re: [geda-user] Gshem (from git): Cluttered program window. From: "dmn (graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, Sep 17, 2015 at 7:23 AM, Alexey Shaposhnikov (canisdirusleidy AT yandex DOT ru) [via geda-user AT delorie DOT com] wrote: > > Is there any way to disable those annoying widgets and make main > window looks like in 1.8/earlier GIT versions? > > -- > Alexey Shaposhnikov Hi, Alexey. You may have a look at the patch here: https://bugs.launchpad.net/geda/+bug/1492834/comments/3 (adds options to hide sidebars). Another way is to use command line arguments: gschem -c '(view-status)' -c '(view-sidebar)' Cheers, Dmitry.