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=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=D8p1KSYK7uf2mI+i1lKNLgYnX68L4CPG4tgW5pP7OqE=; b=K65K6H60uxKWJe98iDnx4rkhz0y3MYzuGApW8cac4lpZJTpCbHA2NWDyxAdS18ldU9 J1sU6OB6aqA/MwyoTF3qXxOeXBJ3ytTfIbDdU6TfNIdJEGjDsQdgUI8M7ss4xLId+LDO q3yichMX2a3wJO7VkXIDVHmO5gbpd25RGSFSI0j2BtRfULEFviU/Noij7jkOxDX3GauQ m9mXnFB6iA7i7tBPTgIg5ceLsFIWGdkH1S92m+R1uqCeUH3PJyIEB9rMFiqO5SEDJtFV mH/3TgHVVB9ex553QmH56HLYY71QeM3wtWlXVMIp6eFLJJdos8USwTJWWwpB0SmhneKx oZkA== X-Received: by 10.112.201.167 with SMTP id kb7mr1198652lbc.32.1387549220943; Fri, 20 Dec 2013 06:20:20 -0800 (PST) Date: Fri, 20 Dec 2013 18:20:17 +0400 From: Vladimir Zhbanov To: geda-help AT delorie DOT com Subject: Re: [geda-help] how to get keyboard shortcut menu Message-ID: <20131220142017.GA25526@localhost.localdomain> Mail-Followup-To: geda-help AT delorie DOT com References: <1387499068 DOT 2108 DOT 7 DOT camel AT AMD64X2 DOT fritz DOT box> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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 Thu, Dec 19, 2013 at 06:42:15PM -0700, Michael Williamson wrote: > Hi > > The 'options->show log' button is on the menu bar that is missing. > But, the "status" window appears when gschem is started. It shows no > error: > > gEDA/gschem version 1.6.2.20110115 > gEDA/gschem comes with ABSOLUTELY NO WARRANTY; see COPYING for more details. > This is free software, and you are welcome to redistribute it under certain > conditions; please see the COPYING file for more details. > > Read system config file [/etc/gEDA/system-gafrc] > Read system config file [/etc/gEDA/system-gschemrc] Check permissions of /etc/gEDA/system-gschemrc or just run: sudo chmod a+r /etc/gEDA/system-gschemrc or the same without "sudo" under root. > Read init scm file [/usr/share/gEDA/scheme/gschem.scm] > New file [/home/breeze/untitled_1.sch] > > However, I discovered that the menu bar is present when I start gschem > from a terminal > as root. So it is permission related. If I start gschem from a > terminal (command line) as a user other than root, the menu bar is > missing. > > I did not do any special configuration that I am aware of. I installed > with ubuntu's > > # apt-get install ... > > I installed gschem, pcb, *-dev, *-doc, *-utils, etc... > > I prefer running it as root anyway. This is a Bad Thing anyway.