#Xournal

Patch Notification Robot đź””Patchbot_de
2026-02-28

Xournal++ Team released ++ version 1.3.3. xournalpp.github.io/installati

2026-02-14

Das war der I Love Free Software Day

Bereits am 12. Februar feierten wir bei der FSFE-Zürich die Maintainer freier Software. Die Besucher interessierten sich für vier Vorträge, gute Diskussionen und über eine pünktliche Pizza-Lieferung.

#ILFSD #I_Love_Free_Software_Day #FSFE_ZH #Xournal++ #OpenBSD #NewPipe #Taler #Linux

gnulinux.ch/das-war-der-i-love

2026-02-11

Stamping a #PDF file (e.g. add a signature) in 2026 on #Linux seems to still be an impossible task without some weird gimmicks. (I don't mean digital signing, BTW.)

LibreOffice Draw could work but messes up with the fonts.

pdftk can do it but it needs the “stamping” signature file to be correctly sized and positioned —good for batch processing, bad for single files.

Any ideas?

EDIT: managed to achieve it with #Xournal as suggested by @tmalsburg and @ansuz in the comments.

#AskFedi

2026-02-10

Diesen Donnerstag noch nichts vor und in #zurich Zuhause? Dann komm zum #ilovefreesoftwareday in der #bitwascherei
gath.io/1QHAhMik4DJilA9hLttG7

Mit von der Partie sind folgende Themen:
#xournal ++ : Flexible, schnelle Notizapp.

#libressl : OpenSSL-Fork, um die TransportverschlĂĽsselungs zu modernisieren.

#newpipe (English): Alternative, privatsphärewahrende & werbefreie Youtube-App.

#GNU_Taler: Digitaler Geldbeutel, der schnelles, sicheres Bezahlen mit hohem Datenschutz ermöglicht.
#taler

Patch Notification Robot đź””Patchbot_de
2026-02-03

Xournal++ Team released ++ version 1.3.2. xournalpp.github.io/installati

2026-01-05

@happyborg We did it with a simple #xournal / #xournalpp drawing as we have devices with pen-support. As a drawback, you need to construct everything first and everything isn't exact, but it just works. Otherwise #scribus or #libreoffice Draw might work.

2025-12-23

Xournal++ 1.3.0 bringt neue Features

Der Autor berichtet ĂĽber das Xournal++ 1.3.0 Release und stellt einige neue Features vor.

#FediLZ #Unterricht #Xournal++ #Linux

gnulinux.ch/freie-software-in-

Patch Notification Robot đź””Patchbot_de
2025-12-21

Xournal++ Team released ++ version 1.3.1. xournalpp.github.io/installati

Patch Notification Robot đź””Patchbot_de
2025-12-11

Xournal++ Team released ++ version 1.3.0. xournalpp.github.io/installati

Patch Notification Robot đź””Patchbot_de
2025-12-07

Xournal++ Team released ++ version 1.2.10. xournalpp.github.io/installati

Jakob Thoböll - R.I.P. Natenomjakob_thoboell@kirche.social
2025-11-13

Liebe #Linux -Bubble. Vielleicht hat einer von euch einen Tipp fur mich: Ich möchte auf einem Tablet, das auch Stift-Eingabe unterstützt Pdfs lesen und markieren. Bedienung gerne so wie bei #xournal : Finger -> scrollen, Stift -> markieren. Aber warum taugt xournal nicht?
'klassische' PDF -Reader wie #okular speichern die Markierung als markierten Text ab, xournal nur als zwei Layer eines Bilds. Fur meinen Workflow brauch ich ersteres. Okular passt leider beim Werkzeugwechsel nicht mit Touch.

Patch Notification Robot đź””Patchbot_de
2025-09-02

Xournal++ Team released ++ version 1.2.8. xournalpp.github.io/installati

crossgolf_rebel - kostenlose Kwalitätspostscrossgolf_rebel@moppels.bar
2025-08-28

Ich brauche mal bitte wieder euer Schwarmwissen.

@forever_stay@moppels.bar
sucht für ihr Tablet ein Whiteboard, das keine Seiten und Höhenbegrenzugne hat und bitte im
#FDroid Store zu finden sein soll.

Wenn es da nicht gibt, dann bitte eins, das keine Tracker enthält wie 99% aller Playstore Apps.

Das ganze sollte auch Offline funktionieren, da sie das auch im Unterricht mit nutzen möchte

Hat da jemand Tipps?

Bitte
#teilen


---------------

Mal eine kurze Ergänzung, ich habe mich an
#Xournal++ erinnert und das hat sie sich jetzt mal installiert.
Hier unter Linux nutze ich das auch.
Alos falls da noch jemand was sucht.

GT4 landed in haikuports, build has been done on buildmaster (64bit only), this has been a work where multiple people stepped in to help, so big thumbs up for those! :+1:

Don’t expect this to be fully functional at the moment, there are probably plenty of issues around to be fixed, but it gives us a start to investigate them.

A WIP branch for Xournal++ has been proven fine enough to run some first tests, basic functionalities are fine so far.

#HaikuOS #GTK4 #Xournal++ #opensource #development

WIP branch for Xournal++ build with GTK4 on Haiku R1B5 64bit.
R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍵 :MiraLovesYou:rl_dane@polymaths.social
2025-05-24

Fascinating.

tmp $ wc -c < somefile.xopp 
735772
tmp $ file somefile.xopp 
somefile.xopp: gzip compressed data, from Unix, original size modulo 2^32 2086031
tmp $ gunzip < somefile.xopp |file -
/dev/stdin: XML 1.0 document, ASCII text, with very long lines (12483)
tmp $ gunzip < somefile.xopp |wc
    937  204466 2086031
tmp $ gunzip < somefile.xopp |bzip2 -9 |wc -c
619543
tmp $ gunzip < somefile.xopp |bzip3 |wc -c
575115
tmp $ gunzip < somefile.xopp |xz -9e |wc -c
519764
tmp $ gunzip < somefile.xopp |grep -m1 "^.stroke" |cut -c 1-160
<stroke tool="pen" color="#3333ccff" width="2.26 0.72691752 0.73026261 0.73809079 0.74588449 0.74364294 0.72915908 0.71467521 0.71133013 0.70908858 0.7057435 0.
tmp $ gunzip < somefile.xopp |grep -oE "\<[0-9]+\.[0-9]+\>" |wc -l
201692
tmp $ echo "735772/201692" |bc -l
3.64799793744917993772
tmp $ echo "519764/201692" |bc -l
2.57701842413184459472
tmp $ echo "2086031/201692" |bc -l
10.34265612914741288697
tmp $ 

#Compression #XML #Xournal #Xournalpp #Xournal++

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst