bug#32835: icecat show many warning and don't display correctly

2019-01-31 Thread Andreas Enge
Well, things are more delicate than that. It is not enough to just swap the build system, something probably also needs to be done around these lines in the build recipe: #:modules ((ice-9 ftw) (ice-9 rdelim) (ice-9 match)

bug#32835: icecat show many warning and don't display correctly

2019-01-31 Thread Andreas Enge
On Thu, Jan 31, 2019 at 01:24:03PM +, Maxim Cournoyer wrote: > Then something is wrong. Changing something as important should have > definitly triggered a rebuild. > Are you modifying a git checkout of Guide and prefixing all of the Guix > commands with "./pre-inst-env" ? Apologies, I must

bug#32835: icecat show many warning and don't display correctly

2019-01-31 Thread Maxim Cournoyer
Hello, On January 31, 2019 10:47:23 AM UTC, Andreas Enge wrote: >On Wed, Jan 30, 2019 at 07:02:29PM +0100, Ricardo Wurmus wrote: >> The solution might be to use glib-or-gtk-build-system instead of >> gnu-build-system. This would wrap the binary in the required >> variables. >> >> Would someone

bug#32835: icecat show many warning and don't display correctly

2019-01-31 Thread Andreas Enge
On Wed, Jan 30, 2019 at 07:02:29PM +0100, Ricardo Wurmus wrote: > The solution might be to use glib-or-gtk-build-system instead of > gnu-build-system. This would wrap the binary in the required > variables. > > Would someone like to try this before we make the change in the master > branch? I

bug#32835: icecat show many warning and don't display correctly

2019-01-31 Thread Andreas Enge
On Wed, Jan 30, 2019 at 07:02:29PM +0100, Ricardo Wurmus wrote: > The solution might be to use glib-or-gtk-build-system instead of > gnu-build-system. This would wrap the binary in the required > variables. > > Would someone like to try this before we make the change in the master > branch?

bug#32835: icecat show many warning and don't display correctly

2019-01-30 Thread Ricardo Wurmus
Andreas Enge writes: > On Mon, Jan 28, 2019 at 10:31:29AM +0900, Yoshinori Arai wrote: >> I think it's no problem if 'source "$HOME/.guix-profile/etc/profile"' >> is written in user's bash_profile. > > I already do, but this is not enough. Installing icecat into the user profile > does not

bug#32835: icecat show many warning and don't display correctly

2019-01-30 Thread Andreas Enge
On Mon, Jan 28, 2019 at 10:31:29AM +0900, Yoshinori Arai wrote: > I think it's no problem if 'source "$HOME/.guix-profile/etc/profile"' > is written in user's bash_profile. I already do, but this is not enough. Installing icecat into the user profile does not cause XDG* environment variables to

bug#32835: icecat show many warning and don't display correctly

2019-01-27 Thread Yoshinori Arai
On Sun, Jan 27, 2019 at 04:54:10PM +0100, Andreas Enge wrote: > Hello, > > On Fri, Jan 18, 2019 at 07:57:40AM -0800, Quiliro Ordonez wrote: > > El 2019-01-07 21:41, 荒井吉則 escribió: > > > It's working. > > > > > > export > > >

bug#32835: icecat show many warning and don't display correctly

2019-01-27 Thread Andreas Enge
Hello, On Fri, Jan 18, 2019 at 07:57:40AM -0800, Quiliro Ordonez wrote: > El 2019-01-07 21:41, 荒井吉則 escribió: > > It's working. > > > > export > > XDG_DATA_DIRS="$HOME/.guix-profile/share${XDG_DATA_DIRS:+:}$XDG_DATA_DIRS" > > icecat & > does not work. > > export >