X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20121010133149.14060.qmail@stuge.se> Date: Wed, 10 Oct 2012 15:31:49 +0200 From: Peter Stuge To: geda-user AT delorie DOT com Subject: Re: [geda-user] Text scaling during zoom in gschem Mail-Followup-To: geda-user AT delorie DOT com References: <5074fd46 DOT 8aec440a DOT 4f24 DOT 260e AT mx DOT google DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5074fd46.8aec440a.4f24.260e@mx.google.com> 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 John Peck wrote: > > Of course your problems may be related to fonts -- have you installed any custom fonts? > > Thank you, Stefan Salewski, fonts were my problem. I found this list on a blog: > http://xed.ch/help/gentoo.html > ..and I brute force just installed all of them: > > emerge arkpandora artwiz-aleczapka-en cheapskatefonts corefonts > dejavu font-adobe-100dpi font-adobe-75dpi font-adobe-utopia-100dpi > font-adobe-utopia-75dpi font-adobe-utopia-type1 font-alias > font-bh-100dpi font-bh-75dpi font-bh-lucidatypewriter-100dpi > font-bh-lucidatypewriter-75dpi font-bh-ttf font-bh-type1 > font-bitstream-100dpi font-bitstream-75dpi font-bitstream-speedo > font-bitstream-type1 font-cursor-misc font-misc-misc font-dec-misc > font-ibm-type1 font-micro-misc font-schumacher-misc font-sony-misc > font-sun-misc font-util font-xfree86-type1 freefont-ttf freefonts > lfpfonts-fix lfpfonts-var liberation-fonts terminus-font > ttf-bitstream-vera urw-fonts > > ..and now gschem is working as I remember it. That's great, but please *PLEASE* help improve the ebuilds by finding out exactly which package it is that you needed, so that we can add a dependency in the ebuild, so that noone has to run into the same problem *ever* again on Gentoo. Please! Now that you have them installed you could use quickpkg to create tbz2 packages of them all, then uninstall them all and install one tbz2 binpkg at a time until it starts working. Then uninstall them all again, and install *only* that tbz2 binpkg to verify that it was sufficient. My guess is that it is one of these: corefonts freefont-ttf freefonts liberation-fonts terminus-font ttf-bitstream-vera So I'd remove all the packages you installed and try one at a time in my list. And then verify that it is indeed just one of them that is needed. If you find out which package does the trick I commit to getting that dependency into the ebuild. A screenshot of the broken state would also be helpful. (I like the import tool from ImageMagick. Run: import geda.png And wait for the crosshair pointer, then click on the window you want to capture. import saves to the filename you specified. Thank you //Peter