minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
7.84k stars 695 forks source link

Missing dependency libgbm1 on min-1.26.0 armv7l build #2116

Open Battle-Zoid opened 1 year ago

Battle-Zoid commented 1 year ago

Expected Behaviour

$ sudo dpkg -i min-1.26.0-armv7l.deb $ sudo apt install -f $ min

Will start the Min browser.

Actual Behaviour

$ sudo dpkg -i min-1.26.0-armv7l.deb $ sudo apt install -f $ min min: error while loading shared libraries: libgbm.so.1: cannot open shared object file: No such file or directory

To Reproduce

On Devuan 4.0 (chimaera)

Temporary Fix

The better way would be to add libgbm1 to the dependency list.