From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: Icecat 52 crashing in file dialogues Date: Sat, 22 Apr 2017 01:03:24 +0200 Message-ID: <87lgqtz7lv.fsf@lassieur.org> References: <20170421172745.oy56jbiwbhmz4rx4@abyayala> <87pog5zlh4.fsf@lassieur.org> <877f2dzkbc.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1haQ-0005kR-6v for guix-devel@gnu.org; Fri, 21 Apr 2017 19:03:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1haN-0007Hq-4P for guix-devel@gnu.org; Fri, 21 Apr 2017 19:03:34 -0400 Received: from mail.lassieur.org ([83.152.10.219]:35670) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d1haM-0007Hb-TN for guix-devel@gnu.org; Fri, 21 Apr 2017 19:03:31 -0400 In-reply-to: <877f2dzkbc.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver writes: > Clément Lassieur writes: > >> ng0 writes: >> >>> Hi, >>> >>> has someone else experienced crashes since the icecat update? >>> >>> My system state isn't that old, but a week older than my profile state. >>> File dialgues (save file) cause random crashes, Open file dialogues (change profile picture, etc) cause reproducible crashes all the time. >> >> Yes, I did experience the same thing. I wrote a small patch that fixes >> it, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26593. > > Thank you! For now, please push your patch. (I would reply to the bug > report, but it hasn't yet been delivered to me.) Ok, pushed! >> I'm not a GTK expert, there might be a cleaner way deal with >> XDG_DATA_DIRS. > > Perhaps, but if so we can fix it up later. For now, it's important to > have a usable browser, and your approach is the one that has been > tested. > > Thanks! > Mark