Sergey Popov

Results 48 comments of Sergey Popov

Beta works for me. I'm using steam installed via flatpak though.

Steam definitely should provide that file. Can you try to `locate` file "libbz2.so.1.0"? Or same lib of a different version..

Seems it has the file itself. So not sure why it's not actually using it. Maybe steamrt is disabled somehow? For this to work Wesnoth as steam app needs to...

dir `a` seems like it's coming from `git diff`. Maybe it's something about default settings in msys2 build of fontconfig.

> @loonycyborg Could this potentially be solved by setting a `` in https://github.com/wesnoth/wesnoth/blob/master/fonts/fonts.conf? It's worth a try at very least.

There might be way to override it with env variable too.

I want to access api of the program that embeds YS, and also to make particular C++ variables/objects accessible depending on location in the yaml structure.

In python when you eval something you can provide your own locals and globals, thus you have control on what variables that code piece sees. I'm not sure how easily...