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 09:49:32 +0200 Message-ID: <87k26czxtf.fsf@lassieur.org> References: <20170421172745.oy56jbiwbhmz4rx4@abyayala> <87pog5zlh4.fsf@lassieur.org> <20170422052019.GA15011@mail.thebird.nl> 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]:53786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d1pna-0008Gb-Ek for guix-devel@gnu.org; Sat, 22 Apr 2017 03:49:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d1pnW-0003VT-IL for guix-devel@gnu.org; Sat, 22 Apr 2017 03:49:42 -0400 Received: from mail.lassieur.org ([83.152.10.219]:35680) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d1pnW-0003V3-Ad for guix-devel@gnu.org; Sat, 22 Apr 2017 03:49:38 -0400 In-reply-to: <20170422052019.GA15011@mail.thebird.nl> 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: Pjotr Prins Cc: guix-devel@gnu.org, 26593@debbugs.gnu.org Pjotr Prins writes: > On Fri, Apr 21, 2017 at 08:03:51PM +0200, Clément Lassieur wrote: >> 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. >> >> I'm not a GTK expert, there might be a cleaner way deal with >> XDG_DATA_DIRS. > > Looks like we can use similar wrappers for all GTK tools, including > gnumeric, geeqie, gnucash etc. Those are the ones that crash on me > without XDG_DATA_DIRS. At this point I use alias on my Debian based > system: > > alias gnucash='env XDG_DATA_DIRS=/usr/local/share:/usr/share gnucash' > alias gnumeric='env XDG_DATA_DIRS=/usr/local/share:/usr/share gnumeric' There is also a 'glib-or-gtk-build-system' (extension of 'gnu-build-system'), that does some more advanced wrapping. For some reason, I couldn't get it to work, but if that is the cleaner way, I could try to dig into it.