21 Apr 2026
Planet Debian
Mike Gabriel: Join us Lomiri CodeFest on May 16-17 & Fre(i)e Software GmbH is hiring more Lomiri Developers

Lomiri Codefest in Tilburg NL (May 16-17 2026)
Just a quick invitation to an in-person event in Tilburg, the Netherlands.
All people interested in the Lomiri Operating Environment are invited to join us at the Lomiri Codefest [codefest] taking place on May 16-17 (participation is free of charge).
We are hiring Lomiri developers
And as another side node, we still have budget (until 07/2027) for 2-3 additional Lomiri developers (depends on each devs weekly availability). The details of my previous post [hiringdetails] +/- still apply. One more limitation / strength: You need real coding skills to apply for the open positions, AI-generated contributions will not be accepted for the tasks at hand.
If you are interested and a skilled FLOSS developer (you need previous OSS contributions as references) and available with at least 10 hrs / week, please get in touch [fsgmbh].
References
[codefest] https://codefest.os-sci.info/?lang=en
[hiringdetails] https://sunweavers.net/blog/node/150
[fsgmbh] https://freiesoftware.gmbh/
21 Apr 2026 5:35pm GMT
Sergio Cipriano: How to view the Debian Upload Queue
How to view the Debian Upload Queue
Some people may not know this, but the Debian Upload Queue is public and very easy to access:
$ curl ftp://ftp.upload.debian.org/pub/UploadQueue/
drwxr-sr-x 18 1518 1281 4096 Jun 26 2019 DELAYED
-rw-r--r-- 1 1518 1281 3442 Jul 14 2025 README
-rw-r----- 1 117 1281 3052 Apr 20 21:32 neovim-tokyonight_4.14.1-1.debian.tar.xz
-rw-r----- 1 117 1281 2119 Apr 20 21:32 neovim-tokyonight_4.14.1-1.dsc
-rw-r----- 1 117 1281 5533 Apr 20 21:32 neovim-tokyonight_4.14.1-1_amd64.buildinfo
-rw-r----- 1 117 1281 2637 Apr 20 21:32 neovim-tokyonight_4.14.1-1_source.changes
-rw-r----- 1 117 1281 197584 Apr 20 21:32 neovim-tokyonight_4.14.1.orig.tar.gz21 Apr 2026 3:16pm GMT
Russell Coker: More About Ebook Readers in Debian
FBReader
After my previous blog post about eBook readers in Debian [1] a reader recommended FBReader. I tried it and it's now my favourite reader. It works nicely on laptop and phone and takes significantly less RAM than Calibre or Arianna (especially important for phones). While the problems with my FLX1s not displaying text with Calibre or Arianna might be the fault of something on the FLX1s side those problems just don't happen with FBReader.
FBReader has apparently now got a proprietary version as the upstream, but we still have FOSS code to use in Debian. It would be nice if someone updated it to store the reading location using WebDAV and/or a local file that can be copied with the NextCloud client or similar. Currently there is code to store reading location in the Google cloud which I don't want to use. It's not THAT difficult to see what chapter you are at with one device and just skip to that part on another, but it is an annoyance.
One thing I really like about FBReader is that you can run it with a epub file on the command line and it just opens it and when it's been closed you can just open it again to the same spot in the same file. I don't want a "library" to view a book list, I just want to go back to what I was last reading in a hurry. Calibre might be better for some uses, for example I can imagine someone in the publishing industry with a collection of thousands of epub files finding that Calibre works better for them. But for the typical person who just wants to read one book and keep reading it until they finish it FBReader seems clearly better. The GUI is a little unusual, but it's not at all confusing and it works really well on mobile.
Okular
I tried Okular (the KDE viewer for PDF files etc) which displays epub files if you have the "okular-extra-backends" installed, but it appears to not display books with the background color set to black. I would appreciate it if someone who has read some public domain or CC licences epub files can recommend ones with a black background that I could use for testing as I can't file a Debian bug report without sample data to reproduce the bug. I decided not to use it for actual book reading as FBReader is far better for my use taking less RAM and being well optimised for mobile use.
Folite
Foliate supports specifying a book on the command-line which is nice. But it takes more memory than FBReader which is probably mostly due to using webkit to display things. The output was in 2 columns on my laptop in small text which is probably configurable but I didn't proceed with it. I determined that it doesn't compare with FBReader for my use. It's written in JavaScript which may be a positive feature for some people.
Koodo
I had a brief test of Koodo which isn't in Debian. Here is the Koodo Reader Github [2]. I installed the .deb that they created, it installs files to "/opt/Koodo Reader/" (yes that's a space in the directory name) and appears to have Chromium as part of the runtime. I didn't go past that even though it appears to have a decent feature set. It is licensed under version 3 of the AGPL so is suitable for Debian packaging if someone wants to do it.
Thorium
I saw the Thorium reader on Github [3] which looks promising, it's under the BSD 3 clause license so is suitable for Debian packaging. The EDR Lab seems like a good project for advancing electronic document use [4] and it would be good to have their stuff in Debian.
For the moment I'm happy using FBReader.
- [1] https://etbe.coker.com.au/2026/03/29/ebook-readers-debian/
- [2] https://github.com/koodo-reader/koodo-reader
- [3] https://github.com/edrlab/thorium-reader
- [4] https://www.edrlab.org/about/
21 Apr 2026 9:26am GMT