Re: [DNG] DNG] Waterfox issues under Devuan ASCII

2020-05-15 Thread Gregory Nowak
On Fri, May 15, 2020 at 11:40:56AM +0200, Riccardo Mottola via Dng wrote:
> I don't have a fast enough i686 machine with Devuan.. it needs 1.5GB of ram
> at least. Maybe a version compiled on Ubuntu 16 works?

Setup a i686 chroot on amd64. Either that, or a virtual machine with a
i686 guest. No need for real i686 machines to compile software; they'd
probably spend days doing it anyway assuming they could in the first
place with big enough swap.

Greg


-- 
web site: http://www.gregn.net
gpg public key: http://www.gregn.net/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
If we haven't been in touch before, e-mail me before adding me to your contacts.

--
Free domains: http://www.eu.org/ or mail dns-mana...@eu.org
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] DNG] Waterfox issues under Devuan ASCII

2020-05-15 Thread Riccardo Mottola via Dng

Hi "Tux"

tuxd3v wrote:

If someone is interested.. I can use also some help, no tot hijack this

One nice thing would be deb packages for it, on i686:)



I don't have a fast enough i686 machine with Devuan.. it needs 1.5GB of 
ram at least. Maybe a version compiled on Ubuntu 16 works?


For me it is easy to make a .tgz (the build system has a "package", 
never made a .deb package. Will search.


Maybe Aitor created a deb?

As said - right now I have very little help for this project. It started 
as a "test" but now proves to be more useful and has has some followers!



Riccardo
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-15 Thread Riccardo Mottola via Dng

Hello Aitor,


aitor wrote:


The issue was the same as you pointed out: that is, the version of the 
compiler. It worked for me
only with gcc-6. Trying with gcc-7 the build process ends upwith the 
mentioned non declared functions.
No idea about a possible solution so far.About the missing symbols you 
say you're getting,
they might be related with the use of-jN together with higher versions 
of gcc. It happened to me building
bulmages a few years ago,an accounting program, when we were migrating 
it from Qt4 to Qt5: using -j1 it worked.
All the same, i tried with gcc-7, and the strtol function (declared in 
 without any precompiler directive)

was not recognized.



no unfortunately it is not as simple as compiling with -j1.
I am pretty sure it has to do with gcc7 and linux (since as said, on 
NetBSD I can compile with gcc7 amd -j2!)


I will ask generally for help, perhaps. It would help me a lot fixing 
this. Maybe there are some firefox commits that fiexd it between FF 45 
and 52-esr.


As you noticed it fails with "standard" thigns like strtol and atoi...

Riccardo
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-14 Thread tuxd3v

Citando aitor :


Hi Riccardo,
On 13/5/20 9:47, Riccardo Mottola wrote:
The issue was the same as you pointed out: that is, the version of  
the compiler. It worked for me
only with gcc-6. Trying with gcc-7 the build process ends up with  
the mentioned non declared functions.
No idea about a possible solution so far. About the missing symbols  
you say you're getting,
they might be related with the use of -jN together with higher  
versions of gcc. It happened to me building
bulmages a few years ago, an accounting program, when we were  
migrating it from Qt4 to Qt5: using -j1 it worked.
All the same, i tried with gcc-7, and the strtol function (declared  
in  without any precompiler directive)

was not recognized.I


Indeed,
There are a lot of problems with building with -jn, were n > 1.
to cite one, OpenSeaChest, for Seagate disks, is one of them..

I, for instance, would like to see a i686 deb package for Waterfox :)
 
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-14 Thread aitor

Hi Riccardo,

On 13/5/20 9:47, Riccardo Mottola wrote:

Hi Aitor,

aitor wrote:

... or the requirement of a C linkage?


Forget that, the origin of the issue is in the mozconfig file, i guess.


what was the issue? please tell me.


I get missing symbols if I use any compiler newer than gcc 6.5 on linux
(e.g. gcc 7, gcc8).

So on Devuan/ascii with gcc 6.5 everything "still" builds out of the box
both i686 and amd64.

I found no solution for the gcc version yet, but e.g. on NetBSD gcc 7
works perfectly! so strange

Riccardo



The issue was the same as you pointed out: that is, the version of the 
compiler. It worked for me
only with gcc-6. Trying with gcc-7 the build process ends upwith the 
mentioned non declared functions.
No idea about a possible solution so far.About the missing symbols you 
say you're getting,
they might be related with the use of-jN together with higher versions 
of gcc. It happened to me building
bulmages a few years ago,an accounting program, when we were migrating 
it from Qt4 to Qt5: using -j1 it worked.
All the same, i tried with gcc-7, and the strtol function (declared in 
 without any precompiler directive)

was not recognized.

Cheers,

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-13 Thread Riccardo Mottola via Dng
Hi!


aitor wrote:
>
> I have ArcticFox working on amd64:
>
> http://gnuinos.org/arcticfox/arcticfox.png
>
> http://gnuinos.org/arcticfox/beta-devuan.png
>
> Here you are the tarball:
>
> gnuinos.org/arcticfox/arcticfox_amd64.tar.bz2
>


wonderful!

Riccardo
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-13 Thread Riccardo Mottola via Dng
Hi Aitor,

aitor wrote:
>>
>>
>> ... or the requirement of a C linkage?
>>
>
> Forget that, the origin of the issue is in the mozconfig file, i guess.
>


what was the issue? please tell me.


I get missing symbols if I use any compiler newer than gcc 6.5 on linux
(e.g. gcc 7, gcc8).

So on Devuan/ascii with gcc 6.5 everything "still" builds out of the box
both i686 and amd64.

I found no solution for the gcc version yet, but e.g. on NetBSD gcc 7
works perfectly! so strange

Riccardo
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-11 Thread aitor

Hi,

On 10/5/20 21:52, aitor wrote:



On 10/5/20 15:17, aitor wrote:


Hi,

On 10/5/20 14:41, aitor wrote:


Hi,

On 10/5/20 14:12, aitor wrote:


After three hours building arcticfox, i've got a lot of 
unreferenced rand, srand and strtol:


https://paste.debian.net/1145954/

Any hints?

Aitor.


Some missing stdlib.h and time.h headers in the *.cpp files, maybe?

Aitor.



... or the requirement of a C linkage?



Forget that, the origin of the issue is in the mozconfig file, i guess.

Aitor.



I have ArcticFox working on amd64:

http://gnuinos.org/arcticfox/arcticfox.png

http://gnuinos.org/arcticfox/beta-devuan.png

Here you are the tarball:

gnuinos.org/arcticfox/arcticfox_amd64.tar.bz2

Cheers,

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-10 Thread aitor


On 10/5/20 15:17, aitor wrote:


Hi,

On 10/5/20 14:41, aitor wrote:


Hi,

On 10/5/20 14:12, aitor wrote:


After three hours building arcticfox, i've got a lot of unreferenced 
rand, srand and strtol:


https://paste.debian.net/1145954/

Any hints?

Aitor.


Some missing stdlib.h and time.h headers in the *.cpp files, maybe?

Aitor.



... or the requirement of a C linkage?



Forget that, the origin of the issue is in the mozconfig file, i guess.

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-10 Thread aitor

Hi,

On 10/5/20 14:41, aitor wrote:


Hi,

On 10/5/20 14:12, aitor wrote:


After three hours building arcticfox, i've got a lot of unreferenced 
rand, srand and strtol:


https://paste.debian.net/1145954/

Any hints?

Aitor.


Some missing stdlib.h and time.h headers in the *.cpp files, maybe?

Aitor.



... or the requirement of a C linkage?

extern "C" {

    #include "stdlib.h"

    [...]

}


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-10 Thread aitor

Hi,

On 10/5/20 14:12, aitor wrote:


After three hours building arcticfox, i've got a lot of unreferenced 
rand, srand and strtol:


https://paste.debian.net/1145954/

Any hints?

Aitor.


Some missing stdlib.h and time.h headers in the *.cpp files, maybe?

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-10 Thread aitor

Hi,

On 9/5/20 7:06, aitor wrote:


Hi Steve,

On 9/5/20 2:49, Steve Litt wrote:

On Sat, 9 May 2020 01:16:39 +0200
RIccardo Mottola  wrote:


Hi,

On 08/05/2020 22:34, Steve Litt wrote:

However, it looks like Arcticfox isn't available for just plain
amd64 Linux. All sorts of Mac, Windows, even Linux on Power PC, but
no Linux on Wintel type platforms. Please let us know when it's
available for Linux on amd64 or even i686.

Sorry, perhaps I wasn't clear - it is working there. I develop and
test continuously on Devuam/amd64

Excellent! Where can I download the amd64 code to build it?

Thanks,

SteveT


From here:

https://github.com/rmottola/Arctic-Fox

Aitor.



After three hours building arcticfox, i've got a lot of unreferenced 
rand, srand and strtol:


https://paste.debian.net/1145954/

Any hints?

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-08 Thread aitor

Hi Steve,

On 9/5/20 2:49, Steve Litt wrote:

On Sat, 9 May 2020 01:16:39 +0200
RIccardo Mottola  wrote:


Hi,

On 08/05/2020 22:34, Steve Litt wrote:

However, it looks like Arcticfox isn't available for just plain
amd64 Linux. All sorts of Mac, Windows, even Linux on Power PC, but
no Linux on Wintel type platforms. Please let us know when it's
available for Linux on amd64 or even i686.

Sorry, perhaps I wasn't clear - it is working there. I develop and
test continuously on Devuam/amd64

Excellent! Where can I download the amd64 code to build it?

Thanks,

SteveT


From here:

https://github.com/rmottola/Arctic-Fox

Aitor.



___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] DNG] Waterfox issues under Devuan ASCII

2020-05-08 Thread tuxd3v
On Fri, 8 May 2020 15:59:27 +0200
Riccardo Mottola via Dng  wrote:
> 
> interesting. I drop a line for ArcticFox then, since I am currently its 
> main contributor.
> 
> A very much improved fork of PaleMoon 27 which is quite lighweight and 
> works.
> I am working quite a bit with it on Devuan amd64 ascii - works quite 
> well for myself.
> 
> 1GB of RAM about needed, but to build 2GB suggested.
> 
> 
> amd64 works well, intel Centrino/Core "minimum"
> 
> If someone is interested.. I can use also some help, no tot hijack this 

One nice thing would be deb packages for it, on i686 :)


-- 
tuxd3v 
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-08 Thread Steve Litt
On Sat, 9 May 2020 01:16:39 +0200
RIccardo Mottola  wrote:

> Hi,
> 
> On 08/05/2020 22:34, Steve Litt wrote:

> >
> > However, it looks like Arcticfox isn't available for just plain
> > amd64 Linux. All sorts of Mac, Windows, even Linux on Power PC, but
> > no Linux on Wintel type platforms. Please let us know when it's
> > available for Linux on amd64 or even i686.  
> 
> 
> Sorry, perhaps I wasn't clear - it is working there. I develop and
> test continuously on Devuam/amd64

Excellent! Where can I download the amd64 code to build it?

Thanks,

SteveT

Steve Litt 
May 2020 featured book: Troubleshooting Techniques
 of the Successful Technologist
http://www.troubleshooters.com/techniques
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-08 Thread RIccardo Mottola via Dng

Hi,

On 08/05/2020 22:34, Steve Litt wrote:

Arctic fox is a fork of PaleMoon. This is a good thing, because I and a
whole bunch of people dropped PaleMoon when PaleMoon's "executives"
issued lawyer threats to the OpenBSD project.



rest assured, no such restrictions for Arctic Fox.

We offer no guarantee, take it as it is, so no worries that the build 
doesn't follow official guidelines regarding configuration, libraries 
etc. If it doesn't work, you are on your own though...


It's liberal and open... if nobody gets nasty or has claims.




However, it looks like Arcticfox isn't available for just plain amd64
Linux. All sorts of Mac, Windows, even Linux on Power PC, but no Linux
on Wintel type platforms. Please let us know when it's available for
Linux on amd64 or even i686.



Sorry, perhaps I wasn't clear - it is working there. I develop and test 
continuously on Devuam/amd64


The fact that other, less-mainstream platforms are mentioned is an add 
on since we try to support them, but i jumped it into this browser 
thread right because it works well on Devuan.


It works on i686 too - except on older ones without SSE2/SSE3 (although 
I'd like to support them)


Example configuration files are shipped.

It was mentioned in the latter part, where I asked for help and people 
knowing their way in the gecko code, maybe you skipped it! :)



Riccardo

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-08 Thread Rick Moen via Dng
Quoting Steve Litt (sl...@troubleshooters.com):

> Arctic fox is a fork of PaleMoon. This is a good thing, because I and a
> whole bunch of people dropped PaleMoon when PaleMoon's "executives"
> issued lawyer threats to the OpenBSD project.

I'll say just one more time, because you tend to ignore this point, 
that the Pale Moon branding policy -- conceding for the sake of
discussion that it's unfriendly, unreasonable, and thuggishly executed
in the OpenBSD bug report -- in no way prevents any Linux or BSD distro
from having and freely distributing a completely satisfactory binary
package of that browser with no problems (let alone threats) from
upstream and enjoying _all_ open source rights without exception.

Why?  Beecause the policy has no application to unbranded code
instances.  So, one merely swaps out the 'trade dress' image files and
substitutes a similar but distinct name, and compiles.  Done.  Share and
enjoy.

My point is that there's nothing about the concept of open source that
requires stakeholders to surrender trademark rights.  If they want to be 
jerks about that, open source provides an easy remedy in the form of
de-branding.

There's nothing wrong with disliking Pale Moon's branding policy, but it
should not be misrepresented (as you have done in the past) as making
Pale Moon proprietary or that policy being even a significant obstacle.
Neither is true.

Of course, in fairness, someone would have to bother to do that
minor de-branding work.  If it's easier to just more sideways, and
that's your point, then that's fair, but ought IMO to be made explicit.

(It may be that Arctic Fox is only a 'fork' of Pale Moon to exactly that
trivial degree, in fact:  I'm not familiar with it.)


> However, it looks like Arcticfox isn't available for just plain amd64
> Linux. All sorts of Mac, Windows, even Linux on Power PC, but no Linux
> on Wintel type platforms. Please let us know when it's available for
> Linux on amd64 or even i686.

Or you could, y'know, try compiling.

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-08 Thread Steve Litt
On Fri, 8 May 2020 15:59:27 +0200
Riccardo Mottola via Dng  wrote:


> interesting. I drop a line for ArcticFox then, since I am currently
> its main contributor.
> 
> A very much improved fork of PaleMoon 27 which is quite lighweight
> and works.

Arctic fox is a fork of PaleMoon. This is a good thing, because I and a
whole bunch of people dropped PaleMoon when PaleMoon's "executives"
issued lawyer threats to the OpenBSD project.

However, it looks like Arcticfox isn't available for just plain amd64
Linux. All sorts of Mac, Windows, even Linux on Power PC, but no Linux
on Wintel type platforms. Please let us know when it's available for
Linux on amd64 or even i686.

Thanks, 


SteveT

Steve Litt 
May 2020 featured book: Troubleshooting Techniques
 of the Successful Technologist
http://www.troubleshooters.com/techniques
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-05-08 Thread Riccardo Mottola via Dng

Hi,


aitor_czr wrote:
Tar is installed by default in the core system of devuan (first and 
second stages of debootstrap.
In any case, i started working on my own minimalist browser. It's not 
a joke:


http://www.gnuinos.org/screenshots/Screenshot_2020-04-11_18-14-41.png

At least, i only need a few features like management for my bookmarks 
and ability to have
several websites opened at the same time in different tabs. And no 
much more... The less addons,

the more minimalism.

But i wonder if libwebkitgtk-1.0 (compatible with Gtk2) will survive 
the passing of time and dbus.




interesting. I drop a line for ArcticFox then, since I am currently its 
main contributor.


A very much improved fork of PaleMoon 27 which is quite lighweight and 
works.
I am working quite a bit with it on Devuan amd64 ascii - works quite 
well for myself.


1GB of RAM about needed, but to build 2GB suggested.


amd64 works well, intel Centrino/Core "minimum"

If someone is interested.. I can use also some help, no tot hijack this 
thread I can open a separate on


- gtk2 backend
- gcc 6.5 bound currently (starting from 4.8)
- Pentium3 cpu not supported (!) it builds, but crashes without 
SSE2/SSE3, which is a Pity, debianhas FF52 which runs (slow) on 
older/stranger i386!


hackers wanted, especially with FF/Gecko experience.


Official: https://github.com/wicknix/Arctic-Fox/
Development fork/branch: https://github.com/rmottola/Arctic-Fox


Riccardo
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-16 Thread aitor_czr

Hi Hendrik,

El 2020-04-13 a las 15:19, Hendrik Boom escribió:

Very interesting that you're building a minimalist browser.
What existing software stack are you building it on?

-- hendrik


Gtk and libwebkit, but i'm also looking for other possible alternatives, 
because Webkit


(distributed under the BSD license) seems to be an Apple copyright.

Today i downloaded the sources of dillo.

Cheers,

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-16 Thread aitor_czr

Hi,

El 2020-04-14 a las 04:18, spiralofhope escribió:

Related:  Tabbed

Simple generic tabbed frontend to xembed-aware applications, originally
designed for surf but also usable with many other applications..

http://tools.suckless.org/tabbed/


Thanks a lot for the link, it seems to be interesting and might be 
useful also for other projects. I'll give it try.


Cheers,

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-14 Thread Didier Kryn

Le 14/04/2020 à 15:27, Hendrik Boom a écrit :

On Tue, Apr 14, 2020 at 10:03:56AM +0200, Didier Kryn wrote:


     Please note that su has changed as from Beowulf. By default it does
not set the full path. You need to invoke 'su -l' to get /sbin and
/usr/sbin in the path. This may cause some surprises.

I use 'su -' for that.  Without the 'l'.


    Didn't know of that possibility. Thanks (~:

        DIdier


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-14 Thread Hendrik Boom
On Tue, Apr 14, 2020 at 10:03:56AM +0200, Didier Kryn wrote:
> Le 14/04/2020 à 09:34, Dimitris via Dng a écrit :
> > hey,
> > 
> > On 4/14/20 10:23 AM, Edward Bartolo via Dng wrote:
> > > I upgraded Ascii to Beowulf and successfully used the new version of
> > > Waterfox. However, there are certain issues like a missing copy of
> > > dpkg-reconfigure.
> > 
> > does running `/usr/sbin/dpkg-reconfigure` work?
> > 
> > that could happen because of a broken $PATH for root.
> 
>     Please note that su has changed as from Beowulf. By default it does
> not set the full path. You need to invoke 'su -l' to get /sbin and
> /usr/sbin in the path. This may cause some surprises.

I use 'su -' for that.  Without the 'l'.

> 
>     Didier
> 
> 
> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-14 Thread Didier Kryn

Le 14/04/2020 à 09:34, Dimitris via Dng a écrit :

hey,

On 4/14/20 10:23 AM, Edward Bartolo via Dng wrote:

I upgraded Ascii to Beowulf and successfully used the new version of
Waterfox. However, there are certain issues like a missing copy of
dpkg-reconfigure.


does running `/usr/sbin/dpkg-reconfigure` work?

that could happen because of a broken $PATH for root.


    Please note that su has changed as from Beowulf. By default it does 
not set the full path. You need to invoke 'su -l' to get /sbin and 
/usr/sbin in the path. This may cause some surprises.


    Didier


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-14 Thread Dimitris via Dng
hey,

On 4/14/20 10:23 AM, Edward Bartolo via Dng wrote:
> I upgraded Ascii to Beowulf and successfully used the new version of
> Waterfox. However, there are certain issues like a missing copy of
> dpkg-reconfigure. 



does running `/usr/sbin/dpkg-reconfigure` work?

that could happen because of a broken $PATH for root.



I also noticed that Beowulf now comes with more
> stringent security. A side effect of the increased security caused my
> version of simple-netaid-gui, the one coded under Lazarus, to fail in
> accessing certain directories. The SUID backend is also denied access
> to these directories with the effect of failing to connect to any
> connection. I had run the SUID backend as root to be able to establish
> a connection.
> 
> Please note, I am only describing the consequences of an increased
> more stringent security. I am NOT pleading the distribution to change
> to please my whims. Manually, I am still able to connect as root with
> the backend. However, suggestions as to how I can access files with
> the frontend are most welcome.


smells like apparmor..., check dmesg for DENIED messages.
if that's the case, you'll need to either remove/disable/put in complain
mode only, apparmor. or put a profile for the failing applications in
/etc/apparmor.d/.

just 2c,
d.



signature.asc
Description: OpenPGP digital signature
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Waterfox issues under Devuan ASCII

2020-04-14 Thread Edward Bartolo via Dng
Hi,

I upgraded Ascii to Beowulf and successfully used the new version of
Waterfox. However, there are certain issues like a missing copy of
dpkg-reconfigure. I also noticed that Beowulf now comes with more
stringent security. A side effect of the increased security caused my
version of simple-netaid-gui, the one coded under Lazarus, to fail in
accessing certain directories. The SUID backend is also denied access
to these directories with the effect of failing to connect to any
connection. I had run the SUID backend as root to be able to establish
a connection.

Please note, I am only describing the consequences of an increased
more stringent security. I am NOT pleading the distribution to change
to please my whims. Manually, I am still able to connect as root with
the backend. However, suggestions as to how I can access files with
the frontend are most welcome.

Thanks.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-13 Thread spiralofhope
On Sat, 11 Apr 2020 19:04:45 +
aitor_czr  wrote:

> http://www.gnuinos.org/screenshots/Screenshot_2020-04-11_18-14-41.png
> At least, i only need a few features like management for my bookmarks
> and ability to have several websites opened at the same time in
> different tabs.

Related:  Tabbed

Simple generic tabbed frontend to xembed-aware applications, originally
designed for surf but also usable with many other applications..

http://tools.suckless.org/tabbed/
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-13 Thread Hendrik Boom
On Sat, Apr 11, 2020 at 07:04:45PM +, aitor_czr wrote:

> In any case, i started working on my own minimalist browser. It's not a
> joke:
> 
> http://www.gnuinos.org/screenshots/Screenshot_2020-04-11_18-14-41.png

Very interesting that you're building a minimalist browser.
What existing software stack are you building it on?

-- hendrik

> 
> At least, i only need a few features like management for my bookmarks and
> ability to have
> several websites opened at the same time in different tabs. And no much
> more... The less addons,
> the more minimalism.

That's mostly what I need, too.

> 
> But i wonder if libwebkitgtk-1.0 (compatible with Gtk2) will survive the
> passing of time and dbus.
> 
> Cheers,
> 
> Aitor.
> 
> 

> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-12 Thread fsmithred via Dng
On 4/12/20 2:32 AM, Edward Bartolo via Dng wrote:
> Hi,
> 
> I will upgrade to Beowulf. As usual, I will upgrade dpkg, apt,
> aptitude and the kernel first and then reboot with the new versions.
> Then, I will do an "apt-get dist-upgrade".
> 
> If there are more critical packages which need to be upgraded first,
> please post. The above worked in Debian when there were dist-upgrade
> issues.
> 

See the upgrade guide:
https://beta.devuan.org/os/documentation/dev1fanboy/en/upgrade-to-beowulf


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Waterfox issues under Devuan ASCII

2020-04-12 Thread Edward Bartolo via Dng
Hi,

I will upgrade to Beowulf. As usual, I will upgrade dpkg, apt,
aptitude and the kernel first and then reboot with the new versions.
Then, I will do an "apt-get dist-upgrade".

If there are more critical packages which need to be upgraded first,
please post. The above worked in Debian when there were dist-upgrade
issues.

Thanks.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-11 Thread tuxd3v
Hello Edward,

> Hi,
> 
> I would like to ask whether Devuan and Waterfox are still compatible.
> Updates of Waterfox are not working. I tried the classic version as
> the new one may have more issues.
> 
> The 'old' version of waterfox I am using freezes the mouse pointer on startup.
> 
> The error is the following:
> 
> ERROR---
> $ ./waterfox
> XPCOMGlueLoad error for file /home/edbarx/waterfox-classic/liblgpllibs.so:
> /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found
> (required by /home/edbarx/waterfox-classic/liblgpllibs.so)
> Couldn't load XPCOM.
> --

You need glibc 2.28, at least for the last version of Waterfox..

In beowulf:
"
 # apt-cache policy libc6
 libc6:
  Installed: 2.28-10
   Candidate: 2.28-10
   Version table:
  *** 2.28-10 500
 500 http://deb.devuan.org/merged beowulf/main arm64 Packages
 100 /var/lib/dpkg/status
"
If you are in beowulf, then everything should work nicely :)
 
IF you are *NOT* in beowulf( ascii ):
1. You can upgrade to Beowulf,
2. The last resource would be to compile from Sources the glibc in 
ascii..

The unique critique, that I may find, for 'Waterfox',
Is that they don't have a i686 release :(

-- 
Best Regards,

tuxd3v 
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-11 Thread aitor_czr

On 4/11/20 7:04 PM, aitor_czr wrote:
But i wonder if libwebkitgtk-1.0 (compatible with Gtk2) will survive 
the passing of time and dbus.


The answer is blowin' in the wind :)


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-11 Thread aitor_czr

Hi Edward,

On 4/11/20 5:40 PM, Edward Bartolo via Dng wrote:

Hi,

I tried to extract the contents of the current .tar.gz2 archive in
/opt as suggested but failed with the following error:

-ERROR-
# tar xjf waterfox-current-2020.04.en-US.linux-x86_64.tar.bz2 .
tar: .: Not found in archive
tar: Exiting with failure status due to previous errors
-

Thanks.


Huh ???

Tar is installed by default in the core system of devuan (first and 
second stages of debootstrap.
In any case, i started working on my own minimalist browser. It's not a 
joke:


http://www.gnuinos.org/screenshots/Screenshot_2020-04-11_18-14-41.png

At least, i only need a few features like management for my bookmarks 
and ability to have
several websites opened at the same time in different tabs. And no much 
more... The less addons,

the more minimalism.

But i wonder if libwebkitgtk-1.0 (compatible with Gtk2) will survive the 
passing of time and dbus.


Cheers,

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-11 Thread Antoine via Dng

On Saturday, 11 April at 19:40, Edward Bartolo via Dng wrote:

Hi,

I tried to extract the contents of the current .tar.gz2 archive in
/opt as suggested but failed with the following error:

-ERROR-
# tar xjf waterfox-current-2020.04.en-US.linux-x86_64.tar.bz2 .
tar: .: Not found in archive
tar: Exiting with failure status due to previous errors
-

Thanks.


This might be a silly suggestion, but have you tried without the "." at the 
end?


--
You have to be a bit crazy to stay sane, some days.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Waterfox issues under Devuan ASCII

2020-04-11 Thread Edward Bartolo via Dng
Hi,

I tried to extract the contents of the current .tar.gz2 archive in
/opt as suggested but failed with the following error:

-ERROR-
# tar xjf waterfox-current-2020.04.en-US.linux-x86_64.tar.bz2 .
tar: .: Not found in archive
tar: Exiting with failure status due to previous errors
-

Thanks.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Waterfox issues under Devuan ASCII

2020-04-11 Thread aitor_czr

Hi Edward,

On 4/11/20 11:50 AM, Edward Bartolo via Dng wrote:

Hi,

I would like to ask whether Devuan and Waterfox are still compatible.
Updates of Waterfox are not working. I tried the classic version as
the new one may have more issues.

The 'old' version of waterfox I am using freezes the mouse pointer on startup.

The error is the following:

ERROR---
$ ./waterfox
XPCOMGlueLoad error for file /home/edbarx/waterfox-classic/liblgpllibs.so:
/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found
(required by /home/edbarx/waterfox-classic/liblgpllibs.so)
Couldn't load XPCOM.
--

Thanks for your replies.

Both versions (the current and the clasic) worked for me.
Just download the tarball containing all the *.so, *.js, *.png and so...,
because there are no sources), and unpack it in your "/opt" folder.

Glibc_2.27 not found...?

The minimum requirement is 2.28 for both the current and the classic 
versions so far:


https://www.waterfox.net/download/

Cheers,

Aitor.


___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Waterfox issues under Devuan ASCII

2020-04-11 Thread Edward Bartolo via Dng
Hi,

I would like to ask whether Devuan and Waterfox are still compatible.
Updates of Waterfox are not working. I tried the classic version as
the new one may have more issues.

The 'old' version of waterfox I am using freezes the mouse pointer on startup.

The error is the following:

ERROR---
$ ./waterfox
XPCOMGlueLoad error for file /home/edbarx/waterfox-classic/liblgpllibs.so:
/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found
(required by /home/edbarx/waterfox-classic/liblgpllibs.so)
Couldn't load XPCOM.
--

Thanks for your replies.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng