rkd77

Results 210 comments of rkd77

I changed also frame-external-command. Is it acceptable now?

Did you install libgcrypt20-dev or similar name of the package?

If I get it, you want to search once and see search results on every page. I added boolean option "document.browse.search.reset", default 1. If you set it to 0, you'll...

@slackhead, could you describe step by step how to reproduce segfaults, because it is not obvious for me. Do you have js compiled-in or not?

I cannot reproduce it. If this latest commit did not help, could you compile without backtrace, "catch" coredump, and show: gdb ./elinks core.* >bt

Hmm, as root echo core > /proc/sys/kernel/core_pattern Then as plain user, ./configure \ ... \ --disable-backtrace Run elinks, and in case of segfault core will be generated. Here is sample...

Hi, I tried to compile elinks statically on Debian 10. For openssl it segfaults on start, for gnutls compilation fails (There is no static library libp11-kit). Without SSL compilation is...

[elinks-0.13.5-x64.zip](https://github.com/rkd77/felinks/files/5506829/elinks-0.13.5-x64.zip) This binary was build on alpine linux. With build_static.sh script. Only linking was done manually, without -rdynamic.

@clu-- ad SSL) In alpine ssl files are stored in /etc/ssl/ I don't know where these files are stored in tinycore. Maybe /etc/openssl . If there, try to create symlink...