[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Browser Ident String was Re: Succesfully compiled IceCat using devua
From: |
Jens Korte |
Subject: |
Re: Browser Ident String was Re: Succesfully compiled IceCat using devuan |
Date: |
Fri, 17 Jan 2020 19:32:39 +0100 |
Am Fri, 17 Jan 2020 15:49:30 +0100
schrieb Antonio Trande <address@hidden>:
> On 17/01/20 14:35, Jens Korte wrote:
> > My browser identification is:
> >
> > Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
> >
> > @Antonio what does the IceCat report that you create?
>
> Which report?
I mean the browser identification string. Have a look at
https://useragentstring.com maybe there is a better website in the
internet.
>
> >
> >
> > Am Fri, 17 Jan 2020 07:50:16 +0100
> > schrieb Jens Korte <address@hidden>:
> >> Hi
> >>
> >> I compiled IceCat 68.4.1esr (64bit) using Devuan. This is a short
> >> summary what I did:
> >>
> >> * cloned with git https://gitlab.com/anto.trande/icecat/
> >> * in makeicecat I replaced the prename lines with lines from
> >> gnuzilla since devuan doesn't provide prename
> >> * cd icecat-68.4.1/python/mozbuild/mozbuild/test/action; ln -s
> >> test_package_icecatmobile_apk.py test_package_fennec_apk.py #
> >> configure wants another filename, I guess because of the other
> >> rename commands
> >> * mkdir obj; cd obj; ../configure # I used --with-ccache
> >> * several packages were missing for configure and make. at least:
> >> cargo, clang, clang-lib (?), libdbus-glib-1-dev, libxt-dev, nasm,
> >> yasm
> >>
> >>
> >> When trying to compile icecat for the first time, my PC wasn't
> >> reacting anymore. I changed the btrfs filesystem with compression
> >> to btrfs w/o compression and w/o cow. I limited the count of make
> >> jobs to 1.
> >>
> >> time nice -n19 ionice -c3 make -j 1
> >>
> >> Jens
> >>
> >
> >
> >
>