View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#29
Angelfish 21.07-2 for testing. This is also QT5 (qt5webengine) based browser so it's capabilities are almost identical with Dooble. GUI is suitable for small screen. Touch screen is only selecting the text and all scrolling must be done with keyboard.

webbrowser designed to be used on small mobile devices
- https://invent.kde.org/network/angelfish


Download: https://drive.google.com/drive/folde...52dVZe4cyWZxPt
sha256: 4fa754bcdb690cde43330347534320c82b5ae92441bc0cb02d 2793f63d78aa30

Install using apt-get and path to the file so it will install dependencies from repositories.

Code:
sudo apt-get install ./angelfish_21.07-2build2_armhf.deb

You need manually start sapwood before browser:
Code:
/usr/lib/arm-linux-gnueabihf/sapwood/sapwood-server &
/usr/bin/angelfish
---
This angelfish version is from Ubuntu-22.04. It only needs lowering the minimum libkf5 -version (from 5.84 to 5.78).

Building:
Code:
dget http://archive.ubuntu.com/ubuntu/pool/universe/a/angelfish/angelfish_21.07-2build2.dsc
tar xf angelfish_21.07.orig.tar.gz
tar xf angelfish_21.07-2build2.debian.tar.xz
mv debian/ angelfish-v21.07/
cd angelfish-v21.07/
sed -i 's/5.84/5.78/g' debian/control 
sed -i 's/5.84/5.78/g' CMakeLists.txt
dpkg-buildpackage
Attached Images
    
 

The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: