Tim Klocke

Results 5 comments of Tim Klocke

Yes sure it would be the right way to use .deb/.rpm/... but this is quite much to maintain and for Flatpak you could just maintain one package for all distributions...

I'm using: ``` [Desktop Entry] Type=Application Name=pympress Comment=PDF presentation tool Exec=pympress %f Icon=pympress Terminal=false MimeType=application/pdf Categories=Office;Viewer;Presentation; ```

@Cimbali python should already be included in the `org.gnome.Platform` runtime afaik. And for poppler you can look at: https://github.com/flathub/com.github.xournalpp.xournalpp/blob/master/com.github.xournalpp.xournalpp.yaml which also builds and includes poppler. Also you shouldn't need root...

As far as I understand it, this projet uses [piet](https://github.com/linebender/piet/) to render the canvas, piet is itself in this context an abstraction layer ontop of [cairo](https://www.cairographics.org/). Cairo itself supports all...

Ah yes, maybe I should've been more careful, my main point was that the colored "[1]" in my example was not possible, I could only color the whole citation. EDIT:...