dillo-browser / dillo

Dillo, a multi-platform graphical web browser
https://dillo-browser.github.io/
GNU General Public License v3.0
522 stars 26 forks source link

Debian package #216

Open rodarima opened 4 weeks ago

rodarima commented 4 weeks ago

Try to update the current Debian package, as it still is using the old 3.0.5 version which has TLS problems.

Here is a test package for Debian 12 (amd64 architecture): dillo_3.1.1-1_amd64.deb.gz

To install:

$ wget https://github.com/user-attachments/files/16118717/dillo_3.1.1-1_amd64.deb.gz
$ gunzip dillo_3.1.1-1_amd64.deb.gz
$ sudo dpkg -i dillo_3.1.1-1_amd64.deb
$ dpidc stop # To ensure we don't have any Dillo plugin running
pkotrcka commented 4 weeks ago

Looks OK on 12.6, installing through apt even pulls the correct dependency (libfltk1.3), I've tried a bunch of websites and it seems to be stable.

bbbhltz commented 4 weeks ago

Also on 12.6 and it works on the websites I've tried.

rodarima commented 4 weeks ago

(I'm waiting on the debian GitLab repository to activate my account so I can open a MR there)

rodarima commented 3 weeks ago

Openned merge request on Debian: https://salsa.debian.org/debian/dillo/-/merge_requests/1

steinarb commented 3 weeks ago

Running on 12.6 bookworm now.

CSS seems a clear improvement to dillo 3.0.5-7 but not yet good enough to handle https://gridbyexample.com/examples/page-layout/listing-with-thumbnails/ (most notably, the thumbnails are blown up to gigantic size: they get the width of the browser window).

I am trying to make https://oldalbum.bang.priv.no/ show something more interesting than "This page requires javascript" (project described here)

I currently have something similar to the original https://www.bang.priv.no/sb/pics/ running but I was trying to style it up to look better but what I tried was maybe a bit advanced for dillo's current state.

Are there plans for CSS improvements? (should I remove the flexbox/grid formatting and try something simpler or is there radical improvements on the way for dillo?)

rodarima commented 3 weeks ago

Running on 12.6 bookworm now. ...

This issue is about updating the Debian package, I opened another one to discuss the CSS topic: https://github.com/dillo-browser/dillo/issues/223

steinarb commented 3 weeks ago

This issue is about updating the Debian package, I opened another one to discuss the CSS topic: #223

Thanks! This was mostly me thinking out loud.