Re: [OpenIndiana-discuss] Firefox 60 ESR available

2019-05-06 Thread Alan Coopersmith

On 5/6/19 9:06 AM, Udo Grabowski (IMK) wrote:

After the addons certificate desaster, a followup hotfix build of the
fixed ESR 60.x should be released in the repo. It's yet to be awaited,
they just pushed the 66.0.4 regular version.


Mozilla has released ESR 60.6.2 upstream:
https://www.mozilla.org/en-US/firefox/60.6.2/releasenotes/

but:
https://bugzilla.mozilla.org/show_bug.cgi?id=1549310

--
-Alan Coopersmith-   alan.coopersm...@oracle.com
 Oracle Solaris Engineering - https://blogs.oracle.com/alanc

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Firefox 60 ESR available

2019-05-06 Thread Michal Nowak

On 05/06/19 05:50 PM, Stephan Althaus wrote:

Hello!

As i think this is a good idea,
i would suggest that there should be a hint in the wiki abut setting 
that value to a larger value on potent systems.


BTW, is it "dom.ipc.processCount" in "about:config" ??


Yes, that's it.

If Firefox even refuses to load about:config, one can put the option to 
prefs.js in the user profile.


Michal

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Firefox 60 ESR available

2019-05-06 Thread Michal Nowak

On 05/06/19 06:06 PM, Udo Grabowski (IMK) wrote:

On 28/04/2019 18:30, Michal Nowak wrote:

As of today Firefox 60.6.1 ESR is available in the hipster repository.

...
3) Some users reported problems with add-ons. Should you encounter 
problems with

Adblock Plus, uBlock Origin maybe of a good replacement.

Given Firefox 60 ESR lifetime (see
https://www.mozilla.org/media/img/firefox/organizations/release-overview-high-res.d3c9788f2dd1.png), 


we already started working on Firefox 68 ESR.



After the addons certificate desaster, a followup hotfix build of the
fixed ESR 60.x should be released in the repo. It's yet to be awaited,
they just pushed the 66.0.4 regular version.


Well, https://ftp.mozilla.org/pub/firefox/releases/60.6.2esr/ was 
released, but XPIs are not there yet as 
https://ftp.mozilla.org/pub/firefox/releases/60.6.2esr/linux-x86_64/xpi/ 
returns 404. Same with 66.0.4. If they don't release it, we may end up 
with XPIs from 60.6.1esr as they doubtedly changed.


Anyway, the "addmagedon" bug should have been fixed for everyone by 
Mozilla via the studies feature in Firefox.


Michal

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Firefox 60 ESR available

2019-05-06 Thread Stephan Althaus

Hello!

As i think this is a good idea,
i would suggest that there should be a hint in the wiki abut setting 
that value to a larger value on potent systems.


BTW, is it "dom.ipc.processCount" in "about:config" ??

Regards,
Stephan

On 05/06/19 07:05, Michal Nowak wrote:

As of today Firefox 60 ESR now by default uses only one context process.

The reason is that with the default four context processes it didn't 
work in installations with just 4 GB of physical memory and 2 GB of 
swap (default picked by the installer). Still, Firefox won't work 
reliably with 4 GB of RAM in the Live environment (where swap is not 
present) and 6 GB are required for Firefox to work in the Live 
environment.


Later today unofficial test images, built by me, at 
http://195.201.40.0:8000 will have the updated Firefox.


Michal

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [CFT] Mate 1.22

2019-05-06 Thread Stephan Althaus

Hello!

Updated yesterday, no issues so far; no missing icons, everything is 
just right!


Thanks for the good work!

Regards,
Stephan

On 05/05/19 12:43, Alexander Pyhalov via openindiana-discuss wrote:

Hello.

Mate was updated to 1.22. We ask you to update your systems, to test new Mate 
and report any issues you find. We are going to wait a bit for feedback (about 
a week) before creating 2019.04 ISO snapshot.

Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss




___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Building Filezilla to replace gftp

2019-05-06 Thread Michal Nowak

Hi,

On 03/25/19 12:58 PM, russell wrote:

Hi,

After replacing gftp with Filezilla last year the latest OpenIndiana 
Hipster update cause Filezilla to complain about the libidn library.


that was me updating libidn which had soname version bump. I rebuild 
dependent components in oi-userland, but, obviously, outside component 
broke.


Would you care to contribute Filezilla to oi-userland, for others to 
consume it easily? Having it in oi-userland will prevent breakage like 
that one from libidn update.


Thanks,
Michal



So I decided to build it again and now have it working, so if you want 
to use Filezilla see the instructions below. Unfortunately to get the 
latest versions of Filezilla working wxWidgets 3.0.2 must be used. I 
have tried to build this previously but will have another attempt.


I have built libfilezilla and filezilla with my current default gcc 
compiiler which is gcc 6.5.0.


1. Build libfilezilla-0.12.1

$ CC=gcc CXX=g++ ./configure --prefix=/usr --enable-shared=yes 
--disable-static

$ gmake
# gmake install

2. Build Filezilla 3.7.4.1

$ CC=gcc CXX=g++ CPPFLAGS="-I/usr/include/idn -I/usr/include/wx-2.8" 
./configureĀ  --prefix=/usr --enable-shared=yes --disable-locales 
--disable-static --disable-autoupdatecheck --with-tinyxml=builtin

$ gmake
# gmake install

While this an old version of Filezilla it has never crashed while 
performing transfers which I used to experience with gftp.


Regards

Russell

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss