face-hh / webx

An alternative for the World Wide Web - browse websites such as buss://yippie.rizz made in HTML, CSS and Lua. Custom web browser, custom HTML rendering engine, custom search engine, and more.
Apache License 2.0
1.85k stars 153 forks source link

Everything fails to run on Linux Mint #58

Open Jajoo2 opened 4 months ago

Jajoo2 commented 4 months ago

I know I'm not the only one with this issue.. Literally nothing works. ./Bussin.Napture.x86_64: error while loading shared libraries: liblua.so.5.4: cannot open shared object file: No such file or directory appears and install_linux fails too These are not solved?

BedlessBlade commented 4 months ago

Having same issue on pop

install_linux also fails because of a missing "lua5.4.pc" file. I installed all possible lua packages for my system but the issue still persists and I cannot find the file it specifies, "lua5.4.pc" anywhere on my system.

This seems to be related to #53

QuinceTart10 commented 4 months ago
  1. The executable was dynamically built and linked against all dependencies on Manjaro Linux and Linux Mint has different file names for stuff like Lua.
  2. The reason why the install script doesn't work is because Ubuntu 22.04 (Mint's upstream) has an outdated GTK version
  3. A better executable which doesn't have this issue will come in the next release