* Icecat 52 crashing in file dialogues @ 2017-04-21 17:27 ng0 2017-04-21 18:03 ` Clément Lassieur 0 siblings, 1 reply; 6+ messages in thread From: ng0 @ 2017-04-21 17:27 UTC (permalink / raw) To: guix-devel 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. -- PGP and more: https://people.pragmatique.xyz/ng0/ ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Icecat 52 crashing in file dialogues 2017-04-21 17:27 Icecat 52 crashing in file dialogues ng0 @ 2017-04-21 18:03 ` Clément Lassieur 2017-04-21 18:28 ` Mark H Weaver 2017-04-22 5:20 ` Pjotr Prins 0 siblings, 2 replies; 6+ messages in thread From: Clément Lassieur @ 2017-04-21 18:03 UTC (permalink / raw) To: ng0; +Cc: guix-devel ng0 <contact.ng0@cryptolab.net> 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. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Icecat 52 crashing in file dialogues 2017-04-21 18:03 ` Clément Lassieur @ 2017-04-21 18:28 ` Mark H Weaver 2017-04-21 23:03 ` Clément Lassieur 2017-04-22 5:20 ` Pjotr Prins 1 sibling, 1 reply; 6+ messages in thread From: Mark H Weaver @ 2017-04-21 18:28 UTC (permalink / raw) To: Clément Lassieur; +Cc: guix-devel Clément Lassieur <clement@lassieur.org> writes: > ng0 <contact.ng0@cryptolab.net> 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.) > 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Icecat 52 crashing in file dialogues 2017-04-21 18:28 ` Mark H Weaver @ 2017-04-21 23:03 ` Clément Lassieur 0 siblings, 0 replies; 6+ messages in thread From: Clément Lassieur @ 2017-04-21 23:03 UTC (permalink / raw) To: Mark H Weaver; +Cc: guix-devel Mark H Weaver <mhw@netris.org> writes: > Clément Lassieur <clement@lassieur.org> writes: > >> ng0 <contact.ng0@cryptolab.net> 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Icecat 52 crashing in file dialogues 2017-04-21 18:03 ` Clément Lassieur 2017-04-21 18:28 ` Mark H Weaver @ 2017-04-22 5:20 ` Pjotr Prins 2017-04-22 7:49 ` Clément Lassieur 1 sibling, 1 reply; 6+ messages in thread From: Pjotr Prins @ 2017-04-22 5:20 UTC (permalink / raw) To: Clément Lassieur; +Cc: guix-devel, 26593 On Fri, Apr 21, 2017 at 08:03:51PM +0200, Clément Lassieur wrote: > ng0 <contact.ng0@cryptolab.net> 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' -- ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Icecat 52 crashing in file dialogues 2017-04-22 5:20 ` Pjotr Prins @ 2017-04-22 7:49 ` Clément Lassieur 0 siblings, 0 replies; 6+ messages in thread From: Clément Lassieur @ 2017-04-22 7:49 UTC (permalink / raw) To: Pjotr Prins; +Cc: guix-devel, 26593 Pjotr Prins <pjotr.public12@thebird.nl> writes: > On Fri, Apr 21, 2017 at 08:03:51PM +0200, Clément Lassieur wrote: >> ng0 <contact.ng0@cryptolab.net> 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. ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-04-22 7:49 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-04-21 17:27 Icecat 52 crashing in file dialogues ng0 2017-04-21 18:03 ` Clément Lassieur 2017-04-21 18:28 ` Mark H Weaver 2017-04-21 23:03 ` Clément Lassieur 2017-04-22 5:20 ` Pjotr Prins 2017-04-22 7:49 ` Clément Lassieur
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/guix.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.