Страхиња Радић

Results 20 comments of Страхиња Радић

I get the same error on Artix Linux 1.4. README.md file contains only the information on how to compile on Ubuntu: Install dependencies (Ubuntu): `sudo apt-get install libgtkgl2.0-dev libgl1-mesa-dev libglu1-mesa-dev`...

Also crashing in Artix Linux 1.4 (installed from AUR by `yay -S fsv2`).

> I haven’t checked if Glibc limits the max as well or if it matches shadow. As reference, I check Alpine Linux (and sometimes Void Linux) for any suggested patches...

As reference, this is the exact command I used: ``` sed -i -e 's/^\(#define SHA_ROUNDS_MAX 9999999\)99/\1/' libmisc/salt.c ```

With that latest commit, background fill color and the document background color look different: ![2022-03-26-192749-dwm](https://user-images.githubusercontent.com/981077/160252587-2d3c7080-0989-4171-8b2a-77d8208222f0.png) (This is a capture of my home page, https://strahinja.org.) This is my elinks.conf: https://git.sr.ht/~strahinja/dotfiles/tree/master/item/elinks/elinks.conf

May I ask where does the antialiasing happen? My screenshot is of st (suckless terminal) using the PCF version of Terminus.

https://git.sr.ht/~strahinja/st/tree/master/item/config.h Anyway, setting `ui.background_char = 32` seems to work, but then there is no difference between menus/UI and the "desktop" background of ELinks: ![2022-03-27-121447-dwm](https://user-images.githubusercontent.com/981077/160276870-9a6c90ef-4da7-4cf4-800a-241428693384.png) While testing different options, I noticed...

This is likely because fontconfig needs specific configuration settings to recognize bitmap fonts. I have installed Terminus directly from its [home page][term], and copied `75-yes-terminus.conf` to `/etc/fonts/conf.d`. Also I have...

I have that set to 2, and the result is shown [above](https://github.com/rkd77/elinks/issues/142#issuecomment-1079750108). **Update:** I have solved the issue of UI colors not being different than desktop background color by setting...

It solves both issues with shadows, thanks! The dialogs seem to be correctly drawn.