X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A02020A.4FF9B866.002F,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=2cp5XZ03M2vnUJocAhlMkaMaDoAobX7R+Csg6TPaHnA= c=1 sm=1 a=8iEie87WbnsA:10 a=14Ahi2RKUd0A:10 a=G8Uczd0VNMoA:10 a=8nJEP1OIZ-IA:10 a=vIu8Bjv99zA89b1LPaaZoA==:17 a=e4naTpfLG8NdXzkvYSoA:9 a=wPNLvfGTeEIA:10 a=vIu8Bjv99zA89b1LPaaZoA==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Message-ID: <4FF9B866.3@cox.net> Date: Sun, 08 Jul 2012 09:42:14 -0700 From: Eric Brombaugh User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] gtk hid file chooser problems References: <4FF8B79E DOT 6000503 AT cox DOT net> <20473 DOT 15613 DOT 753406 DOT 444086 AT vagabond DOT local> In-Reply-To: <20473.15613.753406.444086@vagabond.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 07/08/2012 12:55 AM, Patrick Bernaud wrote: > Hello, > > Eric Brombaugh writes: > > [...] > > when I updated my main linux machine to Fedora 17. F17 is GTK 3 based > > and it appears that the behavior of the file chooser dialog has changed > > in that it no longer defaults to the current directory when > > gtk_file_chooser_set_current_folder() isn't called to set it. Instead it > > presents you with a useless list of recently accessed files. > > Please note this problem has already been reported as bug #855621 [1] > and a patch has been proposed. Interesting. That patch approaches the problem from a very different perspective than mine. That patch treats the bug like a problem with pcb, while mine views it more like a deficiency in GTK. Hard for me to say which is the better solution. Eric